Back to docs

Documentation

Deployment

Build, type generation, Worker deployment, and production checks.

Article
Previous

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.json has the production app key, domain, site URL, SEO, and brand assets.
  • Confirm all Service Bindings in wrangler.jsonc point to the intended backend Workers.
  • Confirm fallback URLs and ZSHIP_KEY are 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.