JeecgBoot

Active
GitHub Java Apache-2.0

Description

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

💡 Rapid enterprise system building: Build OA, ERP, CRM and other enterprise systems in 5 minutes with zero-code
💡 AI-driven enterprise app development: Generate full-stack business system code from a single sentence using AI Skills
💡 Data visualization dashboards: Quickly build enterprise-grade data visualization dashboards with modular reports
💡 Intelligent knowledge base Q&A: Build enterprise knowledge bases with RAG technology, supporting multi-model switching and workflow orchestration

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

Related Projects