ShipAny Docs

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

TemplateFrameworkTypeDeployBest for
ShipAny TanStackTanStack Start (Vite 8 + nitro, React 19)Agent-native headless engineNode / Docker / Cloudflare Workers (/deploy-cloudflare)Vite-first stacks with one-command Workers deploys
ShipAny NextNext.js (App Router, React 19)Agent-native headless engine — the hub repo, features land here firstVercel / Docker / WorkersThe standard Next.js path
ShipAny vinextNext.js 15 on Vite (vinext + @cloudflare/vite-plugin)Agent-native headless engine, Cloudflare-nativeCloudflare Workers (/deploy-cloudflare, D1/Hyperdrive)Next.js apps that live on Workers + D1
ShipAny TwoNext.jsFull UI template — landing page, user console, admin dashboard, 20+ blocksVercel / Cloudflare / DokployShipping a polished SaaS UI fast, customizing by configuration
ShipAny OneNext.jsFirst-generation boilerplateVercel / CloudflareExisting 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

Place an order

Pick a plan on the pricing page:

https://shipany.ai/pricing

Activate your order

After payment, open the order center and select your order to activate it:

https://shipany.ai/my-orders

Bind your GitHub username

Enter your GitHub username during activation — repository access is granted to that account.

Accept the GitHub invitation

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 install

Then 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.ai

Pick a template above and head to its Quick Start to begin.