RapidGo Starter
Your application
is running.
A production-shaped scaffold: versioned API with OpenAPI docs, token-pair auth, queues, a scheduler, and health checks — wired and tested.
Live — production environment
$ go run cmd/main.go make:controller Name
- Framework
- v2.21.0
- Runtime
- go1.25.0
- Environment
- production
- License
- MIT
Next steps
Everything is wired.
Start building.
Health checks →
Liveness at /health, readiness at /health/ready — wire them into your orchestrator.
Framework guides →
Guides for routing, data, auth, queues, scheduling, and every other battery at docs.rapidgo.dev.
Starter README →
What's wired in — auth flows, jobs, schedule, notifications — and the commands to drive it all.
Official modules →
S3 storage, GraphQL, transactional mail, search, AI gateway, and bot protection — import only what you use.