Project Setup
npx create-nitro-app@latest
cd nitro-cloudflare
npm install -D wrangler
Wrangler
# wrangler.toml
name = "nitro-cloudflare"
compatibility_date = "2024-04-11"
compatibility_flags = ["nodejs_compat"]
[build]
command = "npm run build"
publish = "dist"
Bindings
Deploy and Preview
Custom Domain
Environment Variables
Queues
Cron Jobs
R2
Hyperdrive
Hyperdrive is a system that distributes any database. This instantly makes your queries much faster. Depending on your use case this can completely change the user experience.