TL;DR
Key takeaways
- Hobby is limited to personal, non-commercial projects, while Pro supports commercial use.
- Vercel costs depend on traffic, compute, transfer, caching, and team size, not just the base plan.
- Pro includes usage credit, but heavier workloads can still generate metered charges.
- Small static apps can remain inexpensive, while Software as a Service (SaaS) and AI workloads are harder to predict.
- Databases, authentication, email, and monitoring may add separate costs outside Vercel.
Ask AI about this post:
Vercel Pro starts at $20 per month and includes $20 in usage credit, but the final bill can also include metered compute, data transfer, edge requests, storage, and other resources.
Hobby is free but restricted to personal, non-commercial use, while Enterprise uses custom pricing.
This Vercel pricing guide breaks down the plans, the usage charges that matter most, realistic app costs, Hobby limits, and the separate services that can raise your total stack cost.
Vercel Pricing Plans at a Glance
Vercel has three plans: Hobby, Pro, and Enterprise. The main dividing line is commercial use and whether you can exceed included usage.
| Plan | Price | Commercial use allowed? | Included usage credit | Included data transfer | Included edge requests | Overage behaviour |
|---|---|---|---|---|---|---|
| Hobby | $0 | No | None | 100 GB/month | 1M/month | Cannot buy additional usage |
| Pro | $20/developer seat/month | Yes | $20/month | 1 TB/month | 10M/month | Pay-as-you-go |
| Enterprise | Custom | Yes | Custom | Custom | Custom | Custom |
The pricing details were verified in August 2026.
Hobby: Free
Hobby includes continuous integration/continuous delivery (CI/CD), content delivery network (CDN), firewall, distributed denial-of-service (DDoS) mitigation, Fluid Compute, and preview deployments.
It is limited to personal, non-commercial use, and additional usage cannot be purchased.
If a usage limit is exceeded, the affected resource may be unavailable until capacity resets or the account upgrades.
Pro: $20 Per Seat
Pro costs $20 per paid developer seat and includes $20 in monthly usage credit, 1 TB of Fast Data Transfer, and 10 million Edge Requests. Viewer seats are unlimited and free.
It also adds features such as faster builds, Skew Protection, custom environments, Spend Management, and webhook triggers.
Usage above included allowances is billed on demand unless Spend Management is configured to stop it.
Enterprise: Custom
Enterprise adds custom limits, advanced access controls, multi-region capabilities, security features, service-level agreements (SLAs), and enhanced support.
Vercel does not publish a standard Enterprise price, so teams need to contact sales. Some capabilities no longer require Enterprise.
Pro customers can purchase add-ons such as Security Assertion Markup Language (SAML) single sign-on (SSO), Health Insurance Portability and Accountability Act (HIPAA) business associate agreement (BAA), and advanced deployment protection, giving teams a middle ground before moving to a custom contract.
The pricing details above were verified in August 2026.
The Five Vercel Charges That Drive Your Bill
Most Vercel usage pricing comes down to a few resources. Rates vary by region, and Pro’s $20 monthly usage credit offsets eligible metered charges.
| Resource | Included on Pro | Billable unit | Starting rate | What triggers it |
|---|---|---|---|---|
| Edge Requests | 10M/month | 1M requests | $2 | Requests to Vercel’s CDN |
| Fast Data Transfer | 1 TB/month | 1 GB | $0.15 | Data sent from CDN to users |
| Fast Origin Transfer | Covered by $20 usage credit | 1 GB | $0.06 | Data between CDN and compute |
| Active CPU | Covered by $20 usage credit | CPU-hour | $0.128 | Active function execution |
| ISR Reads/Writes | Covered by $20 usage credit | 1M units | $0.40 / $4 | ISR cache reads and writes |
Rates shown are regional starting prices and verified in August 2026.
Edge Requests
Every request to Vercel’s CDN counts, including cache hits. A page loading HTML, scripts, images, and other assets can therefore generate many requests from a single visit.
Fast Data Transfer
This measures data sent from Vercel’s CDN to users. Page weight matters: 100,000 visits to a 5 MB page can move roughly 500 GB before compression and repeat-cache effects.
Fast Origin Transfer
This is traffic between Vercel’s CDN and Vercel Compute, not traffic to the end user. Uncached functions, application programming interfaces (APIs), and image processing can increase it.
Active CPU and Provisioned Memory
Fluid Compute bills active CPU only while code executes; CPU billing pauses while a function waits on input/output (I/O). Provisioned memory continues billing while requests are in flight, making the model favorable for workloads with substantial API or AI wait time.
ISR Reads and Writes
ISR durable-cache reads start at $0.40 per million units and writes at $4 per million, with regional variation. Shorter revalidation windows can increase writes even when traffic stays unchanged.
The pricing details mentioned were verified in August 2026.
How Much Vercel Costs for Different Apps: A Portfolio, a SaaS and an AI App
There is no useful average Vercel bill because cost depends on traffic shape, compute, transfer, and team size.
These scenarios use stated assumptions and current U.S. starting rates.
The Client Site
Assume one Pro seat, 100,000 monthly visits, mostly static pages, optimized assets, and little server compute.
- Pro developer seat: $20
- Edge, transfer, and compute: within included allowances/credit
- Estimated Vercel bill: about $20/month
For a small commercial site, Vercel can remain strong value because most infrastructure usage stays within Pro’s included capacity.
The Early SaaS
Assume three developer seats, 18 million Edge Requests, 1.2 TB of data transfer, 120 active CPU hours, and 1,000 GB-hours of provisioned memory.
- Seats: $60
- Extra Edge Requests: about $16
- Extra data transfer: about $30
- CPU + memory: about $26
- Less $20 usage credit
- Estimated Vercel bill: about $112/month
Actual totals vary by region and workload, but this shows how usage can become larger than the headline seat fee.
The AI App
Assume two Pro seats and an I/O-heavy AI workload where functions spend much of their time waiting on model responses.
- Seats: $40
- Vercel compute: potentially within the $20 usage credit at moderate volume
- AI model tokens: billed separately through AI Gateway
- Example total: $40 Vercel infrastructure + model spend
Fluid Compute does not charge Active CPU while functions wait on external AI calls, although provisioned memory continues billing. AI Gateway passes model costs through with no markup.
The pricing details above were verified in August 2026.
Vercel Hobby Plan Limits and the Commercial Use Rule
Vercel’s Hobby plan is limited to personal, non-commercial use. Client sites, paid products, and other commercial projects should use Pro or Enterprise.
Hobby still includes meaningful capacity, such as:
- 100 GB/month Fast Data Transfer
- 1M function invocations
- 4 active CPU hours
- 360 GB-hours of provisioned memory
You cannot buy additional usage on Hobby. If you exceed a limit, the affected resource may remain unavailable until enough usage falls outside the rolling 30-day window.
The Bills That Aren’t on Vercel’s Pricing Page
Vercel covers delivery and compute, but a production stack may still need separate database, authentication, and observability services.
Vercel Doesn’t Cover Your Database
Vercel Postgres is no longer offered directly.
New projects use Marketplace providers such as Neon, Supabase, or Amazon Web Services (AWS) Aurora, with provider-specific pricing and limits.
Unified Vercel billing can simplify payment, but the database remains a separate service with its own usage model.
Your Auth Provider Charges Separately
Vercel integrates with providers such as Clerk and Auth0, but authentication pricing comes from those vendors.
For example, Clerk Pro is $20/month billed annually with 50,000 retained users included, then starts at $0.02 per additional retained user. Auth0 Essentials starts at $35/month for 500 monthly active users.
The pricing details were verified in August 2026.
Your Logs Are Gone in a Day
Runtime logs are retained for 1 hour on Hobby and 1 day on Pro. Observability Plus extends retention to 30 days.
Observability Plus costs $10/month on Pro plus $1.20 per 1 million events.
The prices mentioned above were verified in August 2026.
How to Optimize Vercel Costs
- Set a spend cap. Use Spend Management to trigger alerts or actions before metered usage grows beyond your budget.
- Tune ISR revalidation. Longer intervals and on-demand revalidation can reduce unnecessary ISR reads, writes, and function work.
- Block abusive traffic. Use Vercel Firewall controls to limit bots and unwanted requests before they consume application resources.
- Improve caching and audit assets. Cache suitable responses and reduce oversized images or payloads to lower transfer and origin usage
- Remove unnecessary paid seats. Keep deployment access limited to people who need it and use viewer access where appropriate.
- Monitor Fast Origin Transfer. Large function responses, uncached routes, and unnecessary middleware can increase origin traffic and costs.
How Vercel Pricing Compares to Modelence
Vercel focuses on deployment, delivery, and compute, while databases and app authentication typically come from separate providers.
Modelence bundles more of the production stack, including database, auth, cron jobs, deployment, and observability.
| Feature | Vercel Hobby | Vercel Pro | Modelence Starter | Modelence Pro |
|---|---|---|---|---|
| Monthly price | $0 | $20/developer seat | $20 | $100 |
| Billing model | Free with fixed limits | Seat + $20 usage credit + metered usage | Plan + included usage | Plan + higher included usage |
| Per-seat or per-project | 1 developer | Per developer seat | Platform plan | Platform plan |
| Database included | No, external provider | No, external provider | Yes | Yes |
| Auth included | External provider | External provider | Yes | Yes |
| Cron jobs included | Yes, daily limit | Yes | Yes | Yes |
| Monitoring / logs | 1-hour runtime logs | 1 day; 30 days with add-on | Built-in observability | Performance monitoring included |
| AI build usage included | No equivalent; AI Gateway has separate $5 credit | No equivalent; AI Gateway separate | $20 App Builder usage | $100 App Builder usage |
| AI beyond included | AI Gateway at provider rates, no markup | Same | Anthropic API rates, no markup | Anthropic API rates, no markup |
| Vendors to manage | Vercel + stack providers | Vercel + stack providers | 1 for included stack | 1 for included stack |
The pricing details were verified in August 2026.
Vercel Pro is strong for teams that value Next.js integration, preview deployments, and flexible infrastructure. Modelence is better aligned with teams that prefer one platform for the application, backend, deployment, and monitoring.
Modelence also bills cloud environments hourly, so stopped environments stop accruing cloud charges; additional App Builder usage is charged at Anthropic API rates without markup.
Summing It Up
Vercel pricing works well when teams value its Next.js integration, deployment workflow, and managed infrastructure. Costs become harder to predict when metered usage and separate database, auth, or monitoring services grow alongside the app.
Modelence is worth considering for teams that prefer more of the production stack under one platform and billing relationship.
Frequently asked questions (FAQs)
Is Vercel free?
Yes, Hobby is free for personal, non-commercial use.
Can I use Vercel's free plan for a commercial project?
No, Hobby is restricted to non-commercial, personal use.
Why is my Vercel bill higher than expected?
Metered compute, transfer, requests, and other usage can exceed Pro’s included credit.
What is an edge request and how many do I use?
It is a request served through Vercel’s network, with Hobby including up to 1 million per month.
Does Vercel include a database?
No general-purpose database is included; Vercel connects to external Marketplace providers.
How much does Vercel cost for a small SaaS app?
It depends on seats, traffic, compute, transfer, and other metered usage.
Can I set a spending limit on Vercel?
Yes, Pro supports Spend Management with alerts and automated actions.
Is Vercel cheaper than self-hosting?
It depends on whether reduced infrastructure work offsets Vercel’s seat and usage costs.
Related articles












