BoilerWorks

boilerworks / docs / guide / choosing.md
1
# Choosing a Template
2
3
## By what you're building
4
5
| If you're building... | Use |
6
|----------------------|-----|
7
| SaaS with user accounts, teams, billing | Full |
8
| Internal tool / admin app | Full |
9
| Public API for developers | Micro |
10
| Microservice in a larger system | Micro |
11
| Marketing site or landing page | Edge |
12
| Globally distributed API | Edge |
13
14
## By your team's stack
15
16
| Team knows... | Reach for |
17
|--------------|-----------|
18
| Python | `django-nextjs`, `django-micro`, `fastapi-micro` |
19
| Ruby | `rails-nextjs`, `rails-hotwire`, `rails-micro` |
20
| TypeScript (Node) | `nestjs-nextjs`, `nestjs-micro`, `express-micro` |
21
| PHP | `laravel-vue`, `laravel-micro` |
22
| Java / Kotlin | `spring-angular`, `spring-micro` |
23
| Go | `go-nextjs`, `go-micro` |
24
| Elixir | `phoenix-liveview`, `phoenix-micro` |
25
| Rust | `rust-micro` |
26
| Full-stack JS (no separate backend) | `remix-full`, `sveltekit-full`, `remix-edge`, `sveltekit-edge` |
27
28
## By frontend preference
29
30
| Frontend | Full templates |
31
|----------|---------------|
32
| Next.js (React) | `django-nextjs`, `rails-nextjs`, `nestjs-nextjs`, `go-nextjs` |
33
| Vue (Inertia) | `laravel-vue` |
34
| Angular | `spring-angular` |
35
| Hotwire (server-rendered) | `rails-hotwire` |
36
| LiveView (server-rendered) | `phoenix-liveview` |
37
| Remix | `remix-full`, `remix-edge` |
38
| SvelteKit | `sveltekit-full`, `sveltekit-edge` |
39
40
## Crown jewels
41
42
**`django-nextjs`** — the reference implementation. Every pattern in the catalogue was refined here first. Django 5 backend with Strawberry GraphQL, Next.js 16 frontend with Apollo Client. If you're unsure, start here.
43
44
**`rails-hotwire`** — the most opinionated Rails stack. Hotwire (Turbo + Stimulus) + Tailwind CSS 4 + Pundit + Solid Queue. Zero JavaScript build complexity, full interactivity.
45
46
**`fastapi-micro`** — async-native Python API. The fastest way to ship a Python microservice that can handle real load.
47

Keyboard Shortcuts

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