What problem does it solve?
Consolidates Cloudflare deployment guidance and automates decision-making so developers can reliably choose the right Cloudflare product and deploy applications and infrastructure without trial-and-error.
Core Features & Use Cases
- Product selection: Decision trees to pick Workers, Pages, Pages Functions, Durable Objects, R2, D1, Queues, Smart Placement, and other Cloudflare services.
- Authentication & CI: Practical guidance for wrangler login, API token usage in CI/CD, and Secrets Store considerations.
- Deployment patterns: Steps for local dev, remote dev, wrangler deploy, Terraform/Pulumi IaC, and handling sandbox/network escalation and timeouts.
- Use case: Deploy a full-stack app (Worker functions + Pages frontend + R2 storage + D1) and produce the final URL, binding configuration, and required env vars.
Quick Start
Deploy this project to Cloudflare Workers or Pages using wrangler or an API token, verify authentication, and return the deployment URL and required environment variables.