back to home

alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系

15,893 stars
2,751 forks
663 issues
TypeScriptLessJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing alibaba/lowcode-engine in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/alibaba/lowcode-engine)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

LowCodeEngine An enterprise-class low-code technology stack with scale-out design [![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url] [![][issues-helper-image]][issues-helper-url] [![Issues need help][help-wanted-image]][help-wanted-url] [![codecov][codecov-image-url]][codecov-url] [npm-image]: https://img.shields.io/npm/v/@alilc/lowcode-engine.svg?style=flat-square [npm-url]: http://npmjs.org/package/@alilc/lowcode-engine [download-image]: https://img.shields.io/npm/dm/@alilc/lowcode-engine.svg?style=flat-square [download-url]: https://npmjs.org/package/@alilc/lowcode-engine [help-wanted-image]: https://flat.badgen.net/github/label-issues/alibaba/lowcode-engine/help%20wanted/open [help-wanted-url]: https://github.com/alibaba/lowcode-engine/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22 [issues-helper-image]: https://img.shields.io/badge/using-issues--helper-orange?style=flat-square [issues-helper-url]: https://github.com/actions-cool/issues-helper [codecov-image-url]: https://codecov.io/gh/alibaba/lowcode-engine/branch/main/graph/badge.svg [codecov-url]: https://codecov.io/gh/alibaba/lowcode-engine English | 简体中文 ✨ Features • 🌈 An extension-oriented kernel engine extracted from an enterprise-level low-code platform, pursuing the design concept of the smallest kernel and the strongest ecology • 📦 Out-of-the-box high-quality ecological elements, including material systems, setters, plugins, etc. • ⚙️ A complete tool chain, supporting the full-link R&D cycle of ecological elements such as material systems, setters, and plug-ins • 🔌 Powerful expansion capability, has supported nearly 100 various vertical low-code platforms • 🛡 Developed with TypeScript, providing complete type definition files 🎯 Compatible Environments • Modern browsers (Chrome >= 80, Edge >= 80, last 2 safari versions, last 2 firefox versions) 📚 Engine Protocol The engine fully implements the "LowCodeEngine Basic Construction Protocol Specification" and "LowCodeEngine Material Protocol Specification". The protocol stack is a key part of whether materials in the low-code field can be circulated. 🌰 Usage example > **TIPS: Only cdn import is supported, npm package is used to provide code hinting capabilities such as typings** Engineering configuration: cdn optional method: Method 1: alifd cdn Method 2: uipaas cdn Method 3: unpkg Method 4: jsdelivr Method 5: Use your own cdn Pass the files under packages/engine/dist and packages/react-simulator-renderer/dist in the source code to your cdn provider 🔗 Related Links • Official website home page • Demo Play Now | Engine Demo Repository • Official Materials • official setter • Official plugin (plugin) • Ecological elements (materials, setters, plugins) toolchain • User Documentation • API This awesome-lowcode-engine page links to a repository which records all of the tools\materials\solutions that use or built for the lowcode-engine, PR is welcomed. 💻 Local debugging > 📢 npm access speed is slow, Alibaba employees can use tnpm, other students recommend using cnpm or specifying a mirror registry. > > 📢 Windows environment must use WSL, other terminals are not guaranteed to work normally After lowcode-engine is started, several umd files are provided, which can be debugged in combination with the lowcode-demo project. Refer to the file proxy rules here. 🤝 Participation Please read first: • How to configure the engine debugging environment? • About the R&D collaboration process of the engine • Engineering Configuration of Engine > Strongly recommend reading "The Wisdom of Asking Questions", "How to Ask Questions to the Open Source Community" and How to Report Bugs Effectively, "How to Submit Unanswerable Questions to Open Source Projects", better questions are easier to get help. (This paragraph refers to antd) About Pull Request: • set the target branch to **develop** other than **main** ❤️ Contributors Special thanks to everyone who contributed to this project.