Managed Infrastructure
Edge Network
Ultra-fast, always secure global application delivery.
Fast Data Transfer
Data transfer between our Edge Network and the end user.
Fast Origin Transfer
Data transfer between our Edge Network and Compute for dynamic responses.
Edge Requests
Optimized network requests for fast content access.
Edge Middleware Invocations
Dynamic request handling at the network edge, before cache.
Image Transformations
Transform and optimize images to improve page load performance.
Image Cache Writes
Write transformed image to durable global cache.
Image Cache Reads
Read transformed image data from durable global cache.
Managed Infrastructure
Compute
Dynamic, scalable functions to power your framework of choice. Now available with Fluid compute.
Function Invocations
The number of times you can call a Vercel Function.
Function Duration
The total execution time of your Vercel Function. Fluid compute helps reduce total GB-hour usage.
Edge Function Executions
Lightweight compute, ideal for long-duration invocations.
Managed Infrastructure
Edge Data
Store and cache content close to your customers.
ISR Reads
Read cached data from revalidated content (ISR).
ISR Writes
Write cached data to global edge regions (ISR).
Edge Config Reads
Ultra-fast access to configuration settings for optimal performance.
Edge Config Writes
Update page settings and configuration without a redeploy.
Managed Infrastructure
Observability
Frontend observability on Vercel helps you monitor, analyze, and manage your applications.
Observability
Framework-aware insights to help optimize your applications.
Observability Plus
Add-on$10/month (1M events included)
then $1.2 per 1 million events
Available
Extended retention
30 days
30 days
Advanced metrics
Included
Included
Monitoring
Included
Included
Speed Insights
See how real users experience your site after each deploy.
Web Analytics
Insights into your visitor traffic.
Web Analytics Plus
Add-on$50 / team
Available
Analytics limits
Increased limits
Custom
Reporting windows
Increased time limits
Custom
UTM Parameters
Included
Custom
Runtime Logs
All logs generated by Serverless and Edge Function invocations in both preview and production deployments.
Log Drains
Send logs to external services for debugging, monitoring, and analysis.
Managed Infrastructure
Security
Vercel protects your projects across access, application, and infrastructure security.
HTTPS/SSL
Out of the box, every Deployment on Vercel is served over an HTTPS connection.
DDoS Mitigation
The Vercel Firewall mitigates against DoS and DDoS attacks.
Web Application Firewall
Granular control of your application's traffic.
Custom Firewall Rules
Incorporate your own business logic to control web traffic.
Rate Limiting
Control the frequency of requests to your application.
IP Blocking
Block IPs before they enter the Vercel Edge Network.
IP Bypass Rules
Bypass system defenses by IP and CIDR ranges.
Managed Rulesets
Available
OWASP Core Ruleset
Custom
Secure Compute
Establish secure connections between Vercel, and backend environments.
Advanced Deployment Protection
Secure your Vercel project's preview and production URLs.
Single Sign-On (SSO)
Configure SAML SSO for your organization to minimize account management.
SSO Protected Previews
Protect preview links behind your third-party identity provider.
Audit Logs
Track and analyze your team members' activities.
Directory Sync (SCIM)
Helps teams manage their organization membership from a third-party identity provider.
DX Platform
Build & Iterate
Build infrastructure and automated CI/CD to keep your team iterating.
Team Seats
Collaborate on your projects with your team.
Automatic CI/CD
Zero configuration CI/CD with first-class Git integrations.
Comments
Collaborate on deployments with your team.
Draft Mode
View unpublished headless CMS content on your site before publishing.
Productivity integrations
Convert comments to issues in Linear, Jira, or GitHub.
Layout Shift Tool
Gives you insight into any elements that may cause layout shifts on the page.
Concurrent builds
High-efficiency build infrastructure for Vercel deployments.
Enhanced builds
Access to build containers with larger memory and storage capabilities.
Remote Cache
Share build artifacts across teams, to never do the same work twice.
Unlimited previewers
Collaborators who can access and comment on Preview Deployments.
Conformance
Automate detection of critical issues early in the development lifecycle.
Code Owners
Streamlined code reviews and smart reviewer assignments.
Custom Environments
Flexibility for specific organizational workflows.
DX Platform
Vercel Marketplace
Add-ons that support integrated billing, direct connections to provider consoles, and more.
Supabase
Provider of developer-first Postgres databases.
Redis
Redis lets you create fast, dynamic apps that can scale effortlessly.
EdgeDB
A modern relational database based on PostgreSQL.
Upstash
KV, Vector, and QStash.
Neon
Serverless Postgres database.
Blob
BetaScalable, and cost-effective object storage service for static assets, such as images, videos, audio files, and more.
MotherDuck
The serverless backend for analytics.
Nile
PostgreSQL re-engineered for B2B apps.
Mux
Platform for video streaming APIs, data, and players.
Frequently asked questions.
Which Vercel plan is right for me?
Our Hobby plan is for personal, non-commercial use. Pro is for small teams with moderate usage and collaboration requirements. Enterprise is for teams seeking greater performance, collaboration, and security. Contact our sales team to learn more.
Do you offer custom invoicing?
Yes, we offer custom invoicing for Enterprise customers. Contact our sales team to learn more.
What are the limits for each plan?
Our limits are listed here. Additionally, check out our Fair Use Policy.
I went over my limits. What can I do?
We are glad you are growing and scaling with Vercel! Please contact us to discuss your resource requirements and we can customize a plan for your team.
Can I buy additional usage?
Yes! On top of your included usage on Pro, you can pay as you go for additional products like Fast Data Transfer (starting at $0.15 per GB) and Edge Requests (starting at $2 per million), uncapped. If you have a free Hobby account, you are limited to the usage constraints listed on this page and cannot purchase additional usage. Read more details in our documentation.
I have a Hobby account, how do I upgrade to a paid plan?
Thanks for continuing to use Vercel! Follow this guide to upgrade your account.
Is there a limit to how many teams I can have?
No, there is not a limit.
How does Vercel calculate usage?
We calculate the total response size which includes headers along with the number of bytes in the body. Anything served from our servers from your project’s domain will be counted as bandwidth (including JSON responses for Serverless Functions).
When it comes to Serverless Functions though, GB-Hrs is calculated by multiplying the duration that your functions ran for by the amount of memory that was consumed by them.
To learn more, check out the Usage documentation.
I want to transfer a domain name to Vercel. Is there a fee?
Potentially. Transfer fees are dependent on the TLD and the domain renewal fee. The domain-transfer workflow will alert you of fees before initiating transfer.
Do cached responses affect usage?
Caching responses can reduce the usage of Vercel Functions.
If the function response is cached, it will not run and incur a Function invocation or any GB/hrs of duration. Any request made to Vercel will incur an Edge Request. Requests to static assets incur the same Fast Data Transfer usage if the response is cached or uncached.
Further, Vercel automatically adds etags to all responses to prevent end users from downloading the same asset many times. Our Edge Network automatically compresses responses to reduce your Fast Data Transfer.
How can I manage my spend?
We provide customers with tools to observe, control, and alert on their infrastructure spend with Spend Management.
You can define a spend amount (e.g. $40) and receive email, web, and SMS notifications as you reach that amount. When reaching 100%, you can optionally automatically pause all projects with a hard limit.
Over the past year, we've added features to the platform based on your feedback to help automatically prevent runaway spend, including recursion protection, improved function defaults, hard spend limits, Attack Challenge Mode, and more.