OTFotf

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

KitStackPriceLive demo
SaaS DashboardVite + React + Hono + Postgres + Better Auth + Stripe$149saas.otf-kit.dev
Fitness & WellnessExpo SDK 54 + Hono + Postgres + Better Auth + Stripe$149fitness-preview.otf-kit.dev
Starter BundleBoth 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 configsCLAUDE.md, .cursorrules, AGENTS.md, lovable.md
  • docs/ — Getting started · Architecture · Customisation · Deployment guides
  • ai/prompts/ — 20+ tested prompts for common tasks ("add an entity", "add a chart", …)

What you get when you buy

  1. Stripe checkout — pay once
  2. Resend email with your license + GitHub repo invite link + setup video
  3. Accept the GitHub invite
  4. git clone the repo, bun install, bun dev — you're in
  5. bash 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

On this page