Show HN: Boilerworks – don't pay tokens to re-solve auth and CI on every project
boilerworks.aiEvery time you spin up a new project with an AI agent, you're burning tokens on the same problems. Auth. Connection pooling. CI pipeline. Docker setup.
Database migrations. Backend wired to frontend. Problems that were solved on the last project, and the one before that.
Boilerworks is a CLI that skips all of it. 26 production-ready templates across 10 stacks. Your agent starts on the actual problem, not the scaffolding.
pip install boilerworks boilerworks init
What you get out of the box: multi-stage CI, Docker Compose, Terraform, structured logging, test infrastructure, auth scaffolding. Not stubs — working code.
Stacks: Django, FastAPI, Go, Rails, Laravel, NestJS, Spring, Elixir, Rust, Svelte.
No lock-in. Standard libraries throughout. The generated code doesn't know Boilerworks exists.
Repo: https://github.com/ConflictHQ/boilerworks
Docs: https://boilerworks.dev Starting new project, will give a try! Great one. Will give it a spin