What problem does it solve?
Boilerworks solves the problem of repeatedly rebuilding the same production scaffolding (auth, Docker, CI/CD, databases, deployment wiring) from scratch when starting new software projects.
Core Features & Use Cases
- Clones + configures opinionated templates: Pick a stack from Boilerworks’ 26 templates, then have it generated and wired to your manifest.
- Guided manifest creation: Use the interactive setup wizard to produce a boilerworks.yaml manifest for your chosen project parameters.
- AI-friendly template structure: Templates are structured with conventions and agent notes so you can extend the codebase immediately with less context hunting.
- Common use cases: Starting a user-facing app with org/auth, provisioning a microservice API with API-key auth, or generating an edge/serverless content or worker project.
Quick Start
Run boilerworks setup to answer the template questions and write boilerworks.yaml, then run boilerworks init to clone and configure the selected template into your new project directory.