Framework-defined infrastructure (FDI) allows developers to write code against framework conventions rather than platform-specific primitives, maintaining application portability across different cloud providers. By interpreting framework code and automatically provisioning infrastructure, platforms like Vercel enable developers to use standard development tools without vendor lock-in. Approximately 70% of Next.js applications run outside Vercel, demonstrating this portability in practice. The approach prioritizes open standards, with Next.js Build Adapters formalizing the framework-platform contract and making the same integration APIs available to all platform providers.

6m read timeFrom vercel.com
Post cover image
Table of contents
What vendor lock-in actually meansFramework-defined infrastructure means portable codeMost Next.js apps already run outside of VercelNext.js adapters formalize the framework-platform contractStandards first, portable alwaysWhy we build this way
4 Comments

Sort: