Vercel ship 2025: the good bits
Duration: 5:36
Another year, another set of features we are rapidly trying to keep up-to-date with. Vercel Ship 2025 is here, and there's a whole bunch of goodies that dropped that we specifically care about.
Loading video player...
Frequently asked questions
What was announced at Vercel Ship 2025?
The standout launches were BotID (a reCAPTCHA alternative), Vercel AI Gateway (one endpoint for many AI models), on-demand concurrent builds (up to 32 in parallel), rolling releases, an upgraded Firewall, the Vercel Agent for incident debugging, and microfrontend support. The shape is consistent: most of these features remove a workflow tax rather than adding a new product.
What is Vercel AI Gateway?
Vercel AI Gateway is a single endpoint that proxies requests to any AI model or provider. Switching from OpenAI to Anthropic to Gemini becomes a one-line change instead of swapping API keys, retrofitting auth, and rewriting client code. It pairs with the AI SDK, which already powers a lot of production AI apps, and is mostly aimed at teams that wrap LLMs in their own products.
What is Vercel BotID?
BotID is Vercel's bot detection product. You call `checkBotId()` from a route or function, and if the request is a bot you deny it. There's no captcha, no "click all the crosswalks" puzzle, just a yes/no decision the platform makes for you. It can sit on any route, not just forms, which is what makes it more flexible than something like reCAPTCHA.
Is BotID a reCAPTCHA alternative?
Yes. BotID is positioned as a reCAPTCHA replacement. The selling point is the user experience: reCAPTCHA's puzzles cause real form drop-off, and BotID handles bot detection silently in the background instead. Because it's part of Vercel's platform, it can run on any route or function rather than only on forms.
What are Vercel concurrent builds?
Concurrent builds let multiple deployments build at the same time instead of queueing. Push a fix on top of a still-building deploy and it runs in parallel rather than waiting another three minutes. They're on-demand and scale up to 32 simultaneous builds, so you only pay for the parallelism you actually use.
What are Vercel rolling releases?
Rolling releases gradually expose a new deployment to a percentage of traffic instead of flipping it to 100% in one go. If you ship a regression and performance tanks, you catch it at maybe 5% of traffic and roll back before it hits everyone. It's mainly aimed at large-scale production apps where a bad deploy is genuinely expensive.
What is Vercel Agent?
Vercel Agent is an LLM-powered debugger built into the Vercel dashboard. You select a chunk of logs or traffic, ask what's going wrong and how to prevent it, and the agent walks you through diagnosis and fixes. It pairs especially well with the Firewall, since most of the "what is this attack pattern" grunt work moves off your plate.
How does the Vercel Firewall work?
The Firewall ships native DDoS protection and challenge-based filtering on top of every Vercel project. It runs continuously in the background, blocks bad traffic without manual rules in the common case, and surfaces challenges in the dashboard. The Vercel Ship 2025 update tightened the integration with BotID and Vercel Agent so investigation and response are mostly hands-off.
Continue watching

1239
9:08Your first AI agent
Looking to build your first AI agent workflow? We share the stack that powers our current lead enrichment, and the open source Lead Agent repo from Vercel. Go build it, or ask us to build it for you.
Watch video

2527
10:13What features should a headless CMS have in 2026
What we would look for in a headless CMS in 2026
Watch video

12212
7:22The difference between a code-based and GUI-based CMS
Code based (Sanity CMS) and GUI based (Dato CMS) and how they work and the differences and nuances of using them. Get in touch below, bring your hardball questions.
Watch video
Get in touch
Fill out the form below and we'll get back to you