Account Plans on Vercel
Learn about the different plans available on Vercel.Vercel offers three account plans: Hobby, Pro, and Enterprise. Each plan is designed to meet the needs of different types of users, from personal projects to large enterprises. The Hobby plan is free and includes base features, while the Pro and Enterprise plans offer enhanced features and resources.
The Hobby plan is designed for personal projects and developers. It includes CLI or personal Git integrations, built-in CI/CD, automatic HTTPS/SSL, and previews deployments for every git push.
Additionally, it provides base resources for Edge Functions, Edge Middleware, Serverless Function Execution, Build Execution, and Image Optimization, along with 100 GB of bandwidth and 1 hour of runtime logs.
See the Hobby plan page for more details.
The Pro plan caters to professional developers, freelancers, and small businesses, offering enhanced features and resources. It encompasses all features of the Hobby plan, while expanding bandwidth, Edge Functions execution units, Serverless Function maximum duration, Build Execution minutes, and Image Optimization source images.
It also introduces team collaboration features, email support, and increased limits for domains per project and deployments per day.
See the Pro plan page for more details.
The Enterprise plan is tailored for large organizations and enterprises requiring custom options, advanced security, and dedicated support. It includes all features of the Pro plan, with custom limits for Edge Functions, Edge Middleware, Serverless Function Execution, Build Execution, and Image Optimization.
Enterprise customers benefit from Single Sign-On (SSO), enhanced observability and logging, isolated build infrastructure, dedicated customer success managers, and SLAs.
See the Enterprise plan page for more details.
The following table is a high level comparison of the plans available on Vercel. For more details, see each plans individual page.
Feature | Hobby | Pro | Enterprise |
---|---|---|---|
Bandwidth | 100 GB | 1 TB | Custom |
Edge Functions execution units | 500,000 | 1 million | Custom |
Edge Middleware invocations | 1 million | 2 million | Custom |
Serverless Function maximum duration | 10 seconds | 60s (default) - configurable up to 300s | 900 seconds |
Serverless Function execution | 100 GB-hours | 1,000 GB-hours | Custom |
Build execution minutes | 6,000 | 24,000 | Custom |
Concurrent builds | 1 | 1 | Custom |
Image Optimization source images | 1,000 | 5,000 | Custom |
Team collaboration features | - | Yes | Yes |
Team member pricing | - | $20/mo | Custom |
Remote Cache artifact downloads | 10 GB | 20 GB | Custom |
Domains per project | 50 | Unlimited | Unlimited |
Deployments per day | 100 | 6,000 | Custom |
Web Analytics events | 2,500 | 25,000 | Custom |
Speed Insights data points | 10,000 | Unlimited | Custom |
Email support | - | Yes | Custom |
Single Sign-On (SSO) / SAML Login | - | - | Yes |
Enhanced observability & logging | - | - | Yes |
Isolated build infrastructure | - | - | Yes |
Custom security features | - | - | Yes |
Dedicated success manager & SLAs | - | - | Yes |
Onboarding & advanced support | - | - | Yes |
Code audits & professional services | - | - | Yes |
On the usage page of your dashboard. This page provides insights and metrics for:
- Networking
- Functions
- Builds
- Artifacts - Remote Cache
- Web Analytics
- Other
When you reach 100% usage your deployments are not automatically stopped. Rather, Vercel keeps your deployment running and charges you for the additional usage. This is why it's important to be aware of the usage page of your dashboard to see if you are approaching your limit.
One of the benefits to always being on, is that you don't have to worry about downtime in the event of a huge traffic spike caused by announcements or other events. Keeping your site live during these times can be critical to your business.
For those that are running projects on the Hobby plan, don't foresee spikes in traffic, and are not concerned about downtime, the Lowering resource usage in Vercel Projects article covers tactics to lower your resource usage.
In particular it's important to note how Serverless Function execution effects your resource usage, the How can I reduce my Serverless Function resource usage? article provides a step-by-step guide to lowering your Serverless Function resource usage.
Was this helpful?