Search across 694 pages

Try a tool name, category, or "lifetime deal"

Is Vercel Free? The Honest 2026 Guide to the Hobby Plan

Is Vercel free? Yes, the Hobby plan is $0 forever, but only for non-commercial projects. Here are the real 2026 limits, traps, and when you must pay.

Published July 30, 2026
Is Vercel Free? The Honest 2026 Guide to the Hobby Plan

TL;DR: Vercel is free on the Hobby plan, which costs $0 per month with no time limit, includes hosting, custom domains, SSL, serverless functions, and a global CDN. The catch is not the limits, it is the licence: Hobby is restricted to non-commercial personal use, so ads, payments, affiliate-first sites, and client work all require the $20/month Pro plan.

Your free Vercel site can be perfectly within every usage limit and still be against the rules.

That is the part almost nobody tells you. Everyone quotes the numbers: 100 GB of data transfer, 1 million function invocations, 1 million edge requests. Those are real, and I will break down every single one of them below with the current figures pulled straight from Vercel’s own docs. But the line that actually gets people moved off the free plan is buried in the Fair Use Guidelines, and it has nothing to do with traffic.

If you have been thinking “I’ll just launch on the free tier and upgrade when I get big,” you are half right. The free tier is genuinely good enough to launch on, and it does not expire. It is just not legal to monetise on, and the moment you add a Stripe button, an AdSense unit, or a client invoice, you have crossed a line that Vercel defines very explicitly.

Here is what this guide covers: exactly what you get for $0 in 2026, how long it stays free, whether commercial use is allowed, whether hosting, domains, SSL, databases, cron jobs, analytics, and the AI products are free, what happens when you blow through a limit, whether you can get a surprise bill (you cannot on Hobby, and I will show you why), and how the free tier compares to Netlify, Render, and Cloudflare Pages.

I have been testing SaaS and developer tools for 15+ years and I have bought over 500 of them with my own money. My honest bias with “free” tiers is suspicion, because most of them are trials wearing a costume. Vercel’s is not a trial. It just has a rulebook worth reading before you build your business on it.

Want the fastest possible answer before you read the rest? Skip to the free tier limits table and the commercial use section. Those two decide it for 90% of people.

Key Takeaways

  • Vercel is free forever on Hobby, not free for a trial period. There is no 14-day clock, no credit card requirement, and no automatic conversion to paid. Vercel’s own docs state that because Hobby is a free tier, there are no billing cycles at all.
  • The single biggest restriction is commercial use, not usage limits. Vercel defines commercial usage as any deployment used for the financial gain of anyone involved in producing it, including a paid consultant writing the code. Ads, payment processing, affiliate-first sites, and paid client work all need Pro.
  • You cannot be charged on the free plan, ever. Hobby accounts cannot purchase additional usage. When you hit a limit, the resource pauses instead of billing you. The scary $3,000 Vercel bill stories you have read on Reddit are all Pro accounts on pay-as-you-go, not Hobby accounts.
  • Custom domains and SSL are free, but the domain itself is not. You get 50 custom domains per project on Hobby with automatic Let’s Encrypt certificates. Registering the domain name still costs the normal registration fee, whether you buy it at Vercel or anywhere else.
  • There is no native free Vercel database anymore. Vercel Postgres and Vercel KV are gone as first-party products. Storage on Hobby is Vercel Blob (1 GB free) plus Global Config, with Postgres and Redis now coming from Marketplace partners like Neon, Upstash, and Supabase, each with their own free tiers.

A free plan is only free if you have read the part of the terms that decides when it stops being free. That takes ten minutes and saves you a migration.

Is Vercel Free?

Yes. Vercel is free on the Hobby plan, which is $0 per month with no expiry date and no credit card required. It includes global CDN hosting, automatic CI/CD from Git, serverless compute with Fluid compute, custom domains with free SSL, DDoS mitigation, and a Web Application Firewall. Commercial use, however, requires a paid plan.

That is the short answer. Now the useful part.

Vercel has three plans: Hobby at $0, Pro at $20 per developer seat per month (which includes $20 of usage credit), and Enterprise at custom pricing. When people ask “is Vercel free,” what they are almost always asking is one of these three things about using Vercel for their own project:

  1. Can I host my project without paying anything? Yes.
  2. Will it stay free or will I get billed later? It stays free, and you cannot be billed on Hobby.
  3. Am I allowed to use it for the thing I actually want to use it for? That depends entirely on whether money is involved.

The official Vercel pricing page puts it plainly in its own FAQ: “Our Hobby plan is for personal, non-commercial use.” That sentence is doing a lot of work, and I will unpack it in its own section because it is where most people get it wrong.

Vercel pricing page showing Hobby at $0, Pro at $20 per month, and Enterprise custom plans

One thing I want to flag early, because it comes up constantly in search queries like “is vercel no longer free” and “is vercel not free anymore”: Vercel has not killed the free tier. What changed over the past two years is the shape of it. The old model counted bandwidth and function duration in fairly simple buckets. The current model meters more resource types individually (edge requests, active CPU, provisioned memory, ISR reads and writes, image cache reads and writes, and so on), which makes the free plan look more complicated than it used to. More granular is not the same as more expensive. On Hobby, all of those meters still add up to $0, because Hobby cannot be charged.

What Do You Actually Get on the Vercel Free Tier in 2026?

The Vercel free tier includes 100 GB of Fast Data Transfer, 1 million edge requests, 1 million function invocations, 4 CPU-hours of Active CPU, 360 GB-hours of provisioned memory, 200 projects, 100 deployments per day, 50 custom domains per project, 1 GB of Blob storage, and 50,000 Web Analytics events per month. Every allowance resets monthly.

Here is the full picture, current as of July 2026, taken from Vercel’s Limits and Hobby plan documentation.

Network and delivery on the free plan

ResourceHobby (free)Pro ($20/mo)
Fast Data Transfer100 GB / month1 TB / month, then from $0.15 per GB
Edge Requests1M / month10M / month, then from $2 per 1M
Fast Origin Transfer10 GB / monthUsage-based
ISR Reads1M / monthUsage-based
ISR Writes200K / monthUsage-based
Image Transformations5,000 / monthUsage-based
Image Cache Reads300K / monthUsage-based
Image Cache Writes100K / monthUsage-based
HTTPS certificatesIncluded, automaticIncluded, automatic

Compute on the free plan

ResourceHobby (free)Pro ($20/mo)
Function Invocations1M / monthUsage-based, from $0.60 per 1M
Active CPU4 CPU-hours / monthFrom $0.128 per hour
Provisioned Memory360 GB-hours / monthFrom $0.0106 per GB-hr
Max function duration300 seconds (5 min)300s default, up to 800s
CPU configurationStandard onlyStandard or Performance
Cold start preventionNot availableIncluded
Multi-region functionsNot availableUp to 3 regions
Vercel Sandbox Active CPU5 hours / monthUsage-based
Concurrent Sandboxes102,000
Cron jobs100 per project, once per day100 per project, once per minute

Storage, builds, and observability on the free plan

ResourceHobby (free)Pro ($20/mo)
Blob storage1 GB1 GB, then $0.023 per GB
Blob data transfer10 GB / month10 GB, then from $0.05 per GB
Global Config reads / writes100K / 100 per month100K / 100, then metered
Projects200Unlimited
Deployments per day1006,000
Concurrent builds1Up to 500
Build machine2 vCPU, 8 GB RAM4 vCPU, up to 30 vCPU
Max build time45 minutes45 minutes
Web Analytics50,000 events / month, 1-month windowMetered, 12-month window
Speed Insights10,000 events, 1 project$10 per project per month
Runtime log retention1 hour1 day
WAF custom rules / IP blocks3 / 340 / 100
Team seats1$20 per developer seat

Two entries in that table deserve a callout, because they are the ones that quietly hurt.

One concurrent build. On Hobby you build one deployment at a time. Push three commits in a row and the second and third queue up behind the first. On a small Next.js site that is a 40 second inconvenience. On a heavy monorepo it is a real drag on your day, and it is one of the honest reasons developers upgrade even when they are nowhere near the traffic limits.

One hour of runtime logs. If a function throws an error at 2 a.m. and you look at 8 a.m., the log is gone. For a personal project, fine. For anything you are on the hook to fix, that one-hour window is the first thing you will miss.

Vercel Hobby plan documentation table listing included monthly usage for each resource

There are also a few Hobby restrictions that are not about volume at all. You cannot connect a Hobby project to a Git repository owned by a Git organization, only to repos owned by your personal account. You do not get Skew Protection, Rolling Releases, webhook build triggers, custom environments, log drains, password-protected deployments, or SAML. And team collaboration features are simply off, because Hobby is a one-seat plan by design.

Is Vercel Free Forever, or Does the Free Tier Expire?

Vercel Hobby is free forever with no expiry. It is not a trial, so there is no 14-day countdown and no automatic upgrade to a paid plan. Vercel’s docs confirm that because Hobby is a free tier, there are no billing cycles. Usage allowances reset every 30 days and unused amounts do not roll over.

This is where the free plan and the free trial get confused, so let me separate them clearly.

Vercel does offer a 14-day Pro trial with $20 in credits, 1 TB of transfer, and 10 million edge requests. That one has a clock on it. Hobby does not. If you sign up, deploy a portfolio, and never touch it again for four years, it stays live and free the entire time, assuming you stay inside the monthly allowances and the fair use rules.

So what happens when you do go over a limit? This is the answer to every “how long is vercel free” and “what happens if I exceed the Vercel free tier” question, and it is refreshingly non-predatory:

  • You are not billed. Hobby accounts cannot purchase additional usage. Vercel says this directly in its pricing FAQ: if you have a free Hobby account, you are limited to the usage caps and cannot buy more.
  • The resource pauses instead. In most cases you wait until the 30-day window rolls over before the feature works again.
  • Some resources have shorter pauses. Web Analytics, for example, gives you a three day grace period after you cross 50,000 events, then stops collecting, and resumes seven days later.
  • Your project does not get deleted. You get notifications as you approach the limits.
Vercel Limits documentation showing general limits and the Hobby versus Pro usage summary

Compare that with how Render handles its free Postgres tier, where the free database expires 30 days after creation and gets deleted after a 14-day grace period unless you upgrade. Vercel’s free plan does not have that kind of demolition timer on it. That is a genuine point in its favour, and it is why I still recommend Hobby for anyone learning.

The honest tradeoff: “pauses instead of bills” is great for your wallet and terrible for uptime. If your side project has a real audience and you go over 100 GB of transfer on day 22 of the month, your site is effectively down for eight days. Free plans protect your credit card, not your availability. That is the deal, on every platform, not just this one.

Is Vercel Free for Commercial Use?

No. Vercel’s Hobby plan is restricted to non-commercial personal use only, and all commercial usage requires Pro or Enterprise. Vercel defines commercial usage as any deployment used for the financial gain of anyone involved in producing it, including a paid employee or consultant who wrote the code. Asking for donations is explicitly allowed.

This is the section I would read twice if I were you, because it is the rule that actually decides whether “is Vercel free” applies to your project.

Straight from the Vercel Fair Use Guidelines, these count as commercial usage:

  • Any method of requesting or processing payment from visitors of the site
  • Advertising the sale of a product or service
  • Receiving payment to create, update, or host the site
  • Affiliate linking being the primary purpose of the site
  • Including advertisements, including online ad platforms like Google AdSense

And this does not count as commercial usage:

  • Asking for donations
Vercel Fair Use Guidelines page showing the commercial usage definition and examples

Read that list against real projects and the edges get sharp fast:

Your projectHobby allowed?Why
Personal portfolio, no ads, no contact-for-hire pricingYesPersonal, non-commercial
Portfolio with a “hire me, $50/hr” rate cardGrey area, lean to ProAdvertising the sale of a service
Blog with AdSenseNoAdvertisements
Blog with a Buy Me a Coffee linkYesDonations are excluded
Affiliate review siteNoAffiliate linking as primary purpose
SaaS landing page with a Stripe checkoutNoProcessing payment
Client site you were paid to buildNoPaid to create the site
Open source project docs siteYesNo financial gain
Startup marketing site pre-revenueNoAdvertising a product for sale
University assignment or learning projectYesPersonal use

That “pre-revenue startup” row surprises people. You do not need to be making money for the site to be commercial. Advertising the sale of a product is enough. A landing page for a SaaS you plan to charge for is a commercial deployment on day one, before a single customer signs up.

Vercel’s guidance if you are unsure is to contact support and ask, and I would take them up on that rather than guess. The realistic enforcement picture: nobody is running a bot that scans your DOM for Stripe buttons on Monday morning. But building a revenue-generating business on a plan whose terms exclude revenue-generating businesses is not a foundation, it is a countdown you cannot see.

I learned this lesson the expensive way, in a completely different context. As a teenager I burned through roughly $300 of savings on paid-to-click sites, survey sites, and “PayPal money generators” that all had one thing in common: I never read what the terms actually promised. Six months later the money was gone and I had learned the only lesson that mattered, which is that the terms are the product. Free hosting is not a scam, obviously. But the same instinct applies: the fine print is where the platform tells you exactly when it will stop working for you.

If your project makes money, or is meant to, budget the $20. That is not upselling, it is just what the licence says. And for what it is worth, $20 per month with $20 of usage credit included is one of the cheaper honest entry points in this category. I keep a running list of AI and SaaS deals worth buying for exactly this reason: knowing which tools are worth paying for is most of the skill.

Does Vercel Give Free Hosting, a Free Domain, and Free SSL?

Vercel gives free hosting, free automatic SSL certificates, and a free `.vercel.app` subdomain on the Hobby plan. Custom domains are free to connect (50 per project) and Vercel provisions Let’s Encrypt certificates for them at no cost, but registering the domain name itself is a paid transaction like at any registrar.

Let me split this into the four things people are actually asking.

Does Vercel do free hosting?

Yes. The Hobby plan hosts static sites, single page applications, hybrid and server-rendered apps, and API routes on Vercel’s global CDN with automatic CI/CD from GitHub, GitLab, or Bitbucket. Vercel’s fair use examples list static sites, hybrid apps, frontend apps, SPAs, functions that query databases or APIs, and even “blogs, ecommerce, and marketing sites” as fair use technically, though the ecommerce and marketing cases would trip the commercial rule on Hobby and belong on Pro.

What is never allowed on any plan, free or paid: proxies and VPNs, media hosting for hot-linking, scrapers, crypto mining, unauthorised load testing, and penetration testing. If your grand plan for the free tier was to build an image proxy or a scraping backend, that is a violation independent of your plan.

Does Vercel give a free domain?

You get a free `*.vercel.app` subdomain for every project, automatically, and it is HTTPS from the first deploy. You do not get a free custom domain like `yourname.com`. Vercel does sell domain registration, and transfer fees depend on the TLD and renewal price, but that is normal registrar pricing, not something included in the free plan. Nobody gives away a `.com` for free, and any host that claims to is bundling the first-year cost into a plan you are paying for.

Does Vercel free allow custom domains?

Yes, and this is one of the most generous parts of the free tier. Hobby allows 50 domains per project. You point your DNS at Vercel (or move your nameservers to Vercel’s free DNS), and it works. Compare that with Render, which includes only 2 custom domains on its Hobby workspace and charges $0.25 per domain per month after that.

Does Vercel give free SSL?

Yes, on every plan including Hobby. Vercel automatically attempts to generate a certificate for every domain added to a project, whether or not the domain was registered through Vercel. Under the hood it uses Let’s Encrypt with the HTTP-01 challenge for standard domains and DNS-01 for wildcards, which is why wildcard certificates require your nameservers to be with Vercel. Renewals are handled for you. Only Enterprise teams can upload custom certificates.

So the accurate sentence is: free hosting, free SSL, free subdomain, free custom domain connection, paid domain registration.

Is the Vercel Free Tier Enough for a Real Website?

For most static sites, blogs, portfolios, and documentation, yes. 100 GB of transfer and 1 million edge requests covers roughly 200,000 to 400,000 page views a month for a lean site. Image-heavy, video-heavy, or server-rendered apps burn through the compute and transfer allowances far faster, sometimes at a tenth of that traffic.

Let me do the maths properly instead of hand-waving, because “is vercel free tier enough” deserves numbers.

Scenario 1: a lean static blog or docs site. Say each page view pulls 300 KB total (HTML, CSS, fonts, a couple of compressed images) and fires 4 edge requests. Your ceiling is 100 GB ÷ 300 KB, which is about 333,000 page views, and 1M ÷ 4 requests, which is 250,000 page views. Edge requests bind first. You have room for roughly 250,000 monthly page views. That is a serious amount of traffic for a personal site, and it is free.

Scenario 2: an image-heavy portfolio. Each view pulls 3 MB and 15 edge requests. Now you get 100 GB ÷ 3 MB, about 33,000 views on transfer, and 1M ÷ 15, about 66,000 on requests. Transfer binds first at around 33,000 views. Still fine for most portfolios, and you have not even touched image optimization limits (5,000 transformations per month, which you will hit if you keep uploading new photos rather than serving the same optimized set).

Scenario 3: a server-rendered app with real logic. Now compute matters. You have 4 CPU-hours of Active CPU and 360 GB-hours of provisioned memory. Fluid compute bills active CPU rather than wall-clock time, which is a genuinely better deal for I/O-heavy work like database queries and API calls, since waiting on the network is not CPU time. Rough shape: if an average request burns 50 ms of actual CPU, 4 CPU-hours is around 288,000 requests. If it burns 500 ms of CPU (heavy rendering, big JSON transforms), you are down to about 28,800. Invocations cap at 1M either way.

The lever that changes all three scenarios: caching. Vercel’s own FAQ confirms that if a function response is served from the CDN cache, the function does not run and you incur no invocation and no compute usage. Every request still counts as an edge request, and static assets still count toward transfer whether cached or not, but the expensive meter (compute) goes quiet. Static generation and Incremental Static Regeneration are how you make a free plan behave like a paid one.

Where the free tier stops being enough, in the order I actually see it happen:

  1. You add a monetisation method. Instant Pro requirement, regardless of traffic. That includes the day you post a landing page to a product launch platform, because advertising a product for sale is commercial use.
  2. You get a traffic spike. One post going viral on Hacker News can eat 100 GB of transfer in a day, and then you are paused until the window resets.
  3. You need a second person. Hobby is one seat. No collaborators.
  4. You need reliability. No cold start prevention, one hour of logs, one concurrent build, no multi-region failover for functions.
  5. You need faster than daily cron. Covered below.

Does Vercel Have a Free Database?

Vercel no longer offers a first-party free Postgres or KV database. Vercel Blob (1 GB free on Hobby) and Global Config are the native storage options. Postgres, Redis, NoSQL, and vector databases now come from Vercel Marketplace partners such as Neon, Upstash, and Supabase, each with its own free tier, provisioned from your Vercel dashboard.

This is the answer to a whole family of queries: does Vercel have a free database, is Vercel Postgres free, is Vercel KV free, is Vercel Redis free, is Vercel Blob free, is Vercel storage free.

Here is the current state of play, from Vercel’s Storage documentation:

Storage productFree on Hobby?What you get
Vercel BlobYes1 GB storage, 10,000 simple operations, 2,000 advanced operations, 10 GB data transfer per month
Global Config (formerly Edge Config)Yes100,000 reads and 100 writes per month, sub-millisecond lookups
Vercel PostgresNo longer a Vercel productProvision Neon (or another partner) from the Marketplace
Vercel KV / RedisNo longer a Vercel productProvision Upstash (or another partner) from the Marketplace
Marketplace databasesAvailable on all plansPartner free tiers apply, billed by the partner or through Vercel

The practical version: you run `vercel install neon` or `vercel install upstash` from the CLI, Vercel installs the integration, connects it to your project, and pulls the credentials into `.env.local` as environment variables. You are then living inside the partner’s free tier, not Vercel’s. That is an important distinction for anyone asking “does Vercel provide a free database,” because the answer is “Vercel provides free access to free databases,” and the limits, sleep behaviour, and expiry rules belong to Neon or Upstash, not to Vercel.

Vercel Blob deserves a note because 1 GB sounds generous until you use it for the wrong thing. Blob is for images, videos, and user uploads. With 10 GB of monthly Blob data transfer on Hobby, a single popular video will exhaust it. Blob is not a CDN replacement for your static assets, and using it for hot-linked media is explicitly outside fair use on any plan.

If you are weighing recurring database costs against one-time deals while you are at this stage of planning, the SaaS vs lifetime deal calculator does the break-even maths for you in about thirty seconds.

Is Vercel Free for Backend, Functions, and Cron Jobs?

Yes, with limits. The Hobby plan includes 1 million function invocations, 4 CPU-hours of Active CPU, and 360 GB-hours of provisioned memory per month, with a 300 second maximum function duration and Fluid compute enabled by default. Cron jobs are included on all plans, but Hobby cron can only run once per day with hour-level precision.

Backends are where free tiers usually get stingy, so let me be specific about each piece.

Are Vercel Functions free?

Yes, within the allowances above. Fluid compute has been the default for new projects since April 2025 and it is available on Hobby, not gated to paid plans. That matters more than it sounds. Fluid lets multiple invocations share one function instance, so I/O-bound work (database queries, vector lookups, third-party API calls) does not each pay for its own idle microVM. It also adds automatic cold start optimizations, including bytecode caching on Node.js 20+ in production, and availability-zone failover.

What Hobby does not get on the compute side: Performance CPU configuration (Standard only), function durations above 300 seconds, the 1,800 second extended duration beta, multi-region functions, and cold start prevention. That last one is the honest performance gap between free and paid, and it is why “is vercel free tier slow” is a real question with a real answer, which I cover below.

Is Vercel Cron free?

Cron jobs are included on every plan including Hobby, and they run as normal function invocations against your normal compute allowances. The restriction is frequency. From the cron docs:

PlanCron jobs per projectMinimum intervalPrecision
Hobby100Once per dayPer-hour, plus or minus 59 minutes
Pro100Once per minutePer-minute
Enterprise100Once per minutePer-minute
Vercel cron jobs pricing docs showing Hobby limited to once per day with hourly precision

Two things to internalise here. First, a cron expression that would run more than once a day fails at deployment on Hobby with an explicit error, so this is not a soft limit you can sneak past. Second, even your one daily job is not punctual: a job set for `0 1 *` fires somewhere between 1:00 and 1:59 a.m. If you are building anything that needs a five-minute polling loop, a queue drain, or timely notifications, Hobby cron will not do it, and that alone pushes plenty of otherwise-free projects to Pro.

Is Vercel Sandbox free? Are Queues and Workflows free?

All three have real free allowances on Hobby, which is unusual for newer products:

  • Vercel Sandbox: 5 hours of Active CPU, 420 GB-hours of provisioned memory, 5,000 sandbox creations, 20 GB of network transfer, 10 concurrent sandboxes, and 15 GB of snapshot storage per month.
  • Vercel Queues (beta): 1 million API operations per month.
  • Vercel Workflows: 50,000 events and 1 GB of data written per month. Workflows are also the escape hatch for long-running jobs, since they can pause and resume without duration limits.
  • Vercel Container Registry (beta): 10 GB of image storage.

For anyone building agent-style workloads on a budget, 10 concurrent sandboxes and 5 CPU-hours is a legitimate free playground. It is not a production capacity, but it is enough to build and test the thing.

Are Vercel Analytics, Speed Insights, and Logs Free?

Vercel Web Analytics is free on Hobby with 50,000 events per month and a one month reporting window, but custom events are Pro-only. Speed Insights is free for 1 project with 10,000 events per month. Runtime logs are retained for only 1 hour on Hobby, versus 1 day on Pro.

This trio answers “is vercel analytics free” and “is vercel speed insights free,” and the details matter because both features quietly consume your other allowances too.

Vercel Web Analytics pricing documentation showing 50,000 included events per month on Hobby
Observability featureHobby (free)Pro
Web Analytics events50,000 / monthMetered at $0.03 per 1K events
Web Analytics reporting window1 month12 months, 24 with the $10 Plus add-on
Custom eventsNot availableIncluded, 2 properties each
UTM parameter filteringNot availableWith Web Analytics Plus
Speed Insights10,000 events, 1 project$10 per project per month plus $0.65 per 10K events
Runtime logs1 hour1 day, 30 days with Observability Plus
Session tracing1 hour1 day
Log drainsNot available$0.50 per GB

From the Web Analytics pricing docs, the Hobby behaviour when you cross 50,000 events is a three day grace period, then collection stops, then it resumes after seven days. You are never billed. Events are also shared across every project in your account, not per project, so five small sites share one 50,000 event pool.

The detail almost everyone misses: Vercel notes that both Speed Insights and Web Analytics require client-side scripts, and those scripts themselves incur additional Data Transfer and Edge Requests. Turning on analytics nudges the meters you are already watching. On a 250,000 page view budget that is not fatal, but it is worth knowing that “free analytics” is not free of usage.

Practical take: for a personal site, 50,000 events per month with a one month lookback is fine. If you want month-over-month trend data, you cannot get it on Hobby, and pairing your site with an external analytics tool is the free workaround most people land on.

Is Vercel AI Free? v0, AI Gateway, Vercel Agent, and MCP

Vercel’s AI products have separate free tiers from hosting. v0 has a free plan with $5 of monthly credits and a 7 message per day limit. AI Gateway gives every team $5 of free credits per month across free-tier-eligible models with no markup. Vercel MCP is free on all plans in beta. Vercel Agent is a paid add-on billed per million tokens.

This cluster (is v0 by Vercel free, is Vercel AI free, is Vercel AI Gateway free, is Vercel MCP free, is Vercel SDK free) has genuinely different answers per product, so here they are one by one.

Is v0 by Vercel free?

Yes, there is a free plan. From the v0 pricing page, the Free tier gives you $5 of included monthly credits, deployment to Vercel, visual editing with Design Mode, GitHub sync, and a hard 7 messages per day limit. Paid tiers start at Plus at $30 per user per month with $30 of monthly credits plus $2 of free daily credits on login, then Business at $100 per user per month which adds training opt-out by default.

v0 by Vercel pricing page showing the Free plan with $5 monthly credits and message limits

The honest read on the v0 free plan: 7 messages a day is enough to evaluate whether v0 fits your workflow and not much more. Token costs are metered per model (v0 Mini at $1 per million input tokens and $5 per million output, up to v0 Max Fast at $10 in and $50 out), so a couple of iterations on a complex component can consume a meaningful slice of $5. Treat it as a trial with no clock rather than a working free tier. If you are comparing it against other builders before committing, our roundup of the best AI tools covers where each one earns its price.

Is Vercel AI Gateway free?

Partly, and the structure is fair. Every Vercel team gets $5 per month of free AI Gateway credits, usable on free-tier eligible models at provider list rates with zero markup, with lower per-model rate limits than paid. Bring Your Own Key is paid-tier only. One catch worth knowing: the moment you purchase credits, your account moves to the paid tier and the monthly $5 free credit no longer applies.

Is Vercel MCP free?

Yes. Vercel MCP is in beta and available on all plans, including Hobby, at `https://mcp.vercel.com`. It connects Claude Code, Claude Desktop, ChatGPT, Cursor, Codex CLI, VS Code with Copilot, Gemini CLI, and others to your Vercel account so an AI assistant can search docs, manage projects and deployments, read deployment logs, and query Web Analytics. I use this pattern constantly across projects, and the security note in Vercel’s own docs is the one to respect: connecting MCP grants the AI the same access as your Vercel user account, so keep human confirmation on.

Is Vercel Agent free? Is the AI SDK free?

Vercel Agent (code review and investigations) is a paid product billed at $0.25 per million tokens plus pass-through token cost, and it sits on the paid plans rather than Hobby. The Vercel AI SDK, by contrast, is an open source TypeScript library. The library costs nothing on any plan. What you pay for is the model inference behind it, either through AI Gateway credits or your own provider keys.

One warning on AI workloads specifically, since this is where free-plan users get surprised. AI features are token-heavy and compute-heavy, and the compute side draws on your Hobby allowances. Streaming a long model response holds a function open, and even with Fluid compute’s built-in concurrency sharing, a handful of chatty users can chew through 4 CPU-hours of Active CPU faster than a content site burns 100 GB of transfer. If you are building an AI app rather than a website, assume the free plan is a prototyping environment, not a launch pad.

Is the Vercel Free Tier Slow?

The Vercel free tier serves static and cached content from the same global CDN as paid plans, so static performance is identical. Dynamic performance is where Hobby is measurably behind: it has no cold start prevention, Standard CPU only, no multi-region functions, and only one concurrent build, so first-request latency and deploy times are worse than Pro.

“Is vercel free slow” and “is vercel free tier slow” are common searches with a nuanced answer, so let me split static from dynamic.

Static and cached requests: no difference. Cache hits are served from Vercel’s CDN points of presence on Hobby exactly as on Pro. There is no throttled free-tier network, no bandwidth shaping, and no forced sleep. This is a real advantage over free tiers that spin down: a free Render web service goes to sleep after 15 minutes without traffic and takes about a minute to wake up, which is brutal for a portfolio someone visits once a week. Vercel Hobby has no idle spin-down, which is also the honest answer to “is vercel free 24 7.” A static Vercel site is available around the clock.

Dynamic requests: Hobby is slower at the edges. Three concrete gaps:

  1. No cold start prevention. Pro includes it, Hobby does not. Fluid compute softens cold starts for everyone through bytecode caching and production pre-warming, but the explicit prevention feature is a paid line item.
  2. Standard CPU only. Pro can select Performance CPU. On CPU-bound rendering, that shows up in response time.
  3. Single region, no failover across regions. Multi-region functions are Pro (up to 3) and Enterprise (all). Your Hobby functions run in one region, so users on the far side of the world pay the round trip for anything uncached.

Deploys: Hobby is noticeably slower under load. One concurrent build plus a 100 builds per hour rate limit means pushes queue. Pro gets on-demand concurrent builds up to 500 and faster build machines (4 vCPU baseline versus 2, scaling to 30).

The fix that costs nothing: cache aggressively. Static generation, ISR, and proper cache headers move requests off functions entirely, which improves latency and preserves your compute allowance. On a content site done right, the free tier feels as fast as the paid one, because almost nothing is actually executing.

Can You Get a Surprise Bill on the Vercel Free Plan?

No. Hobby accounts cannot purchase additional usage and cannot be charged, so there is no mechanism for a surprise bill. Resources pause when you exceed a limit. The widely shared stories of thousand-dollar Vercel invoices come from Pro accounts on uncapped pay-as-you-go usage, not from free Hobby accounts.

I want to hit this one hard, because fear of a runaway bill is the single most common reason people avoid Vercel entirely.

On Hobby: Vercel’s pricing FAQ states it outright. “If you have a free Hobby account, you are limited to the usage caps and cannot purchase additional usage.” No card is required to sign up. When you exceed an allowance, the affected resource stops until the window resets. That is the whole risk model. Your downside is downtime, not debt.

On Pro: the model flips. Pro is pay-as-you-go and uncapped by default after your $20 credit, which is exactly how a coding mistake becomes a four-figure invoice. Vercel has built real guardrails in response to those incidents: every new team gets a default on-demand usage budget of $200 with email, web, and SMS notifications, and you can configure a hard limit that pauses all projects at 100%. They have also shipped automatic recursion protection for functions and Attack Challenge Mode for the firewall.

So the accurate framing is: the Vercel free plan is one of the safest free tiers financially, precisely because it refuses to bill you. The danger lives one plan up, and it is manageable if the first thing you do after upgrading is set a spend limit. If you upgrade to Pro and skip Spend Management, you have opted into unlimited liability on a platform that was trying to protect you.

There is a second reason Hobby cannot surprise you: DDoS mitigation is on by default on every plan, and Attack Challenge Mode is available on Hobby too. A traffic flood on a free project burns your allowance and pauses your site. It does not generate an invoice.

Vercel Free Tier vs Netlify, Render, and Cloudflare Pages

Vercel’s free tier is the strongest for Next.js and dynamic apps, Cloudflare Pages is the strongest for pure static sites at scale because it does not meter static bandwidth, Netlify’s new free plan is capped at 300 credits per month which is tight, and Render’s free tier is the weakest for websites because free services sleep after 15 minutes of inactivity.

This answers “which is free vercel or netlify,” “is vercel and render free,” and “is vercel netlify free” in one place. All figures below come from each vendor’s current public pricing or docs.

Free planVercel HobbyNetlify FreeRender (Hobby workspace + Free instances)Cloudflare Pages Free
Price$0 forever$0 forever$0 workspace + $0 free instances$0 forever
Headline cap100 GB transfer, 1M edge requests300 credits per month total5 GB bandwidth, 750 free instance hoursStatic asset bandwidth not metered
Builds1 concurrent, 100 deploys/day1 concurrent500 pipeline minutes/month1 concurrent, 500 builds/month
Custom domains50 per projectIncluded with SSL2 included, then $0.25 each per month100 per project
Free SSLYesYesYesYes
Sleeps when idleNoNoYes, after 15 min, ~1 min to wakeNo
Free databaseBlob 1 GB, partners via MarketplaceNetlify Database (basic tier)Free Postgres 1 GB, expires after 30 daysD1 and KV via Workers free tier
Serverless functions1M invocations, 4 CPU-hrsCounted in credits (10 credits per GB-hr)Included in free web serviceWorkers free tier, 100K requests/day
Commercial use on freeNot allowedAllowedAllowedAllowed
Behaviour at limitResource pauses, no chargeAll projects pauseFree services suspendedBuilds stop

The row that reframes the whole comparison is the second-to-last one. Vercel is the only one of the four that bans commercial use on its free plan. Netlify, Render, and Cloudflare will all let you run a monetised site on $0 within their limits. If your project earns money and your budget is genuinely zero, that difference matters more than any transfer allowance.

A few honest per-platform notes:

Netlify moved to credit-based pricing in September 2025, and the free plan is now a 300 credit hard cap. Production deploys cost 15 credits each, bandwidth is 20 credits per GB, and web requests are 2 credits per 10,000. Do that maths: 20 production deploys, or 15 GB of bandwidth, and you are done for the month. It is a tighter free tier than it looks, though it is a hard cap with no possibility of charges. Their Open Source plan is the better route for qualifying projects.

Render is the most generous on backend flexibility (real long-running web services, not just functions) and the most painful on availability. From Render’s own free tier docs: free web services spin down after 15 minutes of inactivity and take about a minute to spin back up, the filesystem is ephemeral, you get 750 free instance hours per month, and free Postgres databases expire 30 days after creation. Render itself says not to use free instances for production.

Cloudflare Pages is the quiet winner for static sites. Free plan allows 500 builds per month, 100 custom domains per project, 20,000 files per site, unlimited preview deployments, and Cloudflare does not meter static asset bandwidth. Dynamic work runs on Pages Functions, which draws from the Workers free tier (100,000 requests per day), and that is where the ceiling actually sits. I run several Astro sites on Cloudflare Pages for exactly this reason: for content sites, the economics are hard to beat.

Where Vercel still wins on free: Next.js support that nobody else matches, no idle sleep, ISR included, Fluid compute included, 50 domains per project, and a free tier that physically cannot bill you. If you are learning modern React or shipping a Next.js side project, Hobby is the best free environment available. If you are shipping a business, the commercial clause makes the comparison moot.

When Should You Upgrade From Free to Vercel Pro?

Upgrade to Vercel Pro at $20 per month when your project makes money (required by the fair use terms), when you need a second team member, when you need cron more often than once a day, when you need production-grade logs and uptime, or when your traffic regularly approaches 100 GB of transfer or 1 million edge requests.

Pro at $20 per developer seat per month includes $20 of usage credit, so light Pro usage is effectively covered by the seat price. Here is what the money actually costs once you cross over, because a few line items only exist on paid plans:

Cost lineHobbyPro
Base price$0$20 per developer seat per month, $20 credit included
Build minutesNot billed, 1 concurrent build$0.014 per minute standard, up to $0.105 turbo
Extra data transferNot purchasableFrom $0.15 per GB after 1 TB
Extra invocationsNot purchasable$0.60 per 1M after 10M
Speed InsightsFree, 1 project$10 per project per month
SAML SSONot available$300 per month
HIPAA BAANot available$350 per month
EnterpriseNot applicableCustom pricing with a 99.99% SLA

What the money buys in features, beyond the bigger allowances of 1 TB transfer and 10 million edge requests:

  • Legal clarity for commercial projects. The reason most people upgrade, whether they realise it or not.
  • Team collaboration with unlimited free Viewer seats and a Billing seat.
  • Faster builds with no queues and on-demand concurrent builds.
  • Cold start prevention and Performance CPU.
  • Spend Management with a default $200 budget, alerts, and optional hard caps.
  • Per-minute cron with per-minute precision.
  • One day of runtime logs, 12 months of analytics, log drains, custom events.
  • Password-protected deployments, sharable preview links, Skew Protection, one project of Rolling Releases.

Stay on the free plan if: you are learning to build and ship AI projects, building a portfolio with no rate card, publishing a non-monetised blog, hosting open source docs, running a university project, or prototyping something that has not decided what it is yet. That is a big chunk of the internet and Vercel is genuinely happy to host it for nothing.

One planning note. Before you upgrade, price the whole stack, not just the seat. Pro at $20 plus a Neon or Upstash tier plus AI Gateway credits plus Speed Insights at $10 per project adds up faster than the headline number suggests. This is exactly the subscription creep I audited out of my own stack a while back, where I found three overlapping AI writing tools and two email platforms, one of which I had forgotten I was paying for. Add each line item deliberately.

How to Set Up a Free Vercel Project the Smart Way

If you are staying on Hobby, these are the moves that keep you inside the allowances and out of the fine print. This is the checklist I would hand a friend starting today.

  1. Decide the commercial question first. Is there any payment, ad, affiliate-first content, or client invoice attached to this project, now or in the next six months? If yes, start on Pro and skip the migration later. If it is donations only, Hobby is explicitly fine.
  2. Make everything static that can be static. Cached responses do not invoke functions, so they cost no compute and no invocations. Static generation and ISR are the single biggest cost decision on a free plan.
  3. Set cache headers deliberately. Vercel adds etags and compresses responses automatically, which reduces Fast Data Transfer, but your own `Cache-Control` policy on dynamic routes is what keeps functions idle.
  4. Serve a fixed set of optimized images. You get 5,000 image transformations per month, and each new source image plus each new size is a transformation. Reuse optimized assets rather than regenerating variants.
  5. Do not use Blob as a CDN. 1 GB of storage and 10 GB of monthly Blob transfer disappears fast with video, and hot-link media hosting is outside fair use on every plan.
  6. Connect your own domain on day one. 50 domains per project and free automatic SSL means there is zero reason to ship a portfolio on a `.vercel.app` URL. Buy the domain anywhere, point DNS at Vercel.
  7. Turn on Web Analytics, then check it weekly. 50,000 events per month is shared across all your projects and the reporting window is one month, so export or note anything you want to remember before it rolls off.
  8. Design around daily cron. If you need frequent scheduled work on a free plan, trigger it from an external scheduler hitting a protected route, or restructure to on-demand revalidation. Deployment fails outright if your cron expression runs more than once a day.
  9. Watch the usage dashboard before month-end. Since exceeding an allowance pauses the resource rather than billing you, the failure mode is downtime. Knowing you are at 80% on day 20 is the difference between planning an upgrade and discovering an outage.
  10. Keep the repo under your personal account. Hobby cannot connect projects to Git organization-owned repositories. If you plan to move the repo into an org later, that is a Pro requirement too.

Is the Vercel Free Plan Safe and Legit?

Yes. Vercel Hobby runs on the same infrastructure as paid plans, with automatic DDoS mitigation, a Web Application Firewall with up to 3 custom rules, managed AI-bot and bot-protection rulesets, basic BotID checks, Attack Challenge Mode, and TLS encryption included at no cost. Vercel holds SOC 2 Type 2, PCI DSS, ISO 27001, and EU-U.S. DPF compliance across plans.

“Is vercel free and safe” is a fair question given how many free hosts have been abandoned or acquired into oblivion. A few specifics worth knowing:

  • Security is not stripped out of the free plan. DDoS mitigation is on by default. The WAF exists on Hobby with 3 custom rules and 3 IP blocks (versus 40 and 100 on Pro). Rate limiting includes 1 million allowed requests per month. Bot Protection and AI Bots managed rulesets are available, and BotID includes basic checks at no cost, with paid Deep Analysis at $1 per 1,000 checks on Pro. That answers “is vercel bot protection free”: basic yes, deep analysis no.
  • Compliance certifications are plan-independent. SOC 2 Type 2, PCI DSS, ISO 27001, and EU-U.S. DPF apply to the platform. HIPAA BAA is a $350 per month Pro add-on and security questionnaires are Enterprise, but the underlying controls are the same infrastructure.
  • Multi-factor authentication is available on Hobby, along with GitHub, Google, GitLab, and Bitbucket OAuth sign-in.
  • What you do not get: Audit Logs, SAML SSO ($300 per month on Pro), Directory Sync, SSO-protected previews, Static IPs, Secure Compute, and role-based access control (Hobby is single-seat, so RBAC is not applicable).

The realistic risk on Hobby is not security, it is the terms. A project quietly violating the commercial clause is the thing most likely to interrupt you, not an attacker.

Frequently Asked Questions

Is Vercel free forever?

Yes. Hobby is a free tier, not a trial, and Vercel’s documentation confirms there are no billing cycles on it. Your allowances reset every 30 days indefinitely. The separate 14-day Pro trial with $20 in credits is the only time-limited free offer.

Is Vercel completely free, or are there hidden costs?

Hosting, SSL, CDN, functions, cron, Blob storage, and analytics are all free on Hobby within the published caps, and Hobby accounts cannot be charged at all. The costs that exist are outside the plan: domain registration, Marketplace database tiers beyond their free limits, and AI credits past the $5 monthly AI Gateway allowance.

Is the Vercel CLI free? Is the Vercel API free?

Yes to both. The Vercel CLI is a free open source tool, and the REST API is available on all plans including Hobby, subject to published rate limits (for example 100 deployments per day and 100 builds per hour on free accounts).

Is Vercel free for students? Is Vercel Pro free for students?

Vercel does not offer a general student discount on hosting. A Vercel community team member answered this directly in October 2025: “We don’t have a discount specifically for students at the moment, but we do have the Vercel Hobby plan and the v0 Free plan.” Separately, v0 runs a university program giving students at select partner campuses free access, so check the v0 site if your school is listed.

Is Vercel free for a portfolio or personal website?

Yes, and it is one of the best free options for exactly that. A portfolio with no ads, no payment processing, and no advertised rate card is textbook non-commercial personal use, and 50 free custom domains plus automatic SSL means it looks fully professional at $0.

Is Vercel free for commercial use or for business?

No. Commercial usage requires Pro or Enterprise. Vercel defines commercial usage broadly enough to include processing payments, running ads, affiliate-first sites, advertising a product or service for sale, and getting paid to build or host the site. Donation links are the one monetary exception that stays allowed.

Is Vercel no longer free? Did Vercel remove the free tier?

The free tier is still here. What changed is that usage is metered more granularly than it used to be, and first-party Vercel Postgres and Vercel KV moved to Marketplace partners. The Hobby plan itself remains $0 with substantial included usage.

What happens when you hit the Vercel free tier limit?

The affected resource pauses. In most cases you wait for the 30-day window to reset before it works again. Web Analytics is slightly different: a three day grace period, then collection stops, then it resumes after seven days. You are never billed and your projects are not deleted.

Does Vercel free include a custom domain and free SSL?

Yes to both, with 50 domains per project on Hobby and automatic Let’s Encrypt certificates issued and renewed for every domain you add, including domains registered elsewhere. Buying the domain name itself is a separate paid transaction.

Is Vercel DNS free?

Yes. You can move your nameservers to Vercel and manage DNS records at no cost on Hobby, which is also the requirement for wildcard SSL certificates since those need DNS-01 validation.

Is Vercel free tier generous compared with alternatives?

For dynamic and Next.js apps, yes: 100 GB transfer, 1M edge requests, 1M invocations, no idle sleep, and Fluid compute included is more than Netlify’s 300-credit cap or Render’s sleeping free instances offer. For pure static sites at high traffic, Cloudflare Pages is more generous because it does not meter static bandwidth.

Is v0 by Vercel free?

There is a free v0 plan with $5 of monthly credits and a 7 messages per day cap. It is enough to evaluate v0, not enough for daily building. Plus is $30 per user per month with $30 of credits plus $2 in free daily login credits.

Is Vercel free tier safe for production?

Technically it will serve production traffic with the same CDN, DDoS mitigation, and WAF as paid plans. Practically, three things argue against it: commercial use is not permitted, exceeding a limit pauses your site rather than charging you, and runtime logs vanish after one hour. For anything with users who matter, Pro is the honest minimum.

What is a vercel.app URL?

Every Vercel project gets an automatic `*.vercel.app` subdomain with HTTPS, used for production and for unlimited preview deployments tied to Git branches. It is free on all plans, including Hobby, and works instantly without DNS setup.

Why is Vercel free at all?

Because Hobby is a distribution channel. Developers learn Next.js and Vercel’s workflow on personal projects, then bring both to work, where the paid plans live. The free tier is capped exactly where personal use ends and commercial use begins, which is a rational and fairly honest place to draw the line.

The Verdict on the Vercel Free Plan

Is Vercel free? Yes, genuinely and indefinitely, with real allowances that will carry a well-built content site to a few hundred thousand monthly page views without a credit card. The engineering on the free plan is not crippled. You get the same CDN, the same Fluid compute model, free SSL, 50 custom domains, DDoS mitigation, and a firewall.

The one thing to take away that most articles bury: the deciding factor is not your traffic, it is your business model. Vercel’s free plan is a technically excellent home for personal projects and a licence violation for commercial ones, and no amount of clever caching changes that. If your project earns money or is built to, the answer to “is Vercel free” is no, it is $20 per month, and you should plan for that from the start instead of after a support email.

Here is the insight I would add on top of everything above. The free plan’s real risk is not a bill, it is silence. On Pro, going over budget generates alerts, invoices, and a very loud signal. On Hobby, going over your allowance produces a paused resource and a site that stops working while you are asleep. Free plans trade financial risk for availability risk. Knowing which of those two you can actually afford is the entire decision.

Your first step today: open Vercel’s Fair Use Guidelines, read the commercial usage list, and honestly check your project against it. That is a five-minute read that either confirms you are free forever or tells you to budget $20 a month. Either answer is worth having before you deploy, not after.

If you found this useful, I go through this same “what does it actually cost, and is it worth it” analysis for every tool I test. You can browse the tested AI tool reviews and verdicts or get the weekly deal roundup so you stop paying full price for software you have not verified yet.

I hope this guide was useful. If you have a question about a specific project and whether it fits inside the free plan, drop it in the comments or ask in our community. I reply to every one. Cheers.

-

Sources verified July 2026: Vercel Pricing, Vercel Limits, Vercel Hobby Plan, Fair Use Guidelines, Cron Jobs Pricing, Web Analytics Pricing, Fluid Compute, Vercel Storage, v0 Pricing, AI Gateway Pricing, Netlify Pricing, Render Free Tier Docs, Cloudflare Pages Limits.

Table of Contents