Cloudflare's developer platform in 2026 leads on cost and edge performance, zero egress fees, unlimited bandwidth on the free tier, and ~50ms TTFB in independent benchmarks (vs ~70ms Vercel, ~90ms Netlify). The Astro acquisition signals framework-layer commitment, and $5/mo Workers Paid is the cheapest paid entry in the category. The trade is DX: framework integration trails Vercel, and the Workers model differs from standard serverless. Default pick when bandwidth or global latency are the constraint.
- Zero egress fees, unlimited bandwidth on free tier
- 300+ edge locations, average TTFB ~50ms globally
- $5/mo Workers Paid, cheapest paid entry in the category
- D1, R2, KV, Durable Objects, Hyperdrive in one platform
- Acquired Astro in early 2026, framework-layer commitment
- Framework integration shallower than Vercel for Next.js or Netlify for Jamstack
- Workers paradigm differs from standard serverless, learning curve
- Free tier 100K requests/day, generous for static, tight for dynamic
- Some Workers APIs require paid tier (Durable Objects, Cron Triggers)
- Build system less polished than Vercel/Netlify on framework edge cases
Cloudflare’s developer platform, Workers (compute), Pages (static sites), D1 (SQLite), R2 (object storage), KV (key-value), Durable Objects (stateful workers), and Hyperdrive (Postgres acceleration), runs on the same 300+ edge network that handles ~20% of internet traffic. The 2026 product turned that infrastructure advantage into a meaningful developer-platform offering that increasingly competes with Vercel and Netlify head-on.
Where it fits
Cloudflare is the right pick when bandwidth costs, global latency, or zero-egress economics matter. The free tier alone, unlimited bandwidth, 100K Workers requests/day, 500 builds/month on Pages, covers more real-world site traffic than Vercel’s or Netlify’s free tier ever could. For paid use, the $5/mo Workers Paid tier undercuts every other paid hosting tier in this category.
It’s also the platform where Hono and Astro natively run best, Hono was designed for Workers from day one, and Astro’s January 2026 acquisition by Cloudflare signals the framework will keep shipping Cloudflare-first features. For Next.js, the integration story is solid but trails Vercel; for Jamstack form/identity workflows, Netlify remains stronger.
Pricing in practice
Workers Free: 100K requests/day, 10ms CPU per invocation. Pages Free: 500 builds/month, unlimited bandwidth, unlimited requests on static assets. Workers Paid: $5/mo includes 10M requests + $0.50 per additional 1M, with 50ms CPU per invocation (expandable to 30s default, up to 5 minutes). Pages Pro: $5/mo for 5,000 builds + 10M Workers requests. D1, R2, KV, Durable Objects all have generous free tiers and predictable pay-as-you-go pricing. The legacy Bundled plan is deprecated, migrate to Standard pricing if still on it. Enterprise is custom-priced with negotiated commits.
How it compares
Vercel, Deeper Next.js integration, polished DX, AI Gateway. Pricier on bandwidth and per-seat. Pick when Next.js depth matters more than bandwidth economics.
Netlify, Stronger forms and identity ecosystem, flat team pricing. Pick when Jamstack adapter ecosystem matters more than raw edge performance.
Fly.io, Run Docker containers on globally distributed VMs. Pick when you need long-running processes or full container control on the edge.
Render, Full-stack PaaS with Postgres, cron, workers. Pick when you need traditional backend infrastructure beyond edge compute.
Latest news
Cloudflare introduced the Cloudflare One stack on 2026-06-17, a set of agent skill files distributed through GitHub that let AI agents plan, deploy, and operate Zero Trust environments without a human at the console. Coverage spans remote access, user, network, and device policies, migration paths from legacy vendors like Zscaler, network visualization, and live troubleshooting; the skills target both existing customers automating their own rollouts and the partner channel shortening deployment cycles. The release reframes Cloudflare One from a console-driven SASE product into an agent-callable runbook. It sits on top of two earlier Anthropic integrations: Claude Managed Agents on the developer platform (2026-05-19), pairing the long-running agent runtime with Workers, Durable Objects, and the edge data layer for low-latency tool calls, and Cloudflare CASB gaining Claude Compliance API support (2026-05-21), surfacing Claude usage signals into the same SaaS governance surface enterprises already use for Google Workspace and Microsoft 365. The throughline extends Cloudflare’s positioning beyond network and Workers into the AI-governance and AI-runtime layer for organizations standardizing on Anthropic.
Sources
- Cloudflare Workers Pricing, developers.cloudflare.com, May 2026
- Workers & Pages Pricing, cloudflare.com
- Cloudflare Workers Pricing 2026, comparetiers.com
- Cloudflare vs Vercel vs Netlify 2026, devtoolreviews.com
- Cloud hosting in 2026, gautamkhorana.com
- launch · 2026-07-14
Cloudflare's Precursor grades visitors on behavior, not a checkpoint
Precursor scores traffic on how it behaves across a whole session instead of at a single gate, Cloudflare's answer to bots that run real browsers and clear CAPTCHAs. It also puts the company on both sides of the agent web at once.
- launch · 2026-07-12
Cloudflare lets AI agents deploy a Worker before anyone signs up
Cloudflare's temporary accounts let an autonomous agent run `wrangler deploy --temporary`, get a live URL in seconds, and hand a human a claim link later. The bet is that the sign-up flow, not the model, is what stops agents from finishing.
- launch · 2026-07-02
Cloudflare's Monetization Gateway turns HTTP 402 into a pay-per-use meter for the agent web
Cloudflare's Monetization Gateway lets customers charge for any resource behind its network (pages, datasets, APIs, MCP tools) over the x402 protocol, and it ships alongside a default policy that starts blocking mixed-use AI crawlers in September.
- launch · 2026-06-22
Astro 7 moves the content pipeline to Rust and makes queued rendering default
Astro 7.0 shipped on 2026-06-22 with a Rust compiler for .astro files, Rust-powered Markdown and MDX via Satteri, stable queued rendering, advanced routing through src/fetch.ts, and Node 22 as the new floor.
- launch · 2026-06-18
Cloudflare One ships an agent-skill stack, turning Zero Trust deployment into a runbook
Cloudflare published the Cloudflare One stack on 2026-06-17, a set of GitHub-distributed agent skills that let AI tools plan, deploy, and troubleshoot Zero Trust environments without a human at the console.