Manifesto
Why Acme exists.
A short read on what we believe — and the rules we hold ourselves to when shipping.
01
Templates should ship, not gather dust.
Every line of code in this template exists because a real launch needed it. We delete twice as much as we keep. If a feature wouldn’t be used on day one, it doesn’t ship.
02
The whole stack, or none of it.
A landing page without auth + billing + admin is a demo, not a product. We refuse to leave the boring parts to the buyer — the boring parts are the parts that take weeks.
03
i18n is not a checkbox.
Ten locales pre-wired, including RTL, with browser-locale + timezone auto-detection. We test in every locale because the bugs that hurt your launch live in the locales you didn’t test.
04
Security on by default.
RLS on every table. Audit log on every write. Idempotent webhooks. Boot-time env validation. The default state of every feature is the secure state.
05
Shipped beats perfect.
We ship every week. We write the changelog before we close the PR. We measure what users do, not what we wish they did. We trust the diff, not the demo.