Cloudflare Pages

Best for: Static sites + edge compute. The most generous free tier in 2026.

Free Tier Limits (2026)

LimitValue
BandwidthUnlimited
ComputeWorkers (100K req/day, 10ms CPU burst 50ms)
Storage5 GB (Workers KV / D1)
Builds500 build minutes/month
Projects / Sites100 sites
Custom domains100 per project
Serverless functionsWorkers Functions (native edge)
Cold start~0ms (edge-native)
Always free?✅ Yes — no credit card required

Key Strengths

  • Unlimited bandwidth — unique among free tiers (Vercel caps at 100GB, Netlify at ~30GB)
  • Integrated Workers platform (KV, D1 SQLite, R2, Queues, AI)
  • Fastest CDN in the world (350+ edge locations)
  • No cold starts (code runs at edge, not spun down)

Weaknesses

  • Workers have 10ms CPU limit per request (tight for heavy compute)
  • No native Docker support
  • Build minutes (500/mo) lower than Vercel (6,000/mo)
  • Workers scripting has a learning curve vs simple config

Best For

  • Marketing sites, blogs, docs (static)
  • Sites expecting traffic spikes (unlimited bandwidth)
  • Full-stack edge apps (Workers + D1 + R2)
  • Developers already in Cloudflare ecosystem (DNS, email, CDN)

Sources

  • agentdeals.dev comparison table
  • Cloudflare Pages docs
  • snapdeploy.dev 2026 guide