The TanStack app deploys as a Cloudflare Worker.
Commands
pnpm --filter @zship/web-tanstack check
pnpm --filter @zship/web-tanstack build
pnpm --filter @zship/web-tanstack cf-typegen
pnpm --filter @zship/web-tanstack deploy
Root shortcuts are available for development, build, and deployment.
Production checklist
- Confirm
zship.app.jsonhas the production app key, domain, site URL, SEO, and brand assets. - Confirm all Service Bindings in
wrangler.jsoncpoint to the intended backend Workers. - Confirm fallback URLs and
ZSHIP_KEYare not required in production unless deliberately configured. - Run typecheck and build before deployment.
- Smoke test auth, pricing, checkout creation, dashboard overview, API keys, support, AI playground, sitemap, and llms endpoints against real backend services.