What problem does it solve? Deploying a React Server Components router to Cloudflare Workers involves tricky details: typed D1/KV bindings, local migration parity, streaming responses that break when buffered, dev-versus-preview differences, and webhook signature verification with WebCrypto. This Skill provides tested configuration and operational guidance for the entire lifecycle. ## Core Features & Use Cases - Worker configuration: Set up the Cloudflare Vite plugin with the Rango preset, wrangler.json, and typed bindings via a global Rango.Env interface. - D1/KV and local parity: Provision bindings, apply local and remote migrations, manage .dev.vars secrets, and run the same behavior suite against vite dev and vite preview. - Streaming and deployment safety: Preserve RSC/SSR response streams, handle route-owned CORS, deploy the built Worker from dist/rsc/wrangler.json, and debug dev-preview differences. - Use Case: You are moving a Rango app to Cloudflare Workers and need D1 migrations applied locally, a Stripe webhook verified with SubtleCrypto, and a deployable Worker built without draining the streaming response. ## Quick Start Use the cloudflare skill to configure and deploy my Rango app on Cloudflare Workers with typed D1 and KV bindings.