# 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](/docs/templates/saas-dashboard)   | Vite + React + Hono + Postgres + Better Auth + Stripe | $99                   | [saas.otf-kit.dev](https://saas.otf-kit.dev) |
| [Fitness & Wellness](/docs/templates/fitness-kit)  | Expo SDK 54 + Hono + Postgres + Better Auth + Stripe  | $99                   | [fitness-preview.otf-kit.dev](https://fitness-preview.otf-kit.dev) |
| [Booking · Cadence](/templates/booking-kit)        | Expo + Supabase                                        | $99                   | [booking-preview.otf-kit.dev](https://booking-preview.otf-kit.dev) |
| [Arcade](/templates/arcade-kit)                    | Expo · iOS · Android · Web                             | $99                   | [arcade-preview.otf-kit.dev](https://arcade-preview.otf-kit.dev) |
| [Starter Bundle](/docs/templates/starter-bundle)   | All 4 kits + 15 landing templates + future             | $149 (save $382)      | —                                |

## 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 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](/docs/templates/saas-dashboard) — it's the better-documented
  kit and most concepts transfer
- Building a mobile app? → [Fitness & Wellness](/docs/templates/fitness-kit) — Expo + RN
  patterns
- Want everything? → [Starter Bundle](/docs/templates/starter-bundle) — $149 instead of $531
