flipped-aurora/gin-vue-admin
This is a production-ready full-stack scaffold that eliminates the painful boilerplate phase when starting an enterprise admin system. The backend runs on Go with Gin, the frontend on Vue 3 and Vite with TypeScript and JavaScript mixed support, and the whole thing ships with a surprising breadth of pre-built infrastructure. Out of the box you get JWT authentication, role-based access control, dynamic routing, multi-login interception, file upload and download handling, a code generator that writes CRUD endpoints and UI together, a drag-and-drop form builder, and configurable import and export flows. The recent additions of MCP service integration and a skills management layer point toward a genuine push into AI-assisted development workflows, not just a checkbox feature. The code generator alone can shave days off launching a new internal tool.
The honest reservation is localization. The documentation, community, and a fair portion of the UI default to Chinese, which creates friction for teams working in other languages even though the codebase itself is navigable.
-> Best for: Go and Vue developers building internal enterprise tools or admin dashboards who want a battle-tested starting point with auth and code generation already wired together.