DOCS / DEPLOYMENT + APIDeploy in minutes.
Deploy in minutes.
Automate by default.
Provision the edge resources, query the inbox, and dispatch mail through the same API surface that powers the demo.
# Provision Cloudflare resources
wrangler d1 create cloud-mail
wrangler kv namespace create cloud-mail-kv
wrangler r2 bucket create cloud-mail-r2
# Deploy the Worker
pnpm run deploy