Ship your SaaS on day one
Authentication, organizations, billing, and a native app — sharing one type-safe backend.
Everything the boring parts need
The work you'd otherwise repeat on every project, already done and tested.
Questions
- What is it built on?
- Next.js and Expo on the front, Hono and oRPC on the back, Postgres through Drizzle, and Better Auth for identity.
- Am I locked into a payment provider?
- No. Billing sits behind a rail interface: Tap ships today, and adding another gateway is one file plus configuration. Your plans, credits and receipts live in your own database.
- What do I need to configure before it runs?
- Nothing. Every integration degrades to a working fallback, so a fresh clone signs up, sends email and renders the whole app before you add a single key.
- Is it tested?
- Yes. Unit tests cover the pure logic and end-to-end tests drive the real auth flows against a real inbox.
Start building the interesting part
Everything above is already wired, tested and documented.
Create your account