{
  "slug": "cloudflare-pages-workers",
  "name": "Cloudflare Pages + Workers",
  "url": "https://developers.cloudflare.com/pages/",
  "cat": "host",
  "group": "back",
  "tagline": "Edge CDN + isolate serverless",
  "price": "Free: unmetered static bandwidth, 500 builds/mo, 100k Worker requests/day, 10 ms CPU per invocation. Workers Paid $5/mo covers 10M requests + 30M CPU-ms, then $0.30 per extra 1M requests and $0.02 per 1M CPU-ms. Egress always $0.",
  "tier": "mixed",
  "pick": false,
  "what": "Static hosting on Cloudflare's CDN plus Workers, a V8-isolate runtime executing in 300+ cities. Static asset bandwidth is unmetered on every tier and there are no egress fees; you pay only for Worker requests and CPU milliseconds. Pages Functions bill exactly as Workers.",
  "why": "The one major host where a viral spike does not become a bill: bandwidth is free and DDoS mitigation is on by default. Isolates give effectively zero cold start, and $5/mo buys 10M requests.",
  "warn": "Bandwidth is free but D1, KV, R2 operations, Durable Objects and Workers AI meter separately and creep up. Node compatibility still needs <code>nodejs_compat</code> and some libraries never work. No hard spend cap exists — set billing notifications.",
  "install": "npx wrangler pages deploy ./dist",
  "category": {
    "key": "host",
    "name": "Hosting, deploy & edge",
    "desc": "Egress pricing is where every surprise-bill story starts. Spend caps noted per platform.",
    "group": "back",
    "groupName": "Give it a backend"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": null,
    "checked_at": "2026-08-18T16:48:12.002+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}