groundy
infrastructure & runtime

Vercel Flat Rate CDN Beta: Break-Even Math for Spiky Workloads, Tax for the Rest

Vercel's Flat Rate CDN beta replaces per-GB egress with a fixed fee; spiky workloads win, steady low-traffic sites pay more, and the Cloudflare-fronting cost case weakens.

9 min···6 sources ↓

Vercel’s Flat Rate CDN, in Limited Beta since 2026-05-19, swaps usage-based CDN metering for a fixed monthly fee with no overages from traffic spikes. It pays off only when your metered egress would clear that fee in a normal month: spiky, high-volume, or bot-heavy sites win; steady low-traffic sites pay a tax. The second-order effect is that it partially erodes the standard “park Cloudflare in front of Vercel” cost hack, though that pattern still earns its keep on bot-blocking and the edge-location gap.

What Vercel de-meters, and what it leaves metered

Flat Rate CDN removes metering on Vercel’s CDN products specifically, Edge Requests and Fast Data Transfer, and promises your bill will not rise from temporary usage spikes, but the changelog does not extend that guarantee to compute, image optimization, or any non-CDN resource.

Per Vercel’s changelog, the tier “replaces usage-based CDN pricing with a fixed monthly fee,” covers “spikes across Vercel CDN” by de-metering Edge Requests, Fast Data Transfer, and other CDN products, and carries a “no overages” promise. Vercel’s own framing names the bill-shock triggers directly: “viral posts, unfiltered bots, or misconfigured routes can turn a normal month into a surprise bill.”

What the changelog does not do is move non-CDN resources to flat pricing. It is silent on Serverless and Edge Function execution, Image Optimization, and bandwidth that reaches the origin rather than the edge. Read those as still metered unless Vercel says otherwise. The scope matters because bandwidth is the bill-shock line item, but it is not the only metered line item, and the de-metering is CDN-shaped.

How the break-even math works, with the fee as the unknown

Flat-rate pricing beats metered pricing only when your typical monthly metered CDN cost exceeds the flat fee, and because Vercel has not disclosed the fee, the break-even crossing is unknowable until general availability.

The metered side has one stable anchor and one contested one. The stable anchor is Vercel’s included allowance: standard Pro ships with 1 TB of bandwidth per month. The contested anchor is the per-GB overage rate, and the reviewed sources do not agree. One 2026 pricing analysis cites overage at roughly $40 per 100 GB, about $0.40/GB. A second analysis asserts Vercel lowered bandwidth pricing to $0.15/GB in mid-2024 and that Pro overage runs $0.15/GB past the included terabyte. Those figures are not close. The cheaper rate roughly halves the metered cost of any given spike, which moves the break-even point materially. Neither rate in the reviewed set traces to Vercel’s own pricing page, so verify the live figure there before quoting one as fact.

The included terabyte reframes the comparison. Overage only attaches to traffic past 1 TB, so for a Pro team the flat fee is really buying insurance on the marginal traffic above the allowance, not the first terabyte. A site whose worst month sits at 1.3 TB has a small overage exposure; a site that swings between 0.8 TB and 3 TB has a large one. Flat pricing is worth more the wider that swing, which is why bot-driven and viral workloads rather than steady-growth ones are the natural fit.

A worked example pins the shape, if not the exact number. A 2026 cost breakdown modeled a 4-person Pro team moving about 1.5 TB of bandwidth with 3M function invocations and edge middleware, landing near $286/month, with bandwidth overage the dominant line item. The figure is illustrative and third-party (medium confidence), but it shows the dynamic: once you pass the included terabyte, bandwidth tends to dominate the metered bill, which is precisely the exposure flat-rate CDN targets.

The break-even then reduces to a single comparison. Is the flat fee below your typical overage exposure? If yes, flat-rate wins. If no, metered pricing plus a spend cap stays cheaper. Because the fee is undisclosed, the right way to hold the decision is as a function of the fee, not as a known crossing point.

Where flat pricing wins, and where it is a tax

Flat-rate pricing wins for workloads whose metered egress is volatile or persistently high relative to the flat fee, and it loses for steady, low-traffic sites that rarely approach the included terabyte.

The bill-shock record names the winning profiles. Documented cases include a roughly $1,100 bill from a 1.1 TB bot-driven month on a portfolio site, a $1,141 spike tied to a viral Hacker News front page, and a $140/month image-heavy portfolio, gathered in a bill-shock roundup and echoed by community migration notes. These are third-party-reported (medium confidence); treat them as representative shapes rather than guarantees. The common thread is that a single event, a bot swarm, or an image-heavy page turns a cheap month expensive, and flat pricing caps exactly that downside.

There is a second-order benefit for the winning profile that the bill alone understates. Teams that live under metered pricing tend to engineer around the meter: aggressive caching, image-format and resolution tuning, moving heavy assets to a cheaper origin. That work has a maintenance cost that never appears on the Vercel invoice. If the CDN is flat, the incentive to spend engineering time shaving egress drops, and that effort can move to features. The flip side is real too: a flat fee dulls the signal that inefficient assets are expensive, so a lazy-image problem can persist uncorrected.

The losing profile is the mirror. A marketing site moving 40 GB/month sits far under the included terabyte and pays the flat fee for protection it does not need. For those teams the metered plan plus a spend cap is almost certainly cheaper, because the included allowance already covers them with room to spare.

One nuance worth holding: Vercel already ships spend management on existing plans, and multiple guides call the spend cap the single most important bill-shock defense. Flat-rate is a complement to a spend cap, not a replacement. The spend cap hard-stops runaway cost across all resources; flat-rate removes the CDN-specific volatility that trips the cap in the first place.

Does flat-rate CDN kill the ‘Cloudflare in front of Vercel’ pattern?

It removes much of the cost rationale for fronting Vercel with Cloudflare to dodge bandwidth bills, but the pattern still earns its keep on bot-blocking and on a structural edge-location gap that flat pricing does nothing to close.

The hack is well-worn: park Cloudflare in front of Vercel, cache static assets at Cloudflare’s edge, and filter bots before they reach Vercel’s meter. Practitioners report that the pattern cuts Vercel bandwidth usage by 60 to 80 percent (medium confidence). The entire point was to pull egress off Vercel’s meter. If the Vercel CDN is no longer metered, half the reason for the extra hop disappears.

Only half, though. The competitive backdrop is why. Cloudflare Pages offers unlimited bandwidth even on its free tier, and runs roughly 300 edge locations versus roughly 30 for Vercel (medium confidence). That is a structural cost-and-performance gap. Flat pricing narrows it on price but does nothing on geography: Cloudflare’s larger footprint still means more cache density and lower latency in more places.

The surviving bot-blocking rationale is the sharper one. Cloudflare in front still filters abusive traffic before it reaches origin compute and any resources that remain metered. Once you remember that function execution and image optimization appear to stay metered, keeping abusive requests off Vercel still saves money, just on a different line item. Flat-rate reframes the fronting pattern from bandwidth arbitrage into defense plus geography.

Fronting with Cloudflare also carries its own overhead: DNS and TLS terminate at a second provider, cache has to be invalidated across two layers, and debugging a request means reasoning about which edge served it. Teams tolerated that complexity because the bandwidth savings justified it. Strip the cost rationale and the complexity has to earn its keep on bot-blocking and latency alone, which is a higher bar. Some teams will conclude it still clears the bar; others will drop the extra hop and let Vercel’s edge handle the traffic it is now priced to absorb.

What the beta still doesn’t answer

The beta leaves the flat fee, GA timing, plan availability, and the treatment of non-CDN resources undisclosed, so the real economics stay unknown until general availability.

Per the changelog, only Pro teams can join the waitlist, and the post names no price, no GA date, and no Hobby or Enterprise availability. It also does not clarify whether function execution, image optimization, or edge-config reads move to flat pricing. The “no overages” line is vendor framing; the operational question is what the flat fee buys and where the meter still runs.

Two numbers will shift the entire break-even analysis once they are public, and both are worth rechecking before this beta reaches GA: the undisclosed flat monthly fee, and Vercel’s current per-GB overage rate, which the reviewed sources cannot reconcile at $0.40/GB versus $0.15/GB. Until both are confirmed, Flat Rate CDN reads best as Vercel’s answer to the bill-shock narrative that has dominated its coverage, with the actual arithmetic still pending.

Frequently Asked Questions

Is Flat Rate CDN available to Hobby tier teams?

No. The beta is restricted to Pro teams via waitlist, and the changelog makes no mention of Hobby or Enterprise availability. Hobby tier users seeking bandwidth cost certainty have one structural alternative: Cloudflare Pages offers unlimited bandwidth on its free tier, which is why that platform appears as the default recommendation in bill-shock discussions for teams that cannot or will not upgrade to Pro.

How does flat-rate CDN interact with Vercel’s existing spend caps?

Spend caps hard-stop all metered usage once a ceiling is hit, which means a CDN spike can take a site offline if the cap is set conservatively. Flat-rate CDN eliminates CDN cost variability, so CDN traffic no longer contributes to triggering the cap. Teams running both can set tighter caps on function execution and image optimization without worrying that a traffic surge will exhaust the monthly limit on the CDN side first.

Does Vercel’s roughly 30-location edge network reduce how much value flat pricing delivers?

Yes. Traffic from regions not well-covered by Vercel’s edge is more likely to miss the CDN and reach origin compute, which remains metered. De-metering the CDN slice does not reduce those origin-bound request costs. Sites with substantial audiences in regions outside Vercel’s dense coverage see a smaller share of their traffic affected by the flat fee, which lowers the effective break-even advantage compared to sites whose traffic concentrates in well-covered regions.

What monitoring should teams add once CDN bandwidth is no longer metered?

Under metered pricing, unoptimized images and redundant requests show up directly on the invoice, giving teams a financial signal to fix them. With CDN bandwidth flat, that signal disappears from the CDN line. Teams that relied on billing alerts to catch bloated assets should add separate observability: cache-hit ratio tracking, per-route request-count dashboards, or periodic image-size audits, because the cost pressure that previously surfaced those problems will no longer appear on a bandwidth bill.

What flat fee level would make metered pricing cheaper for most Pro teams?

If the per-GB overage rate sits at $0.15 (one of the two contested figures in current analyses), a team using 1.5 TB in a typical month pays roughly $75 in overage past the included terabyte. Any flat fee above that threshold would make flat-rate pricing the more expensive option for moderate-traffic Pro teams. The undisclosed fee will determine whether this is priced as broad risk-management for average Pro users or as a premium product aimed at the high-volatility minority.

sources · 6 cited

  1. Flat Rate CDN in Limited Beta - Vercelvercel.comvendoraccessed 2026-06-27
  2. Vercel Bill Shock: How to Avoid $1,100 Bandwidth Bills in 2026deploybase.appanalysisaccessed 2026-06-27
  3. Migrate Off Vercel - Unexpected Costsmigrateoffvercel.orgcommunityaccessed 2026-06-27