Platform Deployment
ChyperAI deploys across:
- Cloudflare Pages (App + API Functions)
- Cloudflare Workers (Durable Objects)
- Cloudflare D1 (SQL database)
Docs deployment:
- See CI/CD:
/docs/ci-cd/pipeline - See Cloudflare setup:
/docs/deployment/cloudflare
Production domains:
- App/API:
https://dev.chyper.ai - Docs:
https://docs.dev.chyper.ai
Checklist:
- Bindings configured in
wrangler.tomlandwrangler.worker.toml - Migrations applied to D1
- Pages and Worker deployments completed