Boilerplate that already
went to production.
devai.io is a library of starter templates — app skeletons extracted from real, deployed applications, plus cross-language series you can download and diff. Grab one and start at the interesting part.
Start at the interesting part
The three starting points most products need first.
Every layer of a real product
From the marketing page to the deploy pipeline — one template per layer.
Clone. Rename. Ship.
Pick a template
Browse by category or stack. Every template page tells you exactly what is inside and which production app it was extracted from.
Clone and rename
git clone, bun install, copy .env.example. The README walks the three renames every fork needs — nothing else to untangle.
Push to deploy
Each template ships with its Dockerfile, CI workflow and Nomad job. Point them at your infra and push to main — you are in production.
Extracted from apps in production
None of these templates were written as templates. Each one began inside a running product, got hardened by real traffic, and was then extracted with the specifics carved out. When production teaches us something, the template learns it too.
push to main → build → deploy — the same pipeline serves this page
Start from something real.
Pick the template closest to what you are building and skip the first month of setup.