Cloudflare
Use this page to find package-specific Cloudflare guidance in ViteHub.
Currently documented packages
KV
@vitehub/kv supports a Cloudflare KV path through cloudflare-kv-binding.
- Setup overview: KV overview
- Provider details: KV on Cloudflare
Blob
@vitehub/blob supports a Cloudflare path on Vite and Nitro through the cloudflare-r2 driver.
- Setup overview: Blob overview
- Provider details: Blob on Cloudflare
Queue
@vitehub/queue supports a Cloudflare path on Vite and Nitro through queue.provider = 'cloudflare'.
- Setup overview: Queue overview
- Provider details: Queue on Cloudflare
Schedule
@vitehub/schedule supports Cloudflare Provider Output on Vite and Nitro when the Vite Integration or Nitro Integration discovers Static Schedule Definitions.
- Setup overview: Schedule overview
- Provider details: ViteHub writes worker cron triggers to
wrangler.json; Cloudflare scheduled events wake the deployed worker and run matching Schedule Definitions.
What stays package-specific
Bindings, namespace IDs, and exact config examples live with the package docs. Use this section as a routing page, not as the source of truth for package setup.
Schedule Runtime Helpers are separate from Provider Output. Creating or changing a Runtime Schedule does not automatically provision Cloudflare cron triggers; worker cron configuration comes from Static Schedule Definitions discovered at build time.

