Host a site and its API on Cloudflare's global network.
Workers now serves static files as well as code, and it is what Cloudflare recommends for new projects over the older Pages product. Static requests are free, and a generous free plan covers the rest for small apps.
Key info
- Pricing
- Freemium
- Platform
- Web
- Category
- Hosting
- Best for
- Intermediate
- Free plan
- 100,000 requests a day; static files are free
- Paid plans from
- $5 a month
- Hosts
- Static sites, APIs and full-stack apps on a global network
- Frameworks
- Next.js, React, Astro, SvelteKit, React Router and more
- Databases
- D1 (SQLite), KV and R2 storage, or connect to Postgres
- Custom domains
- Yes, and domains are sold at cost
- Email hosting
- Forwarding only, through Email Routing
- Deploy from
- Git or the Wrangler CLI
Related reading
- Tool reviews
Choosing your first AI coding setup
You need three things, and you probably already have one of them.
Beginner - Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert