ShipAny Docs
Ship any AI SaaS startup in hours
What is ShipAny
ShipAny is a family of agent-native AI SaaS templates — auth, payments, credits, subscriptions, RBAC, i18n and CMS pre-wired, designed to be driven by Claude Code. One Premium membership unlocks every template in the family: describe your product, run /quick-start, and ship in hours instead of weeks.
Choose Your Template
| Template | Framework | Type | Deploy | Best for |
|---|---|---|---|---|
| ShipAny TanStack | TanStack Start (Vite 8 + nitro, React 19) | Agent-native headless engine | Node / Docker / Cloudflare Workers (/deploy-cloudflare) | Vite-first stacks with one-command Workers deploys |
| ShipAny Next | Next.js (App Router, React 19) | Agent-native headless engine — the hub repo, features land here first | Vercel / Docker / Workers | The standard Next.js path |
| ShipAny vinext | Next.js 15 on Vite (vinext + @cloudflare/vite-plugin) | Agent-native headless engine, Cloudflare-native | Cloudflare Workers (/deploy-cloudflare, D1/Hyperdrive) | Next.js apps that live on Workers + D1 |
| ShipAny Two | Next.js | Full UI template — landing page, user console, admin dashboard, 20+ blocks | Vercel / Cloudflare / Dokploy | Shipping a polished SaaS UI fast, customizing by configuration |
| ShipAny One | Next.js | First-generation boilerplate | Vercel / Cloudflare | Existing ShipAny One projects |
How they relate:
- TanStack / Next / vinext share the same headless business core (better-auth, Stripe/Alipay/WeChat Pay, credits, RBAC, CMS) and the same agent skills (
/quick-start,/clone-website,/new-page,/new-module…) — they differ in framework and deploy target. New features land in shipany-next first and flow to the others via/sync-upstream. - Two is the opposite philosophy: a complete, beautiful UI out of the box that you customize — best when you want ready-made pages rather than building your own on a headless engine.
- One is the first generation, kept for existing users.
Rule of thumb: want Cloudflare Workers + Next.js → vinext; want Cloudflare Workers + Vite/TanStack → TanStack; want Vercel/Node + Next.js → Next; want ready-made UI → Two.
Get ShipAny Premium
Pick a plan on the pricing page:
After payment, open the order center and select your order to activate it:
Enter your GitHub username during activation — repository access is granted to that account.
You'll receive an invitation in your GitHub notifications. Accept it to join the ShipAny repositories.
Get a Template
Once you've joined, clone the template you chose:
git clone git@github.com:shipany-ai/<template-repo>.git my-project
cd my-project && pnpm installThen open the project in Claude Code and let the agent take it from there:
/quick-start Build an AI wallpaper generator called WallpaperAI, reference jasper.aiPick a template above and head to its Quick Start to begin.