Is Cloudflare Pages down? Live status
Cloudflare edge + Pages
Live Cloudflare Pages reachability — Pages dashboard, Workers edge and the Cloudflare API checked from your browser.
CloudflarePages API Status
Live, in-browser checks against CloudflarePages's public APIs. Refreshes every 15s.
Reachability
DNS / TCP / TLS — Cloudflare's public front-ends
- pages.cloudflare.comPages marketing / dashboard—mswarming up
- dash.cloudflare.comCloudflare dashboard—mswarming up
- workers.devWorkers edge subdomain—mswarming up
Cloudflare's API rejects cross-origin browser requests. These checks confirm DNS, TCP and TLS reachability of the Pages, dashboard and Workers front-ends only.
I'm CF — your Cloudflare Pages guide. Ask about Workers, D1, R2, or Pages vs Vercel.
Visit Cloudflare PagesSponsored content. vercel.health may earn a referral reward when you sign up via this widget. Answers are informational only — not financial advice.
Official CloudflarePages status page
Open ↗About CloudflarePages
Cloudflare Pages is Cloudflare's Jamstack + Workers deployment platform, running on the Cloudflare edge in 300+ cities. Pages ties tightly into Workers, D1, R2 and KV for full-stack apps.
CloudflarePages at a glance
- Runs on
- Cloudflare edge (300+ cities)
- Compute
- Workers (V8 isolates)
- Storage
- R2, D1, KV, Durable Objects
- Free tier
- Unlimited requests
- Pricing
- $0 → $5/mo Workers Paid
Common CloudflarePages issues
- Workers CPU limit exceeded
Workers have a 10ms CPU budget on free, 50ms on paid. Heavy JSON parsing or crypto in a single request will trip it while the platform itself is healthy.
- Build failed on Node compat
Cloudflare's runtime is workerd, not Node. Packages that require child_process, fs.watch, or native addons will fail even with nodejs_compat enabled.
- Cache-Control ignored
Cloudflare's global cache honors specific headers only. Origin-set no-store and private are respected; s-maxage overrides max-age at the edge.
Background
Cloudflare launched Pages in 2021 as a direct competitor to Netlify and Vercel, layered on top of Workers. Since then it has bundled Pages with R2 object storage, D1 SQLite, and Durable Objects, positioning itself as the edge-first full-stack alternative.
Frequently asked
Is Cloudflare Pages down right now?
Pages vs Workers — do they share status?
About this check
All data is provided on a best-effort basis with no guarantees about accuracy or availability. This is an unofficial status page and is not affiliated with, endorsed by, or sponsored by CloudflarePages.
Checks run client-side from your browser against CloudflarePages's public endpoints. Latency reflects your network path, not the server's health alone. See our resources for more on how to read these checks.