Compose a real backend starter in one pass.
`gitinit` is opinionated on purpose. Pick a supported stack, choose your integrations, review the resulting worktree, and download a scaffold that already exposes health, docs, and visible source wiring.
Use `gitinit` with your coding agents via MCP.
Always included
With gitinit, you always get
Structured logging
Swagger / OpenAPI
Health endpoint
Dockerfile
README
.env and .env.example
.gitignore
Health test
Wiring test
Step 1
Choose the scaffold lane
Step 2
Set the values we let you own
Preconfigured
Runtime version
21
Run command
mvn spring-boot:run
Endpoints
/health and /swaggerStep 3
Choose the integrations
Step 4: Preview the generated scaffold
Generated shape for Java + Spring Boot + Maven with MySQL.
Download summary
Java + Spring Boot + Maven
inventory-service • MySQL
Includes gitinit defaults: logging, docs, health, Docker assets, env files, and tests.