Deploy any application as a set of powerful Vercel primitives. We believe the Web is an open platform for everyone, and strive to make Vercel accessible and available no matter how you choose to build for the Web. Today we’re introducing the Build Output API , a file-system-based specification that allows any framework to build for Vercel and take advantage of Vercel’s infrastructure building blocks like Edge Functions, Edge Middleware, Incremental Static Regeneration (ISR), Image Optimization, and more. This new specification also allows us to bring powerful capabilities to Vercel CLI including: vercel build : Build a project locally or in your own CI environment vercel deploy --prebuilt : Deploy a build output directly to Vercel, bypassing the Vercel build system Update to the latest version of Vercel CLI ( npm i -g vercel ) to try these out, and check out the documentation .…