
JeecgBoot
Open-source enterprise low-code platform with a pluggable AI code generator, RAG knowledge base and MCP agent tooling.
Chinese-market enterprise dev teams building internal MIS, OA, ERP or CRM systems who want an open-source low-code base with pluggable LLMs (DeepSeek, Qwen, Ollama) and a real Spring Boot + Vue codebase they can own.
Solo indie developers, English-only teams without Chinese-reading capacity, or shops standardised on Node/Python stacks that do not want to introduce Java and Maven into their toolchain.
JeecgBoot is a Chinese-origin, Apache-2.0 licensed enterprise low-code and zero-code development platform that has spent the last few years bolting a full AI layer onto its long-standing Spring Boot + Vue stack. The core proposition is 'one sentence generates an entire system': you describe a business requirement in natural language and the AI generator emits the database schema, backend CRUD, front-end pages, menu permissions and API endpoints, which you then refine visually with its form designer, online report builder, dashboard editor and BPMN workflow designer. Under the hood the AI features can be pointed at ChatGPT, DeepSeek (the default in current builds), Qwen or a self-hosted Ollama endpoint, which matters for teams in mainland China that cannot reliably reach OpenAI. The AI module ships a chat assistant with image and file inputs, a RAG knowledge base for internal documents, prompt templates, an MCP plugin manager for tool-calling, and AI-assisted generation of tables, reports and dashboards from a prompt or an uploaded spreadsheet. The rest of the platform is the mature Jeecg toolkit developers already know: multi-tenant SaaS scaffolding, Shiro/JWT auth, code generators for MyBatis-Plus, integrated Activiti/Flowable workflow, online form and report designers, mobile output through UniApp (H5, WeChat mini-programs, Android/iOS, HarmonyOS Next), and drivers for MySQL, PostgreSQL, Oracle, SQL Server, MariaDB plus the Chinese Dameng and Kingbase databases. It suits internal MIS/OA/ERP/CRM builds where you want AI to remove the boilerplate but still need to drop into real Java and Vue for the last 30% of custom logic.
JeecgBoot is one of the few low-code platforms where the AI layer feels like a real feature rather than a demo - RAG, MCP tool-calling and model swapping are all first-class. The catch is that it is unmistakably built for the Chinese enterprise Java world; if you can live with that stack and the Mandarin-first docs, the free tier gets you further than most commercial rivals.
— The AI Tool Bible editorial team
Pros
- ✅ Genuine open-source core (Apache 2.0, ~47k GitHub stars) so the whole stack can be self-hosted and audited
- ✅ AI backend is model-agnostic: switch between ChatGPT, DeepSeek, Qwen and local Ollama without rewriting flows
- ✅ Bundles RAG knowledge base, MCP plugin manager and prompt templates inside the same admin console as the low-code builders
- ✅ Code generator emits real Spring Boot + Vue 3 + TypeScript projects you can eject and maintain in a normal IDE
- ✅ Strong Chinese-market coverage: Dameng/Kingbase DBs, WeChat mini-programs, HarmonyOS Next, DingTalk/WeCom SSO
- ✅ Mature non-AI toolkit (BPMN workflow, online reports, dashboards, multi-tenant SaaS) reduces need for third-party add-ons
Cons
- ⚠️ Documentation, admin UI and community forums are primarily Chinese; English coverage is partial and often machine-translated
- ⚠️ Java + Vue stack and heavy Spring dependencies feel heavyweight next to newer TypeScript-only low-code tools
- ⚠️ AI features are wired for Chinese providers by default; connecting to Azure OpenAI or Anthropic sometimes requires custom adapter work
- ⚠️ Commercial/enterprise licensing terms and prices are opaque - you have to contact sales via QQ or hotline for a quote
- ⚠️ 'One sentence generates a system' output still needs substantial manual cleanup for anything beyond CRUD prototypes
Use cases
Explore related
Compare with similar tools
All in Coding →
Cursor
FeaturedAI-first VS Code fork — chat, edit, and agentic coding in one IDE.

GitHub Copilot
FeaturedThe original AI pair programmer, now with chat and agents.

Replit Agent
FeaturedBuild & deploy a full app from a single prompt.

Warp
The agentic development environment, from the terminal up

Cline
Open-source agentic coding assistant that plans, edits, and runs code inside your IDE

Aider
Terminal-based AI pair programmer that writes commits.