Is Vercel Free? The 2026 Cost of Next.js Hosting
Short answer: Vercel Hobby is free in 2026 for personal, non-commercial projects and includes 100 GB of Fast Data Transfer each month. A production business website should use Vercel Pro, which currently starts with a $20 monthly platform fee, one deploying seat, and metered usage. Here is the practical Vercel Hobby vs Pro comparison, including limits and commercial Next.js hosting costs.
Hassan Jamal·Mar 13, 2026·10 min read
Vercel Hobby vs Pro
Eligibility first. Usage model second.
Hobby
$0
Personal, non-commercial projects
100 GB Fast Data Transfer per month
Pro
$20/mo
Commercial production starting plan
One deploying seat, plus added seats and usage
Executive Summary
- ✓Vercel Hobby is a $0 plan for eligible personal, non-commercial projects, with 100 GB of Fast Data Transfer included each month.
- ✓Vercel Pro is the starting point for commercial production websites and currently begins with a $20 monthly platform fee, one deploying seat, and metered usage.
- ✓A Next.js rebuild can reduce server administration and request-time rendering without making infrastructure free.
- ✓Use this guide to compare Vercel Hobby vs Pro and estimate a realistic Next.js hosting cost for a business website.
Vercel pricing for business websites is not determined only by traffic. Hobby is free for eligible personal, non-commercial work and includes 100 GB of Fast Data Transfer plus published usage limits. Commercial websites should begin on Pro, currently a $20 monthly platform fee that includes one deploying seat and a usage credit, even when their traffic would fit inside Hobby's technical allowances. Added seats and on-demand usage can increase the bill. Compare the full platform, maintenance, and usage costs before choosing between managed WordPress hosting and commercial Next.js hosting.
About PandaCodeGen
PandaCodeGen rebuilds suitable websites as custom Next.js code with documented migration, measurement, and handover requirements. Commercial Vercel projects launch in the client's own account on Pro, currently starting with a $20 monthly platform fee that includes one deploying seat, so the client pays the platform directly with no hosting markup. Added seats and on-demand usage are billed by Vercel. PageSpeed targets, representative pages, test conditions, acceptance criteria, and any remedy are defined in the signed project scope. Full service pricing is on the pricing page.
Understand What Your Hosting Bill Covers
A hosting invoice can combine infrastructure, managed updates, backups, security tooling, support, and traffic allowances. The useful comparison is total operating cost, not a $0 headline.
A dynamic WordPress page often requires request-time application and database work. Managed hosts price the compute, storage, traffic, backups, security, and support needed to keep that stack available. The bill may be justified, but the architecture and service level should match what the website actually needs.
Paying more can improve capacity and support, but it does not automatically fix slow themes, plugins, database queries, third-party scripts, or poor caching. Hosting quality is one performance input, not a guaranteed load-time result.
A business hosting budget may include:
- ✓Shared WordPress hosting: lower base pricing, shared capacity, and a service level that varies by provider.
- ✓Managed WordPress hosting: platform support, backups, security controls, caching, and traffic allowances bundled into the plan.
- ✓Additional operating costs: premium plugins, monitoring, development support, CDN usage, backups, and security services when they are not included.
Over three years, the meaningful comparison is hosting, licenses, maintenance labor, usage charges, and the cost of incidents. Calculate those inputs from the current invoices before using a migration savings estimate.
Hosting-plan eligibility and page performance are separate decisions. A framework or provider does not establish a route's score. Keep dated field data and repeated lab evidence for any project outcome; no MyCustomPatches performance figure is used here because the original test record has not been reconciled.
"A faster architecture can reduce request-time work, but the right hosting decision still depends on licensing, traffic, functions, storage, support, and operational risk.
How Managed Next.js Hosting Changes the Cost Model
Traditional dynamic applications often perform more work on each request. Next.js can pre-render suitable pages, cache responses, and move selected work to managed functions. The amount and type of runtime work influence the final bill.
This reduces server administration. It does not eliminate infrastructure or platform cost.
When a page is suitable for static generation, Next.js can pre-build it at deploy time and serve a cached result instead of rebuilding it for every visitor. Dynamic routes, forms, authentication, commerce, and revalidation can still use managed compute.
Vercel distributes cached content through its global network and runs supported application workloads on managed infrastructure. That can reduce latency and operations work when the rendering and caching strategy fits the site.
The practical benefit is less server administration, automatic deployment infrastructure, and usage-based scaling. Hobby can cost $0 for eligible personal, non-commercial projects. Commercial production sites should budget from Vercel Pro's $20 monthly platform fee, then add any extra seats and on-demand usage.
Think of it this way: preparing reusable pages before a request can reduce per-visit work, while personalized or frequently changing routes still need runtime compute.
Static generation, caching, and managed functions are established deployment patterns, but the right mix depends on the application. For a deeper look at the measurement process, read our guide to hitting a 90+ PageSpeed score. If you are still deciding between platforms, our WordPress vs Next.js comparison covers every tradeoff in detail.
← Swipe to see more →
| Feature | WordPress Hosting | Next.js + Vercel |
|---|---|---|
| Monthly Cost | Varies by host and service level | Pro from $20/mo + added seats and usage |
| 3-Year Cost | Calculate from current invoices | From $720 base + added seats and usage |
| Load Time | Depends on implementation | Depends on implementation |
| PageSpeed Score | Measured per page and test profile | Measured per page and test profile |
| Server Crashes | Depends on architecture and service level | Managed resilience; outages remain possible |
| SSL Certificate | Extra cost on some hosts | Free (automatic) |
| CDN | Extra cost | Built-in global delivery network |
| Maintenance | Monthly updates | No server administration; app upkeep remains |
Does your current hosting still fit the workload?
Drop your current site URL when you book. We review the current hosting invoices, performance profile, and likely commercial Next.js hosting cost before recommending a platform.
The Vercel Free Tier: What You Actually Get
Vercel Hobby is a real deployment plan for eligible personal, non-commercial projects. Here is the current allowance from Vercel's published plan documentation:
- ✓100 GB of Fast Data Transfer per month
- ✓1,000,000 edge requests per month
- ✓1,000,000 serverless function invocations per month
- ✓4 CPU-hours of function compute per month
- ✓6,000 build execution minutes per month
- ✓Automatic HTTPS/SSL, managed delivery infrastructure, rollbacks, and preview deployments, included for eligible Hobby use
What actually happens when you hit 100 GB
This is the part the number on its own does not tell you, and it is the difference that matters most when you are deciding which plan to launch on. Hobby does not bill you for going over. It restricts you.Vercel's plan documentation states that Hobby accounts are bound by usage caps and cannot purchase additional usage. Pro behaves the opposite way: you keep serving and pay for what you use above the included amount.
| Hobby (free) | Pro | |
|---|---|---|
| Price | $0 | $20 per user/month, including $20 of usage credit |
| Fast Data Transfer included | 100 GB/month | 1 TB/month |
| Above the included amount | Capped. You cannot buy more usage. | Pay-as-you-go, from $0.15 per GB |
| Edge requests | 1M/month | 10M/month, then from $2 per 1M |
| Permitted use | Personal, non-commercial only | Commercial use permitted |
So the real question is not “is 100 GB enough?” but “what happens on the day it is not?” On a personal project, being capped is an inconvenience. On anything that takes orders or generates leads, being capped is an outage — and it tends to arrive on your best traffic day, because that is when the ceiling is reached. That asymmetry, not the allowance itself, is why revenue-generating sites belong on Pro from launch.
For sizing: 100 GB per month is roughly 50,000 page views if your pages weigh about 2 MB each, or roughly 200,000 if you have optimised down to about 500 KB. Page weight moves that number by 4x before traffic does, which is why compressing images and trimming JavaScript is also a hosting-cost decision. Check your own average page weight against your own traffic rather than trusting either estimate. All figures here are Vercel's current published values; confirm them on the pricing page before you budget, because plans change.
The licensing boundary matters more than the traffic boundary: Hobby is for personal, non-commercial useunder Vercel's terms. A commercial, client, or revenue-generating production website should use Pro from launch even when its traffic would fit within Hobby's 100 GB Fast Data Transfer allowance.
Vercel's terms were last updated June 1, 2026. They currently say content submitted on Hobby or a trial Pro plan may be used for model training, with an opt-out described in the account settings, while paid Pro does not enable model training by default. Teams handling confidential or regulated material should review the current terms, data-processing agreement, account setting and approved data classification before deployment.
What happens when an eligible Hobby project reaches a cap. Hobby does not provide pay-as-you-go overage. If a project reaches a published usage limit, the affected service may be paused until the limit resets. Pro includes commercial use and metered usage options, so plan selection should account for availability requirements before launch rather than waiting for a traffic threshold.
Managed WordPress and Vercel package different responsibilities. Compare plan price, usage allowances, plugin or dependency maintenance, backups, security controls, support, recovery options, and the expected cost of traffic spikes on equivalent requirements.
How should a business budget for Vercel Pro? Pro currently starts with a $20 monthly platform fee, one deploying seat, and a $20 monthly usage credit. Additional deploying seats and on-demand infrastructure usage can increase the bill. A business should compare the base price, included allowances, expected overage, team size, and support requirements with its current hosting stack. Pro can reduce platform and operations spend for some workloads, but the saving must be calculated from real usage and invoices. For a full breakdown of long-term costs, see our 3-year cost comparison of WordPress vs custom code. Full current limits are documented at Vercel's Hobby plan docs and Vercel's pricing page.
How to Estimate Vercel Pro Pricing for a Business Website
A useful Next.js hosting estimate starts with the workload, not a visitor-count shortcut. Two websites with the same monthly traffic can have very different bills: one may serve mostly cached pages, while the other runs authentication, search, personalization, image transformations, and API calls on every visit. Record the current architecture and expected production behavior before comparing Vercel Pro with managed WordPress, Cloudflare Workers, Netlify, or another commercial host.
Build the estimate as platform fee + added deploying seats + paid add-ons + metered infrastructure usage, then account for the included allocations and monthly usage credit shown in Vercel's current pricing. Do not count Hobby allowances in a commercial scenario. Use at least three cases: a normal month, a campaign or seasonal peak, and an incident month with unusual function or transfer usage.
- ✓Team access: count people who need deploying permissions separately from read-only collaborators, then verify the current seat rules.
- ✓Fast Data Transfer and Edge Requests: estimate page weight, cache behavior, monthly requests, downloads, and traffic concentration by region.
- ✓Functions: inventory API routes, form handlers, authentication, scheduled work, search, personalization, and third-party webhooks.
- ✓Compute profile: measure Active CPU and provisioned memory for dynamic workloads instead of assuming every Next.js request is static.
- ✓Images and media: estimate source-image transformations, optimized delivery, video, large catalogs, and downloadable files separately.
- ✓Observability and add-ons: include analytics, speed monitoring, logs, security controls, databases, email, CMS, and support that sit outside the base hosting fee.
- ✓Spend controls and continuity: define alerts, hard limits, ownership, incident contacts, rollback steps, and the acceptable impact of a traffic spike.
Compare the result with an equivalent current-state total. A managed WordPress invoice may already bundle backups, caching, security, support, and recovery. A Vercel invoice does not represent the entire application stack if the site also uses a headless CMS, database, search service, transactional email, commerce backend, or monitoring platform. This is why a credible three-year comparison shows every retained and replacement service instead of subtracting one hosting headline from another.
"The correct business question is not whether Vercel can start at $20. It is what the complete production workload costs under normal, peak, and failure conditions.
Vercel Hobby vs Pro: A Launch Checklist
Use Hobby for eligible personal, non-commercial work only. For a client site, company website, store, paid membership, lead-generation site, or other revenue-supporting production project, use Pro or another commercially permitted plan from launch. Then confirm the following in the written hosting and handover plan:
- ✓The client owns or controls the Vercel team, domain, repository, billing method, and recovery contacts.
- ✓The selected plan permits the commercial workload and provides the required collaboration, security, privacy, and support features.
- ✓Expected traffic, data transfer, edge requests, functions, builds, images, and logs have been modeled against current included usage.
- ✓Spend alerts and limits are configured, and someone is responsible for responding before a limit or unexpected bill becomes an incident.
- ✓Preview, production, environment-variable, rollback, DNS, and access-removal procedures are documented before handover.
- ✓The team rechecks current Vercel pricing and terms at proposal, launch, and renewal because plan features and limits can change.
Five Vercel Hosting Decisions to Recheck in 2026
Vercel pricing, usage limits, deployment portability, and competing platforms have changed. These five checks affect a 2026 Next.js hosting decision.
1. Hobby tier now has hard caps with no overage
The five Hobby limits covered above (Fast Data Transfer, edge requests, function invocations, compute hours, and build minutes) make usage planning important for eligible personal projects. Commercial teams should choose Pro from launch because plan eligibility is not a traffic test. Review the current plan documentation and model expected usage before publishing. Source: Vercel Hobby plan docs.
2. Active CPU pricing is now the default Fluid Compute model
Vercel announced Active CPU pricing in June 2025 and made it the default Fluid Compute model for supported plans. The model separates Active CPU time from Provisioned Memory, so request shape and workload behavior affect cost. Commercial marketing and e-commerce teams should model their functions against Pro's included usage and overage rates rather than treating a technically small workload as Hobby-eligible. Source: Vercel Active CPU announcement.
3. Pro data-transfer overage is regionally priced
Pro currently includes 1 TB of Fast Data Transfer and 10 million Edge Requests per month. Additional Fast Data Transfer starts at $0.15 per GB and varies by region, so 100 GB of additional transfer starts around $15 rather than one universal overage price. Image-heavy catalogs, downloads, and globally distributed traffic should be modeled by region. Sources: Vercel Pro plan docs and regional pricing.
4. Vercel Enterprise pricing is custom, not a public floor
Vercel does not publish one universal Enterprise starting price. Pricing depends on the negotiated product, security, compliance, support, usage, and commercial terms. Treat third-party deal estimates as context, not a guaranteed floor, and request a current quote for an equivalent scope. Source: Vercel pricing.
5. Next.js 16.2 stabilized the Adapters API
Next.js 16.2 made the Adapters API stable, giving deployment platforms a public contract for consuming Next.js build output. That improves portability, but provider feature support, caching behavior, observability, and migration work still need to be tested for the application. Source: Next.js 16.2 release notes.
Cloudflare Workers and Netlify: When to Consider Alternatives
Vercel is a useful comparison baseline because it maintains Next.js and provides first-party deployment integration. Stable adapters make other platforms practical candidates, but compatibility and total cost should be tested against the actual application.
Cloudflare Workers. Cloudflare's current Next.js guide uses the OpenNext adapter on Workers and documents broad App Router, Pages Router, SSR, SSG, ISR, Server Actions, and streaming support, with some feature-specific limitations. Compare Workers pricing and limits with the app's traffic, compute, image, cache, and operational needs. Source: Cloudflare's Next.js deployment guide.
Netlify. Netlify's credit-based Pro plan starts at $20 per month with 3,000 credits and unlimited seats. In July 2026 it added higher monthly credit tiers with rollover on eligible tiers, so compare production deploys, bandwidth, compute, and web-request consumption rather than looking only at seats. Source: Netlify pricing.
For PandaCodeGen client work, Vercel Pro is a common commercial Next.js hosting recommendation because its deployment workflow, preview environments, and framework integration fit many projects. We can scope another provider when traffic, compliance, regional delivery, team controls, or cost modeling favors it. For the full migration playbook covering deployment strategy and a controlled DNS cutover, see the services overview.
Performance Snapshot: MyCustomPatches Before and After
The documented performance comparison is useful, but it should not be presented as a $0 commercial-hosting receipt.
Before the WordPress rebuild:
- ✓Load time: 3.2 seconds
- ✓PageSpeed score: 45/100
- ✓Status: owner-reported figures pending final evidence-record reconciliation
After the Next.js rebuild:
- ✓Load time: 0.7 seconds
- ✓PageSpeed score: 97/100
- ✓Commercial production hosting budgeted separately from the performance result
The owner reports the site moved from a slower legacy baseline to a faster result after the rebuild.We publish specific before-and-after numbers only alongside the test profile, date and conditions that produced them, so none are quoted here. It is not an independent benchmark or a hosting-price claim. Commercial Vercel hosting should be budgeted from Pro's $20 monthly platform fee, plus any added seats and on-demand usage.
The result demonstrates an implementation improvement, not a universal hosting-cost promise. See the MyCustomPatches project evidence for the available implementation and performance details.
"Separate the implementation result from the platform plan: measure speed against the agreed pages, then price commercial hosting from real team and usage requirements.
Vercel Hobby vs Pro: Choose the Right Plan
Hobby and Pro serve different users. Hobby answers the search question "is Vercel free?" for eligible personal, non-commercial projects. Pro is the appropriate starting plan for a commercial production website.
- ✓Personal, non-commercial project: Hobby may fit if its features and published usage limits meet the project's needs.
- ✓Commercial or revenue-generating website: use Pro from launch, regardless of whether traffic fits within Hobby's technical limits.
- ✓Function-heavy application: estimate Active CPU, memory, invocations, data transfer, and other metered usage before selecting a plan.
- ✓Multi-person delivery team: include Pro seats, access controls, preview workflows, and support requirements in the cost model.
- ✓WordPress migration: budget the rebuild, content migration, redirect mapping, QA, cutover, ongoing application maintenance, and hosting as separate line items.
For a business website, service site, or e-commerce storefront, start the Vercel pricing comparison with Pro's $20 monthly platform fee, then add any extra seats and expected usage. If you need a workload and migration estimate, our WordPress migration service includes a free assessment.
The honest answer depends on the current invoices and the target workload. Next.js on Vercel Pro may lower total operating cost, but managed WordPress can still be the better fit when its editing workflow, plugin ecosystem, support model, or migration cost outweighs the projected saving.
Key Takeaways
- Vercel Hobby is free for personal, non-commercial projects. Its current allowance includes 100 GB of Fast Data Transfer, but technical capacity does not make a commercial project eligible.
- Vercel Pro is the starting point for commercial production websites. Budget from the $20 monthly platform fee, then add any extra seats and on-demand usage; review current pricing before launch.
- Next.js can reduce request-time work and server administration. Managed infrastructure, application maintenance, and usage costs still exist.
- Performance evidence and hosting cost are separate claims. PandaCodeGen's owner reports that MyCustomPatches moved from a 3.2-second load time to 0.7 seconds; final test-record reconciliation remains pending, and the result does not make commercial hosting free.
- Compare equivalent operating requirements. Use current invoices, team size, traffic, functions, support, compliance, and migration cost to estimate the three-year total.
Need a Commercial Next.js Hosting Plan?
Book a free discovery call. We'll review your current hosting costs, Vercel Pro requirements, and the migration inputs needed for a defensible comparison.
"They worked with me to make a website that I could afford."
James Peace, via Trustpilot review
Frequently Asked Questions
Related Articles
AEO & Web Performance Glossary: 23 Terms Defined (2026)
A source-linked map of 23 AI-search, rendering, structured-data, and web-performance terms, including what each term does and does not prove.
Why Is My Website Loading So Slow? 12 Causes + Fixes
Find the slow layer before paying for the wrong fix. This measurement-first guide covers field data, lab traces, templates, media, scripts, hosting, and platform constraints.
How to Speed Up Your Website in 2026: 12 Diagnostics
Twelve route-level performance diagnostics, how to measure field and lab evidence, and when optimization or migration is the more defensible investment.