BoilerWorks

boilerworks / docs / index.md
1
# Boilerworks
2
3
**Stop vibe-coding scaffolding. Pick a template. Ship.**
4
5
Boilerworks is a catalogue of opinionated, production-ready full-stack templates. One command gets you from zero to a running app with auth, database, background jobs, Docker, and CI — all pre-wired.
6
7
---
8
9
## Install
10
11
```bash
12
pip install boilerworks
13
```
14
15
## Quick Start
16
17
```bash
18
# See all templates
19
boilerworks list
20
21
# Run the setup wizard
22
boilerworks setup
23
24
# Generate your project
25
boilerworks init
26
```
27
28
That's it. `boilerworks init` clones the template, renames everything from `boilerworks` to your project name, and hands you a working repo with a clean git history.
29
30
---
31
32
## The Catalogue
33
34
26 templates across 10 stacks. Three sizes.
35
36
| Size | When to use |
37
|------|-------------|
38
| **Full** | Apps with users — login, permissions, org management |
39
| **Micro** | API-key services, microservices, workers |
40
| **Edge** | Cloudflare Workers / Pages, globally distributed |
41
42
=== "Full"
43
44
| Template | Stack |
45
|----------|-------|
46
| `django-nextjs` | Django 5 + Next.js 16 (GraphQL) |
47
| `rails-nextjs` | Rails 8 + Next.js 16 (GraphQL) |
48
| `rails-hotwire` | Rails 8 + Hotwire + Tailwind |
49
| `nestjs-nextjs` | NestJS + Next.js 16 (GraphQL) |
50
| `laravel-vue` | Laravel 12 + Vue 3 (Inertia) |
51
| `spring-angular` | Spring Boot + Angular 19 |
52
| `go-nextjs` | Go + Next.js 16 (GraphQL) |
53
| `remix-full` | Remix (full-stack) |
54
| `sveltekit-full` | SvelteKit (full-stack) |
55
| `phoenix-liveview` | Phoenix + LiveView |
56
57
=== "Micro"
58
59
| Template | Stack |
60
|----------|-------|
61
| `django-micro` | Django 5 REST API |
62
| `fastapi-micro` | FastAPI + async |
63
| `nestjs-micro` | NestJS REST API |
64
| `rails-micro` | Rails 8 API mode |
65
| `laravel-micro` | Laravel 12 API |
66
| `spring-micro` | Spring Boot REST |
67
| `go-micro` | Go REST API |
68
| `express-micro` | Express + TypeScript |
69
| `phoenix-micro` | Phoenix API |
70
| `rust-micro` | Axum REST API |
71
72
=== "Edge"
73
74
| Template | Stack |
75
|----------|-------|
76
| `sveltekit-edge` | SvelteKit on Cloudflare Pages |
77
| `remix-edge` | Remix on Cloudflare Pages |
78
| `nextjs-edge` | Next.js on Cloudflare Pages |
79
| `astro-edge` | Astro on Cloudflare Pages |
80
| `hono-edge` | Hono on Cloudflare Workers |
81
| `worker-edge` | Cloudflare Worker (bare) |
82
83
---
84
85
## How It Works
86
87
```
88
boilerworks setup → answer 13 questions → writes boilerworks.yaml
89
boilerworks init → reads boilerworks.yaml → clones + renames + git init
90
```
91
92
The renderer does case-variant string replacement across every text file:
93
94
- `boilerworks` → `myproject`
95
- `Boilerworks` → `Myproject`
96
- `BOILERWORKS` → `MYPROJECT`
97
98
No Jinja2, no magic. Templates are real repos that boot as-is.
99
100
---
101
102
## Infrastructure (optional)
103
104
If you select a cloud provider during setup, `boilerworks init` also clones [boilerworks-opscode](https://github.com/ConflictHQ/boilerworks-opscode) — a Terraform repo with full AWS infrastructure (ECS Fargate, RDS, Redis, ALB, Route53, ACM) and GCP/Azure stubs.
105
106
Two topology options:
107
108
- **Standard** — app and ops land in sibling directories
109
- **Omni** — ops lives inside the app repo as `ops/`
110
111
---
112
113
## License
114
115
MIT — Copyright © 2026 CONFLICT LLC
116

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button