JeecgBoot
ActiveDescription
An AI-driven low-code platform with zero-code and code-generation modes, featuring built-in AI chat, knowledge base, workflow orchestration and MCP plugin system.
Key Features
- AI Skills natural language programming — Generate complete system code, forms, workflows, reports, and dashboards from a single sentence
- Zero-code + low-code dual mode — Business users build systems with zero-code, developers accelerate with low-code on the same platform
- AI application platform — Dify-like AIGC platform with built-in knowledge base Q&A, workflow orchestration, MCP plugins, and model management
- Modular report dashboard — Self-developed drag-and-drop report and dashboard designer supporting multiple chart types and data sources
- Online code generator — One-click CRUD generation for single-table, tree-list, and one-to-many data models
- Full-stack tech stack — SpringBoot3 + Vue3 + MyBatisPlus + Vite6 + Ant Design Vue4 with microservice toggle
Use Cases
Tags
Categories
Quick Start
# Clone the project
git clone https://github.com/jeecgboot/JeecgBoot.git
# Docker one-click start (monolith mode)
cd JeecgBoot/docker/jeecg-boot-docker
docker-compose up -d
# Access the system
# Frontend: http://localhost:8080/jeecg-boot
# Backend: http://localhost:8080/jeecg-boot/prod-api
# Default credentials: admin / 123456