Next.js 16.2 ships stable Adapter API for all platforms

Next.js 16.2 ships a stable Adapter API co-built with OpenNext, Netlify, and Cloudflare. The typed build contract lets any platform target full framework fidelity using the same public hooks Vercel uses. Stop reverse-engineering build output.
Why it matters
If you run Next.js anywhere except Vercel, you have likely spent engineering hours reverse-engineering build output to make caching, revalidation, and streaming work correctly across multiple server instances. These are functional requirements, not optional optimizations, yet the framework never offered a stable public contract for platforms to target. That meant every provider had to maintain fragile compatibility layers that broke on minor releases. The new Adapter API ends that instability by treating Next.js build output as a first-class, versioned interface that any platform can consume.
What changed
Next.js 16.2 introduces a stable Adapter API with two hooks: modifyConfig runs when configuration loads, and onBuildComplete receives the full typed output. This output includes routes, prerenders, static assets, runtime targets, dependencies, caching rules, and routing decisions. Breaking changes now require a new major version of Next.js, giving adapter authors predictable upgrade cycles. Vercel's own adapter uses this exact same public contract with no private hooks, and it is open source. The project also formed an Ecosystem Working Group with OpenNext, Netlify, Cloudflare, AWS Amplify, and Google Cloud to coordinate changes. A shared test suite covering streaming behavior, caching interactions, client navigation, and edge cases is now available for all adapter authors, including the same suite Vercel uses internally. Verified community-owned adapters will live under the Next.js organization.
What to watch
If you deploy on Netlify, Cloudflare, AWS, or Google Cloud, expect your provider's adapter to mature rapidly now that there is an upstream contract to target. If you maintain internal deployment tooling, evaluate whether you can replace custom build parsing with the new Adapter API. The documentation now includes new guides on Rendering Philosophy, platform feature matrices, PPR platform behavior, revalidation mechanics, and CDN caching, which are worth reviewing before your next architecture review. Also monitor the working group for new verified adapters if you are on a smaller platform.
Interview question
What is the significance of Vercel using the same public Adapter API contract as third-party platforms?
- a.Third-party platforms can achieve full framework fidelity without relying on reverse-engineered internals.Correct
- b.All platforms are required to use an identical runtime configuration generated by modifyConfig.
- c.Vercel must submit adapter changes to the Ecosystem Working Group before deployment.
- d.Vercel has open-sourced its adapter so platforms can replicate previously private build logic.
Why? this is the answer
The correct answer is B because the card emphasizes that the public contract allows any platform to target the same framework fidelity as Vercel without reverse-engineering build output. Option D is tempting because Vercel did open-source its adapter, but the card explicitly states there are no private hooks, so there was no secret build logic to replicate.
Just read this? Test yourself on what you have been reading.
Read the original → nextjs.org
- #nextjs
- #deployment
- #adapters
- #opennext
- #infrastructure
You just looked this up. Could you explain it out loud?
That is the part interviews actually test. Tezvyn takes questions like this one and gives you what the interviewer is really checking, the answer that lands, and the mistake that ends the conversation, in the four minutes before your next meeting.
The iPhone app is on the way
We are building it. Until it lands, nothing here is held back from you: every interview card, your saved cards, streaks and the job board all work in Safari, plus hundreds of free practice quizzes of thirty questions each. Sign in and it all carries over to the app the day it arrives.
Want it as an icon? Tap Share at the bottom of Safari, then Add to Home Screen. It opens full screen and the cards you have read stay available offline.
We are hiring for this. Open roles that interview on nextjs — each one lists the topics its interview covers.
See open roles