English | 中文
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.
The 6 free modules are all free for commercial use and are suitable for developer learning, internal use of enterprises, personal project use, etc. Everyone is welcome to use and feedback problems, and we will continue to update and maintain them.
✨ We accept outsourcing. Please contact us via email if you have any outsourcing needs.
New upgraded UI (Vben5), greatly optimized experience! Visit
- Account admin
- Password simple-admin
-
Administrator Tenant Account
- Enterprise: admin
- Account: admin
- Password: simple-admin
-
Tenant Account
- Enterprise: 测试企业
- Account: admin
- Password: simple-admin
Read-only, cannot be modified or registered
- State of The Art Development:Use latest back-end technology development such as ent, go-zero, casbin
- Fully support go-swagger: Write comment in api file and generate swagger doc easily
- Error handling: Handle error messages via one module
- International:Support different languages show in the front-end via put locale path in the message
- Service Discover: Use k8s endpoints to do service discovery and load-balance
- Authority Manage authority via Casbin, based on RBAC
- Code Generation: Built-in three-terminal Web, API, RPC code generation
- Multiple extensions: Provides a variety of extensions and has a very simple access function
- Other Builtin concurrency control, adaptive circuit breaker, adaptive load shedding, auto-trigger, auto recover
- ORM: Powerful
Ent
supported
- User management: manage system user data
- Department management: manage the department to which you belong
- Post management: configure the positions held by system users
- Menu management: configure system menus, tree display
- Role management: manage role permissions, support multiple roles
- Dictionary management: maintain data dictionary, convenient for front-end use
- Interface document: automatically generate related api interface documents according to business code
- Code generation: automatically generate CRUD code, quickly generate custom logic
- Token management: manage token status, support blacklisting token
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 |
- It is forbidden to use Simple Admin to develop websites and applications that violate local laws and regulations
- Simple Admin does not assume any legal responsibility for websites and applications developed using Simple Admin
- It is forbidden to resell free or paid module source code
- Golang and git - Project development environment
- Ent - Ent
- Mysql - Familiar with mysql database
- GORM - Familiar with GORM apis
- Casbin - Familiar with Casbin apis
- Go-swagger - Go-swagger document generation
You are very welcome to join!Raise an issue Or submit a Pull Request。
Pull Request:
- Fork code!
- Create your own branch:
git checkout -b feat/xxxx
- Submit your changes:
git commit -am 'feat(function): add xxxxx'
- Push your branch:
git push origin feat/xxxx
- submit
pull request
-
reference 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