# Vercel

> Source: https://aiwiki.ai/wiki/vercel
> Updated: 2026-06-21
> Categories: AI Companies, AI Infrastructure, Developer Tools
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**Vercel** (originally **ZEIT**) is an American cloud platform-as-a-service ([PaaS](/wiki/paas)) company headquartered in San Francisco, California, best known as the creator of [Next.js](/wiki/nextjs) and as a hosting platform for modern frontend and AI web applications. Founded in 2015 by [Guillermo Rauch](/wiki/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](/wiki/serverless) functions, build infrastructure, and developer tooling. Since 2023 the company has expanded aggressively into AI development tools, releasing the [Vercel AI SDK](/wiki/vercel_ai_sdk), the [v0](/wiki/vercel_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](/wiki/tiktok), [Hulu](/wiki/hulu), [Notion](/wiki/notion), [DoorDash](/wiki/doordash), [Nike](/wiki/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].

## How did Vercel get its name?

Vercel was founded in 2015 in San Francisco by Argentine software engineer [Guillermo Rauch](/wiki/guillermo_rauch) under the name **ZEIT**, a German word meaning "time." Rauch is the creator of [Socket.IO](/wiki/socket_io), a real-time bidirectional communication library for [Node.js](https://nodejs.org/), and was previously chief technology officer of the education startup [LearnBoost](/wiki/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](https://hyper.is/) terminal emulator, the **pkg** Node.js binary packager, and **serve**, a small static file server.

In October 2016 ZEIT released [Next.js](/wiki/nextjs), 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].

## How much funding has Vercel raised?

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](/wiki/accel) | undisclosed |
| Series B | December 2020 | $40M | [GV](/wiki/gv) | undisclosed |
| Series C | June 2021 | $102M | [Bedrock](/wiki/bedrock_capital) | $1.1B |
| Series D | November 2021 | $150M | [GGV Capital](/wiki/ggv_capital) | $2.5B |
| Series E | May 2024 | $250M | [Accel](/wiki/accel) | $3.25B |
| Series F | September 2025 | $300M | [Accel](/wiki/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](/wiki/gv) (formerly Google Ventures) leading. The Series C in June 2021 was led by [Bedrock](/wiki/bedrock_capital) and pushed the company past the billion-dollar valuation threshold, making Vercel a unicorn. Five months later, in November 2021, [GGV Capital](/wiki/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](/wiki/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](/wiki/accel) and new investor GIC, the Singapore sovereign wealth fund. New participants included BlackRock, StepStone, Khosla Ventures, Schroders, Adams Street Partners, and [General Catalyst](/wiki/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.

## What is Next.js?

[Next.js](/wiki/nextjs) 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](/wiki/mit_license). Next.js is written primarily in [TypeScript](/wiki/typescript) and provides an opinionated framework for building [React](/wiki/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:

- File-system based routing, where the contents of the `pages` or `app` directory map directly to URL paths.
- Server-side rendering (SSR) and static site generation (SSG) for pre-rendering pages at request time or build time.
- Incremental static regeneration (ISR), which allows static pages to be re-generated on demand or after a configurable revalidation window.
- API routes and, more recently, route handlers that run as serverless or edge functions.
- Image optimization through a built-in component that resizes, formats, and caches images on the fly.
- Built-in support for internationalized routing.
- Edge middleware, which allows code to run at the [CDN](/wiki/cdn) edge before a request is forwarded to an origin or rendering function.

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](/wiki/turbopack), a [Rust](/wiki/rust_programming_language) based bundler intended as a successor to [Webpack](/wiki/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](/wiki/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](/wiki/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](/wiki/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](/wiki/claude), and [Cursor](/wiki/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](/wiki/tiktok), [Hulu](/wiki/hulu), Twitch, [Notion](/wiki/notion), [DoorDash](/wiki/doordash), Patreon, [Nike](/wiki/nike), Under Armour, Loom, Sonos, The Washington Post, and Hashnode. ChatGPT's web interface and other [OpenAI](/wiki/openai) properties are also widely reported to use Next.js [5][6].

## What does the Vercel platform do?

The Vercel platform combines build infrastructure, a globally distributed [edge](/wiki/edge_computing) 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].

### Edge network and runtime

The Vercel Edge Network is a global [content delivery network](/wiki/cdn) 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].

### Storage and data

Vercel offers a set of managed storage primitives that are integrated into project dashboards and environment variable injection:

- **Vercel KV**: a [Redis](/wiki/redis) compatible key-value store, powered by [Upstash](/wiki/upstash).
- **Vercel Postgres**: a managed [PostgreSQL](/wiki/postgresql) service, powered by [Neon](/wiki/neon).
- **Vercel Blob**: object storage built on [Amazon S3](/wiki/s3) compatible infrastructure, intended for user-generated content and static assets.
- **Edge Config**: a low-latency configuration store for feature flags and small read-mostly data, replicated globally.

### What are preview deployments?

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:

- Integrated **Speed Insights** and **Web Analytics** for monitoring real-user performance and traffic.
- An **Image Optimization API** with on-demand resizing and format conversion.
- **Log Drains** and **Web Vitals Drains** for streaming telemetry to external systems.
- A **Web Application Firewall**, DDoS protection, custom challenge pages, and rate-limiting controls.
- **Spaces** and **Teams** for multi-user collaboration, with role-based access control and usage attribution.
- A first-party command-line interface and integrations with GitHub, GitLab, and Bitbucket.

## What AI products does Vercel offer?

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].

### Vercel AI SDK

The [Vercel AI SDK](/wiki/vercel_ai_sdk) is an open-source [TypeScript](/wiki/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](/wiki/openai), [Anthropic](/wiki/anthropic) ([Claude](/wiki/claude)), Google ([Gemini](/wiki/gemini)), [Mistral](/wiki/mistral), [Cohere](/wiki/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].

### What is v0?

[v0](/wiki/vercel_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].

### What is the Vercel AI Gateway?

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](/wiki/openai), [Anthropic](/wiki/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.

### Vercel Agent and the AI Cloud

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].

## Which open-source projects does Vercel maintain?

Vercel maintains and contributes to a sizeable portfolio of open-source projects, most under the [MIT License](/wiki/mit_license). The most significant include:

- [Next.js](/wiki/nextjs), the React framework described above.
- [SWR](/wiki/swr), a stale-while-revalidate React data-fetching hooks library originally created by Shu Ding.
- [Turbopack](/wiki/turbopack), a Rust-based bundler integrated with Next.js.
- [Turborepo](/wiki/turborepo), a high-performance monorepo build orchestration tool acquired in December 2021.
- [Vercel AI SDK](/wiki/vercel_ai_sdk), the multi-provider TypeScript SDK for LLMs.
- **pkg**, a tool for compiling Node.js applications into single-file binaries.
- **serve**, a small static-file HTTP server.
- [Hyper](https://hyper.is/), a terminal emulator built with web technologies (less actively maintained in recent years).

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].

## What has Vercel acquired?

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](/wiki/turborepo) | High-performance monorepo build tool created by Jared Palmer |
| 2022 | GraphCDN (StepZen-related assets) | GraphQL caching and edge tooling |
| 2023 | [Splitbee](/wiki/splitbee) | Privacy-focused product analytics, folded into Vercel Analytics |
| 2024 | [Tremor](/wiki/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](/wiki/turborepo) acquisition in December 2021 brought [Jared Palmer](/wiki/jared_palmer), the creator of the tool, into Vercel and accelerated the company's monorepo and Rust tooling work, which later folded into [Turbopack](/wiki/turbopack). The [Splitbee](/wiki/splitbee) acquisition in June 2023 supplied the foundation of Vercel's first-party privacy-friendly analytics product. The [Tremor](/wiki/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](/wiki/vue_js)-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].

## Who uses Vercel?

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](/wiki/tiktok)'s web properties, [Hulu](/wiki/hulu), Twitch, [Notion](/wiki/notion), [DoorDash](/wiki/doordash), Patreon, [Nike](/wiki/nike), Under Armour, Sonos, Loom, The Washington Post, Ramp, Stripe (parts of the marketing site), and Hashnode. Several [OpenAI](/wiki/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:

- **Hobby**: a free tier for personal, non-commercial use, with bandwidth and build-minute limits.
- **Pro**: a paid tier starting at $20 per seat per month, with usage-based metering for bandwidth, function execution, image optimization, and analytics events.
- **Enterprise**: custom pricing, typically negotiated for large teams, with options such as dedicated infrastructure, single sign-on, audit logs, custom SLAs, and the Enterprise WAF.

## Who are Vercel's competitors?

Vercel competes with several categories of cloud and developer-platform companies. The closest competitors at the frontend-cloud layer are [Netlify](/wiki/netlify) and [Cloudflare Pages](/wiki/cloudflare_pages), with [AWS Amplify](/wiki/aws_amplify) the largest hyperscaler alternative. For deploying full-stack and container workloads, [Render](/wiki/render), [Fly.io](/wiki/fly_io), [Railway](/wiki/railway), and DigitalOcean App Platform overlap parts of the offering. For AI-specific workloads, companies like [Modal](/wiki/modal) and [Replicate](/wiki/replicate) are sometimes considered indirect competitors at the inference layer.

| Competitor | Category | Notes |
|---|---|---|
| [Netlify](/wiki/netlify) | Frontend cloud | Closest direct competitor, similar Jamstack roots |
| [Cloudflare Pages](/wiki/cloudflare_pages) and [Workers](/wiki/cloudflare_workers) | Edge platform | Edge-first runtime, aggressive pricing |
| [AWS Amplify](/wiki/aws_amplify) | Hyperscaler frontend BaaS | Tight integration with AWS services |
| [Render](/wiki/render) | General PaaS | Containers, web services, cron jobs |
| [Heroku](/wiki/heroku) | Legacy PaaS | Owned by Salesforce |
| [Fly.io](/wiki/fly_io) | Edge container PaaS | Region-local containers |
| [Railway](/wiki/railway) | Developer PaaS | Focus on full-stack apps and databases |
| DigitalOcean App Platform | General PaaS | Bundled with DigitalOcean infrastructure |
| [Firebase](/wiki/firebase) Hosting | BaaS | Google-operated, often paired with Firestore |
| [Supabase](/wiki/supabase) | Open-source BaaS | Postgres-first, complementary in some stacks |
| [Modal](/wiki/modal) | AI inference | Python-first compute for ML workloads |
| [Replicate](/wiki/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](/wiki/replit) Agent, [Lovable](/wiki/lovable), [Bolt](/wiki/bolt_new), and [Cursor](/wiki/cursor), which target overlapping audiences of developers and non-developers building applications from natural-language prompts [29].

## What criticisms has Vercel faced?

Vercel's growth has not been without controversy. Recurring areas of criticism include:

- **Bandwidth and usage pricing**. Several developers have publicly reported large unexpected bills after their Hobby or Pro projects went viral, prompting industry discussion about how usage-based pricing should be capped and surfaced. In response Vercel has revised its pricing model multiple times since 2023, introducing more granular metering and spending limits [16].
- **Vendor lock-in concerns**. As Next.js has added features such as Incremental Static Regeneration, the App Router, server actions, and partial prerendering, some critics have argued that the framework increasingly assumes a Vercel-style runtime. Self-hosting Next.js at parity with Vercel's managed offering remains possible but requires non-trivial infrastructure work, and not every feature reaches feature-parity on third-party hosts.
- **Open-source governance**. Because Vercel employs almost all of the core Next.js maintainers and controls the release process, governance discussions periodically resurface. The acquisition of NuxtLabs in 2025 extended this dynamic to a second major framework, prompting renewed discussion about how much of the open-source frontend ecosystem a single company should steward. Vercel has responded by publishing public roadmaps, expanding the RFC process, and emphasizing that the core frameworks remain permissively licensed [33].
- **Marketing of AI features**. v0 and the AI SDK have at times been described by skeptics as overpromising the maturity of generative UI tools, especially for production-grade applications, although both products have improved substantially since their initial releases.

### April 2026 security incident

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].

## What is Vercel's recent direction?

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].

### 2025-2026 developments

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](/wiki/stripe), as chief operating officer [22]. In April 2026, on the company's tenth anniversary, founder and chief executive [Guillermo Rauch](/wiki/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](/wiki/guillermo_rauch); chief operating officer Jeanne Grosser; [Lee Robinson](/wiki/lee_robinson), a longtime developer-experience and developer-relations leader; [Tim Neutkens](/wiki/tim_neutkens), the technical lead of Next.js; and [Jared Palmer](/wiki/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.

## See also

- [Next.js](/wiki/nextjs)
- [React](/wiki/react)
- [Vercel AI SDK](/wiki/vercel_ai_sdk)
- [v0](/wiki/vercel_v0)
- [Turbopack](/wiki/turbopack)
- [Turborepo](/wiki/turborepo)
- [SWR](/wiki/swr)
- [Tremor](/wiki/tremor)
- [Netlify](/wiki/netlify)
- [Cloudflare Pages](/wiki/cloudflare_pages)
- [AWS Amplify](/wiki/aws_amplify)
- [Edge computing](/wiki/edge_computing)
- [Serverless computing](/wiki/serverless)

## References

1. Vercel. "From ZEIT to Vercel, and our $21M Series A." Vercel Blog, April 21, 2020. https://vercel.com/blog/zeit-is-now-vercel
2. Vercel. "Next.js: A complete React framework." Vercel. https://vercel.com/solutions/nextjs
3. TechCrunch. "Vercel raises $250M Series E at a $3.25B valuation." TechCrunch, May 16, 2024. https://techcrunch.com/2024/05/16/vercel-raises-250m-from-accel-pushing-valuation-to-3-25-billion/
4. Vercel. "Vercel raises $250M Series E to accelerate AI cloud development." Vercel Blog, May 16, 2024. https://vercel.com/blog/vercel-raises-250m-series-e
5. Next.js. "Showcase: production sites built with Next.js." https://nextjs.org/showcase
6. Vercel. "Customers." https://vercel.com/customers
7. Wikipedia. "Guillermo Rauch." https://en.wikipedia.org/wiki/Guillermo_Rauch
8. Wikipedia. "Next.js." https://en.wikipedia.org/wiki/Next.js
9. TechCrunch. "Vercel raises $40M Series B led by GV." TechCrunch, December 21, 2020. https://techcrunch.com/2020/12/21/vercel-raises-40m-series-b/
10. TechCrunch. "Vercel raises $102M Series C, hits unicorn status." TechCrunch, June 23, 2021. https://techcrunch.com/2021/06/23/vercel-raises-102m-as-its-jamstack-platform-hits-unicorn-status/
11. TechCrunch. "Vercel reaches $2.5B valuation with $150M Series D." TechCrunch, November 23, 2021. https://techcrunch.com/2021/11/23/vercel-raises-150m-at-a-2-5b-valuation-as-the-jamstack-takes-center-stage/
12. Next.js. "Next.js 13." Vercel Blog, October 25, 2022. https://nextjs.org/blog/next-13
13. Vercel. "Vercel platform documentation." https://vercel.com/docs
14. Vercel. "Vercel AI SDK." https://sdk.vercel.ai/docs
15. Vercel. "Introducing v0: generative UI." Vercel Blog, October 2023. https://vercel.com/blog/announcing-v0-generative-ui
16. The Register. "Pricing changes and open-source debates around Next.js and Vercel." Various coverage, 2023 to 2024. https://www.theregister.com/
17. Vercel. "Vercel acquires Tremor." Vercel Blog, April 2024. https://vercel.com/blog/vercel-acquires-tremor
18. Vercel. "Vercel acquires Splitbee." Vercel Blog, June 2023. https://vercel.com/blog/vercel-acquires-splitbee
19. Vercel. "Vercel acquires Turborepo." Vercel Blog, December 2021. https://vercel.com/blog/vercel-acquires-turborepo
20. Wikipedia. "Vercel." https://en.wikipedia.org/wiki/Vercel
21. Yahoo Finance / Business Wire. "Vercel Closes Series F at $9.3B Valuation to Scale the AI Cloud." September 30, 2025. https://finance.yahoo.com/news/vercel-closes-series-f-9-150000846.html
22. Vercel. "Towards the AI Cloud: Our Series F." Vercel Blog, September 30, 2025. https://vercel.com/blog/series-f
23. SiliconANGLE. "Vercel grabs $300M in late-stage funding to fuel its AI pivot." September 30, 2025. https://siliconangle.com/2025/09/30/vercel-grabs-300m-late-stage-funding-fuel-ai-pivot/
24. Next.js. "Next.js 16." Vercel Blog, October 21, 2025. https://nextjs.org/blog/next-16
25. Vercel. "Fluid compute: How we built serverless servers." Vercel Blog, 2025. https://vercel.com/blog/fluid-how-we-built-serverless-servers
26. Vercel. "Introducing Active CPU pricing for Fluid compute." Vercel Blog, June 25, 2025. https://vercel.com/blog/introducing-active-cpu-pricing-for-fluid-compute
27. Vercel. "AI SDK 5." Vercel Blog, July 31, 2025. https://vercel.com/blog/ai-sdk-5
28. InfoQ. "Vercel Ship AI 2025 Key Announcements and Technical Updates." October 2025. https://www.infoq.com/news/2025/10/vercel-ship-ai/
29. Vercel. "Introducing the new v0." Vercel Blog, February 3, 2026. https://vercel.com/blog/introducing-the-new-v0
30. Vercel. "AI Gateway: Production-ready reliability for your AI apps." Vercel Blog, August 2025. https://vercel.com/blog/ai-gateway-is-now-generally-available
31. InfoQ. "Vercel Introduces AI Gateway for Multi-Model Integration." September 2025. https://www.infoq.com/news/2025/09/vercel-ai-gateway/
32. Vercel. "Vercel Ship AI 2025 recap." Vercel Blog, October 27, 2025. https://vercel.com/blog/ship-ai-2025-recap
33. The New Stack. "Creators of Nuxt.js and Nitro Join Vercel." July 8, 2025. https://thenewstack.io/creators-of-nuxt-js-and-nitro-join-vercel/
34. Vercel. "Security incident disclosure." April 2026, as reported by industry coverage. https://vercel.com/changelog
35. TechCrunch. "Vercel CEO Guillermo Rauch signals IPO readiness as AI agents fuel revenue surge." April 13, 2026. https://techcrunch.com/2026/04/13/vercel-ceo-guillermo-rauch-signals-ipo-readiness-as-ai-agents-fuel-revenue-surge/
36. Sacra. "Vercel revenue, valuation and funding." 2026. https://sacra.com/c/vercel/

