Zero-configuration Flask backendsFlask, one of the most popular Python web application frameworks, can now be deployed instantly at Vercel with no configuration changes needed.Ricardo Gonzalez, Marcos Grappeggia
Expanded Role-Based Access Control (RBAC) for Enterprise teamsVercel’s Role-Based Access Control (RBAC) system now supports multiple roles per user and introduces extended permissions for finer-grained access control across Enterprise teams.+2Bel Curcio, Javier Bórquez, and 2 others
ChatGPT apps support on VercelUse the Apps SDK, Next.js, and mcp-handler to build and deploy ChatGPT apps on Vercel, complete with custom UI and app-specific functionality.Andrew Qu, Allen Zhou, and 1 other
Block Vercel deployment promotions with GitHub ActionsYou can now automatically block a deployment from releasing to production until selected GitHub Actions complete successfully.+5Tom Knickman, Cody Wong, and 5 others
New Domains Registrar API for domain search, pricing, purchase, and managementVercel Domains Registrar APIs let you search TLDs, fetch pricing, check availability, purchase or renew domains, manage nameservers, and handle transfers.+4Elliot Dauber, Dillon Mulroy, and 4 others
Anomaly alerts now available via emailSubscribe to receive alerts by email when anomalous spikes in usage or HTTP 500 errors occur on your Vercel projects.+2Fabio Benedetti, Timo Lins, and 2 others
Improved CLI experience when linking and creating environment variables The Vercel CLI 49.0.0 introduces standardized ls error handling along with improved project linking, environment variable syncing, and more reliable --repo behavior.+2Cody Wong, Austin Merrick, and 2 others
Python package manager uv is now available for builds with zero configurationVercel now uses uv, a fast Python package manager written in Rust, as the default package manager during the installation step for all Python builds.Ricardo Gonzalez, Luke Phillips-Sheard