Simple Admin is a powerful microservice framework for large management systems. It is based on Go Zero and supports several advanced features. It provides a complete set of functionalities for user management, permission management, role management, menu management, log management, and configuration management. Additionally, it offers features like multilingual support. Simple Admin is suitable for both small and large enterprises to quickly build distributed backend management systems.
Here are some key points about Simple Admin:
Development and Deployment Tools: Simple Admin comes with robust development and deployment tools. It is well-suited for high-concurrency, highly reliable, and complex business scenarios. The project supports easy one-click upgrades and provides comprehensive documentation, videos, and examples to help developers get started quickly.
Free Basic Modules: The official release includes six free basic modules, covering 80% of common business requirements.
Module Store: Simple Admin also offers a module store, where you can conveniently purchase and use additional modules to enhance your system.
✨ We accept outsourcing. Please contact us via email if you have any outsourcing needs.
Administrator Tenant Account
Tenant Account
Read-only, cannot be modified or registered
Ent supported| Module Name | Module Introduction | Module Address |
|---|---|---|
| Core | Core Module | Core |
| Backend UI | Backend UI | Backend UI |
| FMS | File Management | File |
| Job | Scheduled Task | Job |
| MMS | Member Management | Member |
| MCMS | Message Center | Message Center |
| Module Name | Module Introduction |
|---|---|
| CMS | Content Management Module |
| Simple-Uni | Mini Program Development Scaffold |
| Simple-Nuxt | PC Web End Development Scaffold |
| Core Data Permission | Core data permission version |
You are very welcome to join!Raise an issue Or submit a Pull Request。
Pull Request:
git checkout -b feat/xxxxgit commit -am 'feat(function): add xxxxx'git push origin feat/xxxxpull requestreference vue specification (Angular)
feat Add new featuresfix Fix the problem/BUGstyle The code style is related and does not affect the running resultperf Optimization/performance improvementrefactor Refactorrevert Undo edittest Test relateddocs Documentation/noteschore Dependency update/scaffolding configuration modification etc.workflow Workflow improvementsci Continuous integrationtypes Type definition file changeswip In development