1 min read
Vercel’s Build Output API is now generally available. This API allows any framework, including your own custom-built solution, to take advantage of Vercel’s infrastructure building blocks including Edge Middleware, Edge Functions, Incremental Static Regeneration, Image Optimization, and more.
This specification also allows us to introduce two new commands to Vercel CLI:
vercel build
: Build a project locally or in your own CI environmentvercel deploy --prebuilt
: Deploy a build output directly to Vercel without sending source code through Vercel's build system
Read more about the Build Output API announcement on the blog. For framework authors, explore the Build Output API examples.