
Vercel's Hobby plan is free but restricted to personal, non-commercial projects; Pro costs $20/month per seat plus metered usage beyond a $20 monthly credit; Enterprise is custom-quoted. That commercial restriction on Hobby is the detail that actually decides which plan you need, not the resource limits. This checks Vercel's own pricing and docs pages - what's included, what's metered, and what each plan actually costs - dated September 2026. Our Netlify vs Vercel comparison covers the same Hobby-plan restriction if you're deciding between the two.
Hobby is $0/month, and Vercel's own docs are direct about who it's for: "the Hobby plan restricts users to non-commercial, personal use only," per Vercel's fair use guidelines (Vercel Docs, "Vercel Hobby Plan", checked September 2026). That's not a technical limit you can work around with careful usage - it's a stated condition of the plan itself.
Within that restriction, Hobby's included usage is real and specific, not a trial allowance:
| Resource | Hobby included usage |
|---|---|
| Fast Data Transfer | First 100 GB |
| Fast Origin Transfer | First 10 GB |
| Edge Requests | First 1,000,000 |
| Active CPU | 4 CPU-hours |
| Provisioned Memory | 360 GB-hours |
| Function Invocations | First 1,000,000 |
| Image Transformations | First 5,000 |
| Projects | 200 |
| Domains per project | 50 |
| Deployments per day | 100 |
| Web Analytics Events | 50,000 events/month, 1 month of data |
| Runtime Logs | 1 hour of logs |
(Source: Vercel Docs, "Vercel Hobby Plan", checked September 2026.) Cross the limit on most Hobby features and Vercel's docs describe a cooldown rather than an overage bill: "In most cases, if you exceed your usage limits on the Hobby plan, you will have to wait until 30 days have passed before you can use the feature again" (same source). Web Analytics is one stated exception, with collection pausing after a shorter 7-day grace period.
Pro's platform fee is $20/month, and that fee buys you one deploying seat plus $20 in monthly usage credit you can spend across billable resources - not a separate allowance on top of the fee. Vercel's own docs: "Every Pro plan has $20 in monthly credit," and "The platform fee is a fixed monthly fee that includes $20 in usage credit" (Vercel Docs, "Vercel Pro Plan", checked September 2026). Additional seats with Owner or Member roles cost $20/month each; Viewer seats, which are read-only, are free and unlimited.
The credit doesn't roll over: "Your credit expires at the end of the month if you don't use it, and resets at the beginning of the following month" (same source). Once you exceed it, Vercel switches the team to on-demand usage billing and starts sending daily and weekly usage-summary emails; by default, Vercel also enables a spend-notification threshold at $200 per billing cycle for new customers, which you can adjust through spend management.
Pro also includes a baseline CDN allowance beyond the credit itself: "Pro includes the lowest capacity tier at no extra cost, with a capacity of 1 million CDN requests and 1 TB of data transfer each month" (same source, describing the Flat Rate CDN tier). Compared to Hobby, Pro's plan-level ceilings are substantially higher across the board - unlimited projects instead of 200, unlimited domains per project instead of 50, 6,000 deployments per day instead of 100, and a full day of runtime logs instead of one hour.
Enterprise pricing isn't published - it's quote-based. Vercel's own pricing page describes it with one line: "Critical security, performance, observability, platform SLAs, and support" (Vercel Pricing, checked September 2026), and Vercel's docs add SAML SSO, audit logs, Directory Sync, and custom security-questionnaire support as part of that tier. If your team needs a contractual SLA or SSO enforced account-wide rather than as a Pro add-on, Enterprise is the plan to talk to sales about; there's no self-serve number to compare against Pro here.
Beyond the base $20/seat fee and metered usage, several Pro features are separately priced add-ons rather than included:
| Add-on | Price |
|---|---|
| SAML Single Sign-On | $300/month |
| HIPAA BAA | $350/month |
| Password Protection | $20/month per protected project |
| Flags Explorer | $250/month |
| Observability Plus | $1.20 per 1 million events |
| Preview Deployment Suffix | $100/month |
| Static IPs | $100/month per project, plus data transfer |
| Web Analytics Plus | $10/month |
| Speed Insights Plus | $10/month per project, plus $0.65 per 10,000 events |
(Source: Vercel Docs, "Vercel Pro Plan", checked September 2026.) None of these are bundled into the $20 seat price - budget for them separately if your project needs SSO, HIPAA coverage, or one of the analytics upgrades.
Pro also includes a standing perk unrelated to usage. Vercel's docs: "All paid Pro teams include one free first-year domain on an eligible TLD" - .app, .dev, .online, .site, .space, .store, .tech, or .website. "After the first year, the domain renews at the standard rate" (same source). It's limited to one domain per team and isn't available during a Pro trial.
If your codebase came from an AI builder, Vercel is a common deploy target - v0's own docs describe a one-click option: "Deploy with one click to secure, scalable infrastructure powered by Vercel" (v0 Docs, checked September 2026). The commercial-use line on Hobby applies the same way here as to any other project: if what you're deploying is going to make money or represent a business, that's a Pro-tier project from day one, not something to start on Hobby and upgrade later once it takes off. Our Netlify vs Vercel comparison covers the equivalent free-tier terms on Netlify, which documents commercial use as allowed on its own free plan - a real point of difference if the non-commercial condition here doesn't fit your project.
If you're publishing a finished, reviewed set of static files rather than deploying from a framework project, our checklist for publishing an AI-generated static site covers the review and rollback steps that apply regardless of which host you pick.
Figment doesn't compete in this space - a site published from a Figma design through Figment is hosted on Figment's own infrastructure by default, with HTML/CSS export available on Figment's paid plans if you'd rather self-host the result on Vercel yourself.
Bottom line: Hobby is free and well-resourced, but its non-commercial restriction is a real condition, not a technicality - check it before you plan to build anything you'll charge for on it. Pro's $20/month per seat buys a usage credit and much higher ceilings, with genuine paid add-ons layered on top for SSO, compliance, and deeper analytics. Enterprise is a conversation with Vercel's sales team, not a number on the pricing page.