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

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (47.4k stars)
  • Permissive open-source license (Apache-2.0)
  • Responsive to issues, low backlog

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

Integuru

4.8k · Python
Normal A

The first AI agent that builds permissionless integrations through reverse engineering platforms' internal APIs for cross-platform automation.

workflowpythonagent +2
  • · Automated reverse engineering of platform internal APIs through browser network request analysis
  • · Dependency graph generation for complex API request chains and authentication flows
  • · Runnable Python code generation that hits internal endpoints to perform desired actions

Planning with Files

26.2k · Shell
Active A+

Claude Code skill implementing Manus-style persistent markdown planning — the structured workflow pattern for agent task management.

agentworkflowcoding +2
  • · Manus-style markdown planning — decompose agent tasks into structured plans in persistent markdown files
  • · Cross-session task persistence — plan files survive across sessions, agents resume anytime
  • · Plan file locking mechanism — atomic writes and flock mutex to prevent concurrency conflicts

Prefect

23.6k · Python
Active A

A workflow orchestration framework for building resilient data pipelines and AI workflows in Python, with task scheduling, state management, and failure recovery from local to distributed deployments.

workflowautomationpython +2
  • · Flow and task decorators — declare Python functions as orchestrable workflows with @flow and @task
  • · Auto-retry and error handling — built-in task-level retries, caching, parametric execution
  • · Scheduled deployments — cron expression and event-triggered automated scheduling

Budibase

28.2k · TypeScript
Active A

An open-source low-code platform for building AI agents, automations and business applications, model agnostic with drag-and-drop visual development.

workflowtypescriptagent +2
  • · AI Agent builder — Built-in agent engine that understands natural language requests and executes workflows
  • · Drag-and-drop low-code development — Visual business app builder requiring no code
  • · Multi-source integration — Connect databases, AI models, and business apps for cross-system agent actions