Vercel Pricing (2026): The $20 Plan Is Only the Floor
Vercel Pro is $20 a month, but seats, usage, add-ons, v0, and AI costs stack separately. See every live rate and break-even point.
Vercel
v0
- NNetlify
Cloudflare
- AAWS Amplify
- CCloudflare support channels

Vercel Pro costs $20 a month for one deploying developer, but that is the floor, not the ceiling. The same team can also pay for extra developer seats, infrastructure after the included allowances, fixed add-ons, v0, and AI usage, while the one $20 infrastructure credit does not multiply with headcount.
Every price below was verified against Vercel's live pricing page and linked documentation on 7 August 2026. Rates marked "starting at" vary by region, so treat them as the lowest published rate rather than a universal quote.

Vercel pricing at a glance
Vercel has three hosting plans: Hobby at $0, Pro at $20 per month for the first deploying developer, and Enterprise at a custom contract price.
The choice is simpler than the rate sheet makes it look. Keep Hobby for a personal, non-commercial project that stays inside its hard caps. Move to Pro when the project is commercial or needs paid overages and collaboration. Talk to Enterprise when a contract, 99.99% SLA, managed security controls, directory sync, or multi-region failover is a procurement requirement.

What Vercel Pro really costs
Vercel Pro costs $20 for the platform, not $20 for an all-inclusive bundle. That fee includes one deploying developer seat and one $20 monthly credit for managed infrastructure across the entire team.
The credit belongs to the Pro plan, not to each paid seat. A three-developer team pays $60 a month but still receives one $20 infrastructure credit. A five-developer team pays $100 and still receives $20. Unlimited Viewer seats are free, but Viewers can only inspect deployments, analytics, and previews; anyone who configures or deploys needs an Owner or Member seat at $20 a month.
The practical bill formula is:
$20 platform fee + $20 for each additional deploying seat + fixed add-ons + metered usage after the $20 credit.
The network allowances sit in front of that credit. Pro includes 1 TB of Fast Data Transfer and 10 million Edge Requests each month. Once either allowance is exceeded, the resulting charges use the $20 credit first. Any credit left at the end of the billing month expires. It does not roll over.
Headcount changes the value quickly:
- One deploying developer pays $240 a year and has $20 of monthly infrastructure credit per developer.
- Three deploying developers pay $720 a year, while the credit works out to $6.67 per developer.
- Five deploying developers pay $1,200 a year, while the credit works out to $4 per developer.
- Ten deploying developers pay $2,400 a year, while the credit works out to $2 per developer.
That is the first break-even rule: Vercel's seat price is neutral against a $20 flat team plan at one deployer and loses on base price from the second deployer onward. The platform can still justify the difference through included traffic or workflow fit, but the extra seat must earn its $240 annual cost.
Is Vercel free? The Hobby plan truth
Vercel Hobby is enough indefinitely for a personal, non-commercial project that stays below its monthly and operational limits. A portfolio, personal blog, learning project, or open experiment can remain at $0 if it does not become commercial and does not need more capacity.
The live plan includes 1 million Edge Requests and 100 GB of Fast Data Transfer each month. Functions include 4 Active CPU hours, 360 GB-hours of provisioned memory, and 1 million invocations. Storage and optimization include 1 GB of Blob storage, 10,000 simple Blob operations, 2,000 advanced Blob operations, 10 GB of Blob transfer, 5,000 image transformations, 300,000 image cache reads, and 100,000 image cache writes.
Hobby also includes 1 million ISR reads, 200,000 ISR writes, 100,000 Edge Config reads, 100 Edge Config writes, 50,000 Workflow events, 1 million Queue operations, 5,000 Vercel Connect requests, 10,000 Vercel Flags requests, 10,000 Speed Insights events, and 50,000 Web Analytics events per month. The operational limits include 200 projects, 100 deployments per day, one concurrent build, a 45-minute build ceiling, and 100 MB per static upload.
Those are hard allowances, not a small pay-as-you-go account. Hobby users cannot buy more usage. A project pauses or hits the relevant limit instead of converting itself into an overage invoice.
The decisive limit is not technical. Vercel's terms reserve Hobby for personal or non-commercial use. A tiny company site with almost no traffic belongs on Pro because it is commercial. A busy personal project can remain on Hobby only while it stays inside the caps. Who never needs to pay: the owner of a personal, non-commercial project whose traffic, compute, storage, deployments, and collaboration needs stay within those published limits.
The non-price limits that can force an upgrade
Security rules, deployment controls, concurrency, and retention can force a higher tier before traffic does. Hobby allows up to 3 custom firewall rules and 3 IP blocks. Pro raises those to 40 and 100, while Enterprise raises both to 1,000. System bypass rules move from none on Hobby to 25 on Pro and 100 on Enterprise.
Sandbox concurrency is 10 on Hobby, 2,000 on Pro, and custom on Enterprise. Custom environments move from none on Hobby to one on Pro and 12 on Enterprise. Rolling Releases move from none to one included Pro project and custom Enterprise terms.
The collaboration limits follow the same pattern. Hobby has one developer seat. Pro includes one paid deployer, charges $20 a month for each additional deployer, adds unlimited Viewers, and includes one Billing seat. Enterprise negotiates the seat structure.
Retention is the quiet operational limit. Runtime Logs and Session Traces last one hour on Hobby, one day on Pro, and three days on Enterprise. Observability Plus can extend paid-plan Runtime Logs to 30 days. If an incident investigation regularly begins days after the event, retention can decide the plan before compute does.
Every current Vercel Pro overage and add-on
Vercel Pro turns almost every resource into a named meter. The $20 credit makes the first slice feel bundled, but you still need to know which actions consume it.
Delivery, firewall, and caching
Network traffic has two primary meters. Edge Requests cost starting at $2 per million after the included 10 million, and Fast Data Transfer costs starting at $0.15 per GB after the included 1 TB. Every request reaching Vercel counts as an Edge Request, including a static asset request; caching can prevent function compute, but it does not erase the request or the bytes transferred.
Firewall rate limiting starts at $0.50 per million allowed requests. BotID Deep Analysis costs $1 per 1,000 checks. These are separate meters from Edge Requests and Fast Data Transfer, so turning on deeper traffic analysis does not replace the delivery charges.
Incremental Static Regeneration, which rebuilds cached pages after deployment, bills reads at starting at $0.40 per million and writes at starting at $4 per million. A content site with frequent revalidation can have modest transfer and still create a noticeable write meter.
Blob, images, configuration, and microfrontends
Vercel Blob charges $0.023 per GB-month for storage, $0.40 per million simple operations, $5 per million advanced operations, and starting at $0.05 per GB transferred. Uploading a file is therefore not one price: storage, operations, and delivery can all appear separately.
Image Optimization costs starting at $0.05 per 1,000 transformations, $0.40 per million cache reads, and $4 per million cache writes. A catalog that generates many sizes and formats may spend more on transformations and writes than a page-count estimate suggests.
Edge Config costs starting at $3 per million reads and $1 per 100 writes. Microfrontends include two projects, then cost $250 per month for each additional project; routing costs $2 per million requests. That additional-project fee is a fixed commitment, so the $20 infrastructure credit does not soften it.
Functions, sandboxes, workflows, and agent infrastructure
Vercel Functions bill starting at $0.128 per Active CPU hour, $0.0106 per provisioned-memory GB-hour, and $0.60 per million invocations. Active CPU means code execution time is metered separately from the memory held while the function is provisioned. A slow external API call may use little CPU but still accrue memory duration.
Vercel Services, currently beta, starts at $0.50 per million requests. Vercel Sandbox starts at $0.128 per Active CPU hour, $0.0212 per provisioned-memory GB-hour, $0.60 per million sandbox creations, $0.15 per GB of network traffic, and $0.08 per GB-month of snapshot storage. Container Registry image storage is $0.10 per GB-month, while Fast Origin Transfer starts at $0.06 per GB.
Workflows cost $20 per million events, $0.50 per GB written, and $0.50 per GB-month retained. Queues start at $0.60 per million API operations. Vercel Connect costs $3 per 10,000 requests. These meters matter for agents because one user outcome may span many workflow events, queue operations, tool connections, sandbox starts, and model calls.
Builds, collaboration, observability, and security
Builds cost $0.014 per minute on Standard machines, $0.028 per minute on Enhanced, $0.105 per minute on Turbo, or $0.0035 per CPU-minute on Elastic. A Preview Deployment Suffix costs $100 per month. Each additional deploying seat costs $20 per month.
Vercel Flags includes 150 Explorer overrides a month, then charges $250 for unlimited overrides; flag traffic costs $0.03 per 1,000 requests. Observability Plus is $1.20 per million events. Speed Insights is $10 per project per month plus $0.65 per 10,000 events. Web Analytics is $3 per 100,000 events, Web Analytics Plus is $10 per month, and runtime Log Drains cost $0.50 per GB.
The large fixed add-ons are easy to miss because they do not look like infrastructure usage. SAML Single Sign-On costs $300 per month, a HIPAA BAA costs $350 per month, Advanced Deployment Protection costs $150 per month, and shared-pool Static IPs cost $100 per project per month plus starting at $0.15 per GB. Bulk redirects include 1,000, then cost $50 per month for each additional 25,000. Pro includes one custom environment; packs of five more cost $50 per month, up to 16 environments per project.
Vercel cost calculations at working scale
Vercel is inexpensive when included transfer and requests absorb most activity. It gets expensive when one user outcome fans out across several billable meters or when headcount grows faster than traffic.
Cost per million dynamic requests
Take 1 million function invocations, each using 100 milliseconds of Active CPU and 1 GB of provisioned memory for that same period. The workload uses 27.7778 CPU-hours and 27.7778 GB-hours. At current rates, CPU costs $3.56, memory costs about $0.29, and invocations cost $0.60, for $4.45 per million requests before the monthly credit.
That is a clean baseline, not a universal function price. Longer wall time raises memory cost. More CPU raises CPU cost. Each response can also create an Edge Request and Fast Data Transfer. Image work, storage, queues, workflows, or AI tokens add their own meters.
Edge-request cost at 10M, 50M, and 100M
If Edge Requests are the only metered resource, a one-seat Pro team pays $20 at 10 million requests because the traffic is included. At 50 million, the 40 million excess requests cost $80, the $20 credit absorbs $20, and the total invoice is $80. At 100 million, the 90 million excess requests cost $180, the credit absorbs $20, and the total is $180.
The counterintuitive part is that the platform fee and credit cancel each other once metered usage exceeds $20. After that point, the one-seat total closely tracks the usage charge itself, before fixed add-ons.
Transfer cost at 2 TB and 5 TB
If Fast Data Transfer is the only metered resource, 2 TB means 1 TB included and 1,024 GB billed at $0.15. The overage is $153.60; after the $20 credit and $20 platform fee, the total is $153.60. At 5 TB, the same calculation produces $614.40.
This is where Vercel's base plan is stronger than its per-GB rate suggests. One terabyte is already included. A comparison that quotes only $0.15 per GB misses the most valuable part of Pro for a high-bandwidth, one-developer app.
Team-seat break-even
The seat calculation runs the opposite way. One deployer is $20, five deployers are $100, and ten are $200 before usage. If most collaborators only need to inspect a preview, keep them as free Viewers. Paying for a developer seat that rarely deploys turns an occasional action into a recurring $240 annual cost.
v0, Vercel Agent, and AI Gateway are separate bills
v0 is not included in the $20 Vercel Pro platform fee. A builder using Vercel hosting and the v0 API can have two subscriptions plus token usage before the deployed app serves its first customer.

v0 Free is $0 with $5 of monthly credit and a seven-message daily limit. v0 Plus is $30 per user per month, with $30 of monthly credit and $2 of daily login credit per user. Business is $100 per user per month, includes the same $30 monthly credit and $2 daily login credit, and opts data out of training by default. Enterprise is custom.
The current v0 models range from $1 to $10 per million input tokens and $5 to $50 per million output tokens, depending on whether you choose Mini, Pro, Max, or Max Fast. The v0 API can power custom chat interfaces, automated code-generation workflows, development tools, dashboards, and autonomous agents that generate and deploy code. Its API requires an eligible paid plan; Premium is being sunset for new users, so Plus at $30 per user is the current entry path.
For one person, Vercel Pro plus v0 Plus starts at $50 per month. Pro plus v0 Business starts at $120 per month. Both totals exclude additional infrastructure and token usage.
Vercel Agent adds another meter at $0.25 per million tokens plus the pass-through token cost. AI Gateway uses a separate credit balance: its free tier includes $5 per month for eligible models at provider list prices with zero markup, while the paid tier uses purchased credits and can bring provider keys. Optional AI Gateway controls also bill separately, including Custom Reporting, team-wide provider allowlists, team-wide zero-data retention, and Trace Drains.
The decision rule is simple: price hosting, code generation, production-agent assistance, and model inference as separate products. The shared Vercel brand does not turn them into one allowance.
Vercel alternatives, normalized to the same outcomes
Netlify wins when deploying headcount dominates, Cloudflare wins when bandwidth and request volume dominate, and AWS Amplify can win at low usage when a team prefers pure consumption pricing. None is uniformly cheaper.
Netlify: cheaper teams, weaker bandwidth allowance
Netlify Pro costs $20 a month with unlimited members and 3,000 credits, so it beats Vercel's base seat price from the second deploying developer onward.

Netlify spends 20 credits per GB of bandwidth, 10 credits per GB-hour of compute, 2 credits per 10,000 web requests, and 15 credits per production deploy. Pro auto-recharge, disabled by default, costs $10 for 1,500 credits.
If every included and purchased credit goes only to bandwidth, 1 TB costs about $136.53 on base Pro plus recharges; 2 TB costs about $273.07. Vercel costs $20 at 1 TB and $153.60 at 2 TB in the same transfer-only scenario. Netlify therefore wins a five-developer, low-traffic team at $20 versus Vercel's $100 base, while Vercel wins a one-developer, bandwidth-heavy app. The broader product differences are covered in Vercel vs Netlify.
Cloudflare: the traffic-cost winner
Cloudflare Workers Paid starts at $5 per account per month, includes 10 million requests and 30 million CPU milliseconds, then charges $0.30 per million requests and $0.02 per million CPU milliseconds. It has no data-transfer or bandwidth charge, and static-asset requests are free and unlimited.

Cloudflare's own 100-million-request example at 7 milliseconds of CPU per request totals $45.40. Vercel's 100 million Edge Requests alone total $180 after the included requests and $20 credit, before function CPU, memory, or transfer. That makes Cloudflare the clear cost choice for request-heavy edge code when its runtime and operational model fit. The tradeoffs, including its platform limits and split product billing, are detailed in the Cloudflare review.
AWS Amplify: low-usage pay-as-you-go
AWS Amplify charges no seat fee. Outside its Free Tier, Standard builds cost $0.01 per minute, storage costs $0.023 per GB-month, transfer costs $0.15 per GB, server-side-rendered requests cost $0.30 per million, and SSR duration costs $0.20 per GB-hour.

Looking only at transfer, AWS Amplify breaks even with Vercel's $20 one-seat base at about 133 GB per month. Below that, AWS transfer costs less than $20. Above it and up to Vercel's included 1 TB, Vercel is cheaper. At 1 TB, AWS transfer alone is $153.60 versus Vercel's $20; at 2 TB it is $307.20 versus Vercel's $153.60.
AWS can still win when several developers would create Vercel seat charges or when the workload uses little transfer. Add the rest of the stack before deciding: Amplify builds, storage, SSR, and a $15 per-app WAF fee plus WAF usage can move the result.

Trial, billing cadence, refunds, and price history
Vercel Pro is billed monthly. The live self-serve pricing and Pro documentation do not publish an annual Pro discount, so there is no annual core-plan commitment to justify with a discount. Enterprise terms are negotiated separately.
Domains are the annual renewal to watch. Vercel may charge a domain up to 30 days before its purchase anniversary. New monthly Pro upgrades can claim one eligible first-year domain on selected TLDs within 30 days, but it renews later at the standard rate.
The Pro trial lasts 14 days or until a trial usage cap is reached, whichever comes first. It includes a $20 credit, 1 TB of transfer, and 10 million Edge Requests. Selected caps include one owner, 10 total members, 200 projects, 16 CPU-hours, 1,440 GB-hours of provisioned memory, 1 million function invocations, and 10,000 image transformations. You get one trial per user account. Without a payment method, the team reverts to Hobby and is not charged.
Refund terms are strict. Vercel's terms say fees are non-refundable unless the agreement expressly says otherwise. A cancellation or downgrade takes effect at the next renewal period. If Vercel terminates a self-service subscription without cause, the terms provide a refund of the pro-rated, unearned prepaid amount.
Vercel does not publish a general student or teacher discount. A Vercel staff answer says one is not offered; qualifying open-source sponsorship is a separate program.
The price structure has changed twice in ways that explain conflicting numbers elsewhere. On 4 April 2024, Vercel split infrastructure into granular meters and reduced Fast Data Transfer from $0.40 to $0.15 per GB, while introducing separate invocation, Edge Request, and ISR rates. On 9 September 2025, Pro moved to the flexible $20 team credit, free Viewer seats, self-serve enterprise add-ons, and default spend alerts. The current live page supersedes both older rate sheets wherever a number differs.
Who should pay for Vercel, and who should skip it
Pay for Vercel Pro when the app is commercial, one or two people deploy it, its transfer is meaningful but predictable, and the included 1 TB plus 10 million requests offsets more cost than the seat fee creates. Configure Spend Management before a public launch, keep non-deploying collaborators on free Viewer seats, and price every fixed add-on separately.
Stay on Hobby when the work is genuinely personal and non-commercial and every cap is comfortable. Do not use Hobby as a permanent production tier for a business simply because the traffic is small.
Skip Vercel for Netlify when a larger team needs deployment access but usage is modest. Skip it for Cloudflare when edge requests or bandwidth dominate and the Workers model fits. Consider AWS Amplify when usage is low, the team is already AWS-native, and a no-seat consumption bill matters more than an integrated allowance.
- One deploying developer, 1 TB of transfer, 10 million Edge Requests, and $20 of flexible infrastructure credit fit inside the $20 Pro base.
- Unlimited Viewer seats avoid charging for people who only inspect previews and analytics.
- Hobby has useful hard caps and cannot generate paid overages.
- The live page exposes detailed per-resource rates, making a modeled bill possible.
- Hobby is restricted to personal, non-commercial use.
- Each additional deploying developer adds $20 a month without adding another $20 infrastructure credit.
- Unused credit expires monthly, while usage can spill into many separate meters.
- Fixed security, observability, environment, microfrontend, v0, and AI charges sit outside the simple $20 headline.
- Regional "starting at" rates mean a global workload needs a region-aware estimate.
Vercel pricing FAQ
Is Vercel 100% free?
Vercel Hobby costs $0 and cannot incur paid overages, but it is limited to personal, non-commercial use. It includes 100 GB of Fast Data Transfer, 1 million Edge Requests, capped functions and storage, 200 projects, and 100 deployments per day.
How much does Vercel cost?
Hobby is $0. Pro starts at $20 per month with one deploying seat, one $20 team infrastructure credit, 1 TB of transfer, and 10 million Edge Requests; additional deploying seats are $20 each. Enterprise is custom.
How many times can I deploy on Vercel for free?
Hobby allows 100 deployments per day and one concurrent build. It also limits CLI-created deployments to 2,000 per week and each build step to 45 minutes.
Is Vercel cheaper than AWS?
For transfer alone outside AWS Free Tier, AWS Amplify is cheaper below about 133 GB a month because it has no $20 platform fee. Between that point and Vercel's included 1 TB, Vercel is cheaper; builds, storage, requests, compute, WAF, and seat count can change the full result.
Does Vercel offer a student discount?
Vercel does not publish a general student or teacher discount. Its staff has said one is not offered, while qualifying open-source projects use a separate sponsorship program.
Does Vercel offer refunds?
Vercel's terms state that fees are non-refundable unless expressly stated otherwise. Cancellation takes effect at the next renewal period; a limited pro-rated refund applies if Vercel terminates a self-service subscription without cause.
Can I pay for Vercel Pro annually?
The live self-serve Pro pricing is monthly, and Vercel does not publish an annual Pro discount. Enterprise contracts are negotiated; domains renew on their own annual schedule.
Has Vercel pricing changed?
Yes. Vercel introduced granular infrastructure meters in 2024 and moved Pro to a flexible $20 team credit with free Viewer seats in 2025. These prices were re-verified against the live page on 7 August 2026.
Aug 7, 2026







