Prompt Hub is a prompt management center focused on prompt authoring, versioning, and distribution.
Overview · Features · Tech Stack · Getting Started
English | 简体中文
Prompt Hub helps teams build, iterate, and distribute prompts with the same discipline used for software configuration:
- AI-assisted editing to rewrite, complete, and optimize prompts for quality and reuse
- Nacos-like configuration center to centralize distribution and enable on-demand loading
- Versioned lifecycle (draft / published / archived) for controlled release, rollback, and auditability
- Progressive disclosure via namespaces and lazy loading to expose only task-relevant prompts
- AI-assisted prompt editing
- Prompt versioning (draft / published / archived)
- Configuration center with on-demand loading
- Namespace isolation for skill prompt collections
- Backend: Go 1.24+, Gin, GORM, Wire, MySQL, Swagger
- Frontend: React 19, TypeScript, Vite, Ant Design, Zustand
- Configure the database connection in
internal/config/setting.go - Start the service:
go run cmd/app/main.goDefault: http://localhost:8088
cd frontend
npm install
npm run devDefault: http://localhost:3000
- Username:
admin - Password:
adminadmin
