Templates overview
The OTF kits — full-stack production templates that consume the SDK.
OTF templates are complete, deployable apps built on the SDK. Each one ships as a private GitHub repo you get access to after purchase. They're meant to be cloned, customized, and shipped — not used as a library.
Available kits
| Kit | Stack | Price | Live demo |
|---|---|---|---|
| SaaS Dashboard | Vite + React + Hono + Postgres + Better Auth + Stripe | $149 | saas.otf-kit.dev |
| Fitness & Wellness | Expo SDK 54 + Hono + Postgres + Better Auth + Stripe | $149 | fitness-preview.otf-kit.dev |
| Starter Bundle | Both kits + future kits | $249 (save $49) | — |
What's in every kit
- Full-stack scaffold — frontend + backend in one repo
- Better Auth wired with email + Google OAuth + a one-click "Try the demo" path
- Postgres + Drizzle with migrations + seed data
- Stripe Checkout + webhook + Resend license-delivery email
- Railway-ready with a single deploy script (
scripts/deploy-railway.sh) - AI configs —
CLAUDE.md,.cursorrules,AGENTS.md,lovable.md docs/— Getting started · Architecture · Customisation · Deployment guidesai/prompts/— 20+ tested prompts for common tasks ("add an entity", "add a chart", …)
What you get when you buy
- Stripe checkout — pay once
- Resend email with your license + GitHub repo invite link + setup video
- Accept the GitHub invite
git clonethe repo,bun install,bun dev— you're inbash scripts/deploy-railway.sh— your live demo URL is yours
Updates
- Free updates for life for the kit you bought
- The Starter Bundle gets free updates for every future OTF kit as well
Updates ship as new commits to the buyer-facing repo. git pull to take them.
Where to start
- New to OTF? → SaaS Dashboard — it's the better-documented of the two kits and most concepts transfer
- Building a mobile app? → Fitness & Wellness — Expo + RN patterns
- Want both? → Starter Bundle — $249 instead of $298