Modular structure
Presentation, application, domain, and infrastructure split without heavyweight frameworks.
Documentation
A practical Go + Gin + GORM starter with JWT auth, migrations, and a modular layout you can grow into production.
Every layer has a place—so newcomers learn the flow once and reuse it everywhere.
Presentation, application, domain, and infrastructure split without heavyweight frameworks.
Register, login, refresh rotation, and protected routes with shared JWT middleware.
Numbered migrations, rollback, status, and seed hooks from the same binary you ship.
Migrate and seed before HTTP starts—ideal for containers and CI pipelines.
Jump straight into the guides—each page has an outline that follows your scroll.
Start with Introduction and Getting started, then explore Architecture and the API modules.