Faster time-to-start for v0 buildsPublishing v0 apps on Vercel got 1.1 seconds faster on average due to some optimizations on sending source files during deployment creation.Marc Codina Segura, Dimitri Mitropoulos, and 1 other
Deployment-level configuration for Fluid computeYou can now enable Fluid Compute on a per-deployment basis. By setting "fluid": true in your vercel.jsonFlorentin Eckl, Tom Lienard
Stripe is now available in beta on the Vercel Marketplacestripe claimable sandbox available on vercel marketplace and v0. You can test your flow fully in test mode and go claim it when ready to go liveDima Voytenko, Hedi Zandi
View & query bot verification data in Vercel ObservabilityAnalyze traffic to your Vercel projects by bot name, bot category, and bot verification status in Vercel Observability+3Casey Gowrie, Sage Abraham, and 3 others
Node.js Vercel Functions now support per-path request cancellation Vercel Functions using Node.js can now detect when a request is cancelled and stop execution before completion. This includes actions like navigating away, closing a tab, or hitting stop on an AI chat to terminate compute processing early.Craig AndrewsSoftware Engineer, Infrastructure
Vercel Domains overhauled with instant search and at-cost pricingWe rebuilt the Vercel Domains experience to make search and checkout significantly faster and more reliable.+4Dillon Mulroy, Rhys Sullivan, and 4 others
Zero-configuration FastAPI backendsFastAPI, a modern, high-performance, web framework for building APIs with Python based on standard Python type hints, is now supported with zero-configuration.Ricardo GonzalezSoftware Engineer
Request collapsing for ISR cache missesVercel now does regional request collapsing on cache miss for Incremental Static Regeneration (ISR).Sachin RajaSoftware Engineering Intern