Vercel
Last reviewed
Sources
36 citations
Review status
Source-backed
Revision
v3 · 5,122 words
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation.
Last reviewed
Sources
36 citations
Review status
Source-backed
Revision
v3 · 5,122 words
Add missing citations, update stale details, or suggest a clearer explanation.
Vercel (originally ZEIT) is an American cloud platform-as-a-service (PaaS) company headquartered in San Francisco, California, best known as the creator of Next.js and as a hosting platform for modern frontend and AI web applications. Founded in 2015 by Guillermo Rauch, the company rebranded from ZEIT to Vercel on April 21, 2020, and by September 2025 had raised a $300 million Series F that valued it at $9.3 billion as it repositioned from the "Frontend Cloud" to the "AI Cloud" [1][2][21][22].
Vercel provides a fully managed environment that combines a global edge network, serverless functions, build infrastructure, and developer tooling. Since 2023 the company has expanded aggressively into AI development tools, releasing the Vercel AI SDK, the v0 generative UI tool, and a managed AI Gateway for inference. By mid-2024 the company had raised approximately $565 million across six rounds and reached a $3.25 billion valuation following its Series E [3][4]. In September 2025 the $300 million Series F raised that valuation to $9.3 billion, with founder Guillermo Rauch arguing that "there has to be a cloud that's designed and purpose-built for AI applications" and that "Vercel has built this from the ground up with the AI Cloud" [22].
Next.js, the framework Vercel develops in the open, has become one of the most widely deployed React-based web frameworks. Vercel reports that more than six million developers use Next.js each month, and the framework powers production sites for TikTok, Hulu, Notion, DoorDash, Nike, Patreon, The Washington Post, and many other major organizations. At the Series F, Vercel said Next.js had been downloaded more than 500 million times over the prior twelve months, exceeding the framework's combined downloads from 2016 through 2024 [5][6][22].
Vercel was founded in 2015 in San Francisco by Argentine software engineer Guillermo Rauch under the name ZEIT, a German word meaning "time." Rauch is the creator of Socket.IO, a real-time bidirectional communication library for Node.js, and was previously chief technology officer of the education startup LearnBoost. At ZEIT he set out to simplify the deployment of Node.js applications and reduce the operational burden on application developers [1][7].
The company's first commercial product was Now, a deployment service that turned a Node.js project into a publicly reachable URL with a single command. Now offered an immutable, versioned approach to deployments where each push produced a unique, persistent URL. Around this product ZEIT also developed and released several open-source utilities including the Hyper terminal emulator, the pkg Node.js binary packager, and serve, a small static file server.
In October 2016 ZEIT released Next.js, an opinionated React framework for production applications. Next.js quickly became the company's flagship project and the focal point of its product roadmap. As the framework's adoption grew, ZEIT increasingly defined its hosting platform around the Next.js development model, with first-class support for hybrid rendering, image optimization, and edge middleware [2][8].
On April 21, 2020, the company announced its renaming from ZEIT to Vercel. In the announcement post, Rauch explained that the new name was chosen to evoke the idea of "versioned velocity," reflecting the platform's emphasis on iterative deployment, immutable URLs, and previewable change. The rebrand coincided with the company's first institutional funding round and a clearer positioning as a frontend cloud rather than a generic Node.js host [1][9].
Vercel has raised seven disclosed rounds of venture capital between 2017 and 2025. The company crossed unicorn status (a private valuation of one billion United States dollars or more) at its Series C in June 2021, reached a $3.25 billion valuation at its Series E in May 2024, and tripled that figure to a $9.3 billion valuation at its Series F in September 2025 [3][4][9][10][11][21][22].
| Round | Date | Amount | Lead investor | Post-money valuation |
|---|---|---|---|---|
| Seed | 2017 | ~$2.4M | CRV | undisclosed |
| Series A | April 2020 | $21M | Accel | undisclosed |
| Series B | December 2020 | $40M | GV | undisclosed |
| Series C | June 2021 | $102M | Bedrock | $1.1B |
| Series D | November 2021 | $150M | GGV Capital | $2.5B |
| Series E | May 2024 | $250M | Accel | $3.25B |
| Series F | September 2025 | $300M | Accel and GIC | $9.3B |
The Series A in April 2020 was Vercel's first institutional round and was announced alongside the rebrand. The Series B closed in December 2020, only eight months later, with GV (formerly Google Ventures) leading. The Series C in June 2021 was led by Bedrock and pushed the company past the billion-dollar valuation threshold, making Vercel a unicorn. Five months later, in November 2021, GGV Capital led a $150 million Series D at a valuation of $2.5 billion. After a multi-year pause that coincided with the broader cooling of the developer-tools market, Vercel raised a $250 million Series E in May 2024, again led by Accel [3][9][10][11].
On September 30, 2025, Vercel announced a $300 million Series F that valued the company at $9.3 billion, co-led by returning investor Accel and new investor GIC, the Singapore sovereign wealth fund. New participants included BlackRock, StepStone, Khosla Ventures, Schroders, Adams Street Partners, and General Catalyst, while existing backers GV, Notable Capital, Salesforce Ventures, and Tiger Global also took part. Vercel described the round as meaningfully oversubscribed and ran a concurrent tender offer of roughly $300 million to provide liquidity for early investors, employees, and former employees, closing in November 2025. The company said it had doubled its user base over the prior year and reported 82 percent year-over-year top-line growth at the time of the round. Independent estimates placed Vercel's total disclosed funding at more than $850 million after the Series F [21][22][23].
Beyond the named lead investors, participating funds across these rounds have included CRV, Greenoaks, Tiger Global, Geodesic Capital, Salesforce Ventures, Notable Capital, and SV Angel, along with notable angel investors such as Nat Friedman, Jeff Weiner, Jordan Walke, and Naval Ravikant.
Next.js is Vercel's flagship open-source project and the framework around which the company's commercial platform is built. It was first released on October 25, 2016, and is distributed under the MIT License. Next.js is written primarily in TypeScript and provides an opinionated framework for building React applications that combines server-side rendering, static generation, client-side hydration, and a file-based routing system [2][8].
Key capabilities of Next.js include:
pages or app directory map directly to URL paths.Next.js 13, released in October 2022, introduced the App Router, a routing system built on React Server Components, nested layouts, and streaming responses. The App Router became the recommended default in Next.js 14 (October 2023) while the older Pages Router remained supported for backward compatibility. Next.js 13 also introduced Turbopack, a Rust based bundler intended as a successor to Webpack for development builds [12].
Major releases since then include Next.js 14 in October 2023 (server actions, partial prerendering preview), Next.js 15 in October 2024 (caching defaults reworked, React 19 support), and Next.js 16 in late 2025 (further App Router refinements and Turbopack stabilization). The framework is led on a day-to-day basis by Tim Neutkens, who joined ZEIT in 2017 and is the project's longtime technical lead.
Next.js 16 shipped on October 21, 2025, ahead of Next.js Conf 2025. It made Turbopack the stable default bundler for both next dev and next build, with Vercel citing Fast Refresh that was up to 5 to 10 times faster and production builds 2 to 5 times faster than the previous Webpack-based pipeline. The release introduced Cache Components, a caching model built on Partial Prerendering and an explicit use cache directive; replaced the older middleware file with a proxy.ts convention to clarify the network boundary; and added a Next.js DevTools integration that speaks the Model Context Protocol. At the Series F in September 2025 Vercel said Next.js had been downloaded more than 500 million times over the preceding twelve months, exceeding the framework's combined downloads from 2016 through 2024, and noted that the framework powers the frontends of major AI products including Grok, Claude, and Cursor [22][24].
Next.js's adoption is broad. Vercel publicly cites figures of more than six million monthly active developers and tens of thousands of production sites, including TikTok, Hulu, Twitch, Notion, DoorDash, Patreon, Nike, Under Armour, Loom, Sonos, The Washington Post, and Hashnode. ChatGPT's web interface and other OpenAI properties are also widely reported to use Next.js [5][6].
The Vercel platform combines build infrastructure, a globally distributed edge network, serverless compute, and developer-experience tooling. While the platform is framework-agnostic and supports many frontend frameworks (Astro, Nuxt, SvelteKit, Remix, and others), its tightest integration is with Next.js [13].
The Vercel Edge Network is a global content delivery network with points of presence across more than 70 regions. The network terminates HTTPS, caches static assets, and routes dynamic requests to the appropriate compute runtime. Vercel Functions run application code in two main flavors: Node.js serverless functions (running on AWS Lambda) and edge functions (running on a lightweight V8-isolate runtime closer to the user). Edge middleware allows developers to run lightweight logic, such as authentication, redirects, A/B testing, or feature flag evaluation, at the edge before requests are forwarded.
In February 2025 Vercel introduced Fluid compute, a serverless model designed to keep a single function instance warm and to fold multiple concurrent invocations onto the same instance rather than cold-starting a new one for each request. The design targets workloads with significant idle time, such as calls to large language models, where a function spends much of its wall-clock time waiting on a remote response. On June 25, 2025 the company added Active CPU pricing to Fluid compute, billing the higher CPU rate of $0.128 per Active CPU hour only while a function is actually computing, separately from a lower charge for provisioned memory. Vercel said the change could cut costs by up to 90 percent for idle-heavy workloads such as AI inference and agents, and it enabled Active CPU pricing by default for Hobby, Pro, and new Enterprise teams [25][26].
Vercel offers a set of managed storage primitives that are integrated into project dashboards and environment variable injection:
The platform's most distinctive feature is preview deployments: every git branch and every pull request automatically receives its own immutable URL, with environment variables, database branches, and analytics scoped to that preview. This pattern, which ZEIT helped popularize as early as 2016, has been widely adopted by competitors and remains a core selling point.
Additional developer-experience features include:
Since 2023 Vercel has invested heavily in tools for building AI-powered web applications. The strategy treats AI features as a natural extension of the frontend, with streaming responses, generative UI, and managed inference as core platform capabilities. Rauch has called the AI SDK "one of the most consequential projects we've ever worked on," comparing its role to that of React: "Just like React brought accessibility to pages, the AI SDK is bringing accessibility to tokens" [14][15][22].
The Vercel AI SDK is an open-source TypeScript library, first released in 2023, that provides a unified API for calling large language models from web applications. It abstracts the differences between providers, including OpenAI, Anthropic (Claude), Google (Gemini), Mistral, Cohere, Groq, Fireworks, and others, behind a common interface. AI SDK 3, released in 2024, added structured output generation, tool calling, and tight integration with React Server Components and streaming UI patterns. The SDK is the basis of many of the AI starters that Vercel publishes alongside its templates gallery [14].
AI SDK 5 was released on July 31, 2025 as a stable production version and represented the largest rework of the library to date. It separated message types into a UIMessage (the source of truth for application state, fully customizable for tools and metadata) and a streamlined ModelMessage optimized for sending to models; adopted Server-Sent Events as the native streaming protocol in place of a custom format; and aligned tool definitions on inputSchema and outputSchema to match Model Context Protocol conventions. The release added agentic loop controls (stopWhen, prepareStep, and an Agent abstraction), experimental speech-to-text and text-to-speech APIs, and a global provider system that lets a model be selected with a plain string such as openai/gpt-4o. The redesigned chat integration reached feature parity across React, Vue, Svelte, and Angular. At the September 2025 Series F, Vercel reported that AI SDK weekly downloads had grown from about 446,000 to 3.2 million over the prior year [22][27]. A beta of AI SDK 6, oriented around an agent-first architecture and a "define once, deploy everywhere" agent model with built-in human-in-the-loop tool approval, was announced at Vercel Ship AI on October 27, 2025 [28].
v0 is Vercel's generative user-interface tool, launched in beta in October 2023. It uses large language models, fine-tuned and combined with a custom rendering pipeline, to turn natural-language prompts and reference images into React and Tailwind CSS components. Output is intended to be production-quality, copy-pasteable code that fits naturally into a Next.js application. Over 2024 v0 evolved from a single-shot generator into a chat-based product capable of iteratively building entire pages and small applications, with paid tiers introduced for higher usage limits [15].
By the September 2025 Series F, Vercel said v0 had reached 3.5 million unique users and that Teams and Enterprise plans accounted for more than half of v0 revenue, a sign that the product was being adopted inside organizations rather than only by individual developers [22]. On February 3, 2026 Vercel relaunched the product, moving it from the v0.dev domain to v0.app and repositioning it from prototype-focused "vibe coding" toward production deployment. The new v0 runs generated code in a sandbox-based runtime that can import any GitHub repository, automatically pulling environment variables and configuration from a connected Vercel project. A Git panel lets users create a branch per chat, open pull requests against main, and deploy on merge, bringing non-technical users into standard git workflows, and the product added database connectivity and more agentic, multi-step building [29].
The AI Gateway, first announced in 2024, is a managed proxy for inference traffic. It provides a single endpoint that can route to multiple model providers, enforces rate limits and budget caps, caches responses, and offers automatic fallbacks if a primary provider returns errors. The gateway is integrated with the AI SDK so that switching providers can be done through configuration rather than code changes.
Vercel moved the AI Gateway to general availability in August 2025. The GA service exposes a single API to hundreds of models from providers such as OpenAI, Anthropic, Google, and xAI, charges no markup on tokens (including a bring-your-own-keys option), and advertises sub-20-millisecond routing latency, automatic failover, and built-in cost and usage observability. Vercel described it as the same routing system that had been serving v0 for millions of users, now hardened for external production traffic and running on the company's Fluid compute platform [30][31].
Vercel has also published a growing library of AI templates and starters, including chatbots, retrieval-augmented generation pipelines, multi-modal tools, and agent scaffolds, many of which deploy with a single click. AI features are heavily marketed at the company's developer events.
At Vercel Ship AI on October 27, 2025, the company introduced Vercel Agent, an AI assistant built into the Vercel dashboard. The agent performs AI code reviews on pull requests and generates patches that are validated before being applied, and it monitors deployed applications for anomalies such as performance regressions or unusual traffic, summarizing likely causes and recommending or taking specific actions like adjusting firewall rules. Vercel Agent launched in public beta with a promotional credit for new users. The same event introduced an expanded Vercel Marketplace of production-ready third-party agents and integrations with unified billing and credential management, an open-source Workflow Development Kit for building durable long-running TypeScript processes that run on any platform, and a beta Python SDK that deploys FastAPI and Flask applications on Vercel with zero configuration. Collectively these releases marked the company's shift in self-description from "Frontend Cloud" to "AI Cloud" [28][32].
Vercel maintains and contributes to a sizeable portfolio of open-source projects, most under the MIT License. The most significant include:
Next.js itself follows what is often described as benevolent dictator-style governance, with Vercel employees making strategic decisions about direction and roadmap. The framework accepts external contributions and operates a public RFC process, but Vercel retains release control. This governance model has occasionally drawn criticism from community members concerned about the alignment of an open-source project's direction with its primary commercial sponsor [16].
Vercel's acquisitions have generally focused on adjacent open-source projects and small teams that bolt cleanly onto its platform.
| Year | Acquisition | Description |
|---|---|---|
| 2021 | Turborepo | High-performance monorepo build tool created by Jared Palmer |
| 2022 | GraphCDN (StepZen-related assets) | GraphQL caching and edge tooling |
| 2023 | Splitbee | Privacy-focused product analytics, folded into Vercel Analytics |
| 2024 | Tremor | React component library for data visualization and dashboards |
| 2024 | ModelFusion | TypeScript AI toolkit, folded into the AI SDK alongside the 3.1 release |
| 2025 | NuxtLabs | Company funding the Nuxt and Nitro core teams |
The Turborepo acquisition in December 2021 brought Jared Palmer, the creator of the tool, into Vercel and accelerated the company's monorepo and Rust tooling work, which later folded into Turbopack. The Splitbee acquisition in June 2023 supplied the foundation of Vercel's first-party privacy-friendly analytics product. The Tremor acquisition in April 2024 brought a popular React dashboard component library, founded by Severin Müller and Lukas Tschudin, into the Vercel design-systems orbit and supports the v0 and AI dashboard story [4].
On July 8, 2025, Vercel announced the acquisition of NuxtLabs, the company that had funded the core teams behind the Vue-based Nuxt framework and the Nitro server engine. Nuxt creator Sebastien Chopin, Nuxt lead Daniel Roe, Pooya Parsa, and Anthony Fu joined Vercel full time. Vercel committed to keeping Nuxt and Nitro MIT-licensed with open governance and a public roadmap, and said NuxtLabs products such as Nuxt UI and Nuxt Hub would be made freely available and eventually open-sourced with self-hosting options. The deal extended Vercel's pattern of employing the maintainers of major open-source frameworks, mirroring its long-standing stewardship of Next.js [33].
Vercel customers span large enterprises, media organizations, e-commerce brands, and developer-tooling companies. Notable production sites and applications publicly known to be hosted on Vercel or built primarily with Next.js include TikTok's web properties, Hulu, Twitch, Notion, DoorDash, Patreon, Nike, Under Armour, Sonos, Loom, The Washington Post, Ramp, Stripe (parts of the marketing site), and Hashnode. Several OpenAI consumer surfaces, including the ChatGPT web client, have been widely reported to be built with Next.js [5][6].
The company sells through three main tiers:
Vercel competes with several categories of cloud and developer-platform companies. The closest competitors at the frontend-cloud layer are Netlify and Cloudflare Pages, with AWS Amplify the largest hyperscaler alternative. For deploying full-stack and container workloads, Render, Fly.io, Railway, and DigitalOcean App Platform overlap parts of the offering. For AI-specific workloads, companies like Modal and Replicate are sometimes considered indirect competitors at the inference layer.
| Competitor | Category | Notes |
|---|---|---|
| Netlify | Frontend cloud | Closest direct competitor, similar Jamstack roots |
| Cloudflare Pages and Workers | Edge platform | Edge-first runtime, aggressive pricing |
| AWS Amplify | Hyperscaler frontend BaaS | Tight integration with AWS services |
| Render | General PaaS | Containers, web services, cron jobs |
| Heroku | Legacy PaaS | Owned by Salesforce |
| Fly.io | Edge container PaaS | Region-local containers |
| Railway | Developer PaaS | Focus on full-stack apps and databases |
| DigitalOcean App Platform | General PaaS | Bundled with DigitalOcean infrastructure |
| Firebase Hosting | BaaS | Google-operated, often paired with Firestore |
| Supabase | Open-source BaaS | Postgres-first, complementary in some stacks |
| Modal | AI inference | Python-first compute for ML workloads |
| Replicate | AI inference | Hosted models with HTTP APIs |
In the AI-app-builder market that grew rapidly through 2025 and 2026, v0 is also frequently compared with tools such as Replit Agent, Lovable, Bolt, and Cursor, which target overlapping audiences of developers and non-developers building applications from natural-language prompts [29].
Vercel's growth has not been without controversy. Recurring areas of criticism include:
In April 2026 Vercel disclosed a security incident in which unauthorized actors gained access to certain internal systems after a third-party AI tool used by the company was compromised. The intrusion exposed parts of a Vercel employee's Google Workspace account and some environment variables that had not been marked as sensitive. Vercel said it found no evidence that npm packages published by the company had been tampered with. The company characterized the exposed data as not including material marked sensitive and described remediation steps taken in response [34].
In 2024 and 2025, Vercel has continued to evolve into what its marketing describes as the cloud for AI-powered applications. The 2024 Series E provided capital for further investment in AI infrastructure, including the AI Gateway and an expanded inference partnership network. The Tremor acquisition strengthened Vercel's data-visualization story and informs how v0 generates dashboard interfaces. Conferences such as Vercel Next Conf (held annually since 2020) and Vercel Ship (introduced in 2023) have served as the primary venues for major product announcements, alongside continuous releases of Next.js and the AI SDK [15].
Through 2025 and into 2026 Vercel reframed itself as the "AI Cloud" and posted accelerating financial and product growth. Independent estimates and reporting placed the company's annual recurring revenue at roughly $144 million at the end of 2024, about $200 million by May 2025, and a run-rate near $340 million by early 2026, an increase of roughly 240 percent over about fourteen months and around 84 percent year over year. The company said agent-driven usage had become a major growth driver, with about 30 percent of applications running on the platform reported to originate from AI coding agents [21][35][36].
The headline corporate event was the $300 million Series F at a $9.3 billion valuation in September 2025, nearly tripling the Series E valuation in sixteen months and accompanied by a roughly $300 million employee and early-investor tender offer [21][22]. Announcing the round, Rauch said "for a decade, Vercel has been the go-to platform for web development, and as AI transforms applications, we've evolved our infrastructure to match" [21]. Vercel also strengthened its executive team, hiring Jeanne Grosser, formerly chief business officer at Stripe, as chief operating officer [22]. In April 2026, on the company's tenth anniversary, founder and chief executive Guillermo Rauch said Vercel was a "work-in-public company" that was ready for and getting readier for an eventual initial public offering, while declining to commit to a timeline [35].
On the product side, the period brought Fluid compute and Active CPU pricing for cheaper AI workloads, general availability of the AI Gateway, AI SDK 5 and the AI SDK 6 beta, Next.js 16 with Turbopack as the default bundler, the NuxtLabs acquisition, the production-oriented relaunch of v0 as v0.app, and the introduction of Vercel Agent for automated code review and observability. Vercel also runs an annual AI Accelerator program for early-stage startups building on its stack [22][24][28][29].
Key people involved in Vercel's public-facing direction include founder and chief executive officer Guillermo Rauch; chief operating officer Jeanne Grosser; Lee Robinson, a longtime developer-experience and developer-relations leader; Tim Neutkens, the technical lead of Next.js; and Jared Palmer, formerly of Turborepo and a vice president of AI products. Together they represent the public face of the company at events and across social media.