Vercel Provider Guide

Vercel Free Tier Guide: Hosting, Functions, Blob, Analytics, and CDN

Vercel is the leading platform for deploying frontend frameworks and full-stack apps. The Hobby plan is free forever for personal projects and covers hosting, serverless functions, blob storage, analytics, and a global CDN.

Use it when

Best for personal projects, open-source sites, portfolio pages, Next.js apps, and frontend prototypes that need zero-config CI/CD and global CDN delivery.

Watch out for

Hobby plan prohibits commercial use. Watch for function invocation limits, 100 GB bandwidth cap, log retention of only 1 hour, and no team collaboration features.

Hobby plan snapshot
Deployments
Unlimited
Bandwidth (Fast Data Transfer)
100 GB / month
Serverless Functions
1M invocations / month
Edge Requests
1M / month

Verified against official Vercel pricing page on 2026-05-23.

Vercel Hobby Plan Limits

The numbers below are the practical limits developers should confirm before relying on Vercel Hobby for their project.

AreaFree allowanceDeveloper note
DeploymentsUnlimitedAutomatic CI/CD on every git push with instant rollback support.
Bandwidth (Fast Data Transfer)100 GB / monthCovers most personal and small open-source sites; heavy traffic sites should upgrade.
Serverless Functions1M invocations / monthAlso includes 4 CPU-hours/month and 360 GB-hrs provisioned memory.
Edge Requests1M / monthEdge Middleware and Edge Functions requests combined.
Blob Storage1 GB + 10 GB transferVercel Blob for storing and serving files directly from the CDN.
Web Analytics50,000 events / monthPrivacy-friendly analytics built into the Vercel dashboard, no extra SDK needed.
Image Optimization5,000 transforms / monthAutomatic WebP/AVIF conversion and resizing via Next.js Image component.
Team Seats1 developer (personal only)Hobby plan is for personal use only. Commercial projects must upgrade to Pro.

How developers should use Vercel Hobby

Vercel Hobby is strongest as a deployment target for personal Next.js or React projects. The zero-config CI/CD, automatic preview URLs, and global CDN make it the fastest way to put a frontend on the web.

The key constraint is the commercial-use restriction. Once your project generates revenue or is used in a business context, you must upgrade to Pro ($20/month). Keep this in mind if you plan to monetize.

Recommended free stack

Vercel + Supabase + Resend

Use Vercel for the frontend and API routes, Supabase for auth and Postgres, and Resend for transactional email. This trio covers a real full-stack MVP completely within free tiers.

Best Vercel use cases

Alternatives to compare

Vercel Hobby Plan FAQ

Is the Vercel Hobby plan really free forever?+

Yes, the Hobby plan is free with no time limit. However, it is restricted to personal, non-commercial use. If you deploy a commercial product on the Hobby plan, you are required by Vercel's terms to upgrade to Pro.

Can I use a custom domain on Vercel Hobby?+

Yes. You can connect your own domain to any Vercel project on the Hobby plan. Free HTTPS via automatic TLS certificates is included.

What counts as commercial use on Vercel?+

Vercel considers any project that generates revenue, is deployed for a business, or is used in a work context to be commercial. Open-source projects, portfolios, and personal experiments typically qualify for Hobby.

Does Vercel Free include preview deployments?+

Yes. Every pull request and branch push generates an isolated preview URL automatically. This is one of Vercel's strongest free-tier features for developer workflows.

How does Vercel Hobby compare to Cloudflare Pages?+

Cloudflare Pages offers unlimited bandwidth on its free tier, while Vercel caps at 100 GB/month. Vercel is generally better for Next.js and React ecosystems, while Cloudflare Pages shines for edge-first and Workers-based architectures.

What frameworks does Vercel support for free?+

Vercel supports Next.js, React, Vue, Nuxt, Svelte, SvelteKit, Astro, Remix, Angular, and many more. Framework detection is automatic with zero config required.