Next.js 16.2 Adapters Are Here: Deploy Anywhere and Let Hosting Providers Compete on Real Value
The new stable Adapter API levels the playing field for hosting Next.js apps on AWS, Azure, Netlify, Cloudflare, and beyond.


If you haven't heard the news yet, Next.js 16.2 just dropped something massive: a stable Adapter API that fundamentally changes where and how you can host your Next.js applications. And I'm genuinely excited about what this means for our customers, our community, and the web development ecosystem as a whole.
What Just Happened?
For years, deploying a Next.js app outside of Vercel has been... let's call it "an adventure." Different hosting platforms supported different subsets of Next.js features. On-demand cache revalidation might work on one platform but not another. Streaming behavior was inconsistent. Partial Prerendering? Good luck getting that working everywhere. And even when a feature was implemented on a given host, the quality of that implementation varied wildly.
The core problem was this: there was no official, stable contract that hosting providers could build against. Every platform was reverse-engineering the Next.js build output and hoping things wouldn't break on the next release. Netlify led the charge with this (we host THIS site on Netlify and our docs site on Vercel, FYI).
Next.js 16.2 fixes this with a proper, typed, versioned Adapter API. On build, Next.js now produces a structured description of your entire application: routes, prerenders, static assets, runtime targets, dependencies, caching rules, and routing decisions. Hosting providers consume this output through two hooks (modifyConfig and onBuildComplete) and map it onto their own infrastructure.
The best part? Vercel's own adapter uses this exact same public contract. No private hooks. No special integration paths. Their adapter is open source, sitting right alongside everyone else's.
Why This Matters for the CMS Community
If you're running a headless CMS like Agility CMS with a Next.js frontend, this is directly relevant to you. Your choice of hosting platform should be based on what delivers the best performance, security, and developer experience for your project, not on which platform happens to support the specific Next.js features you need.
Think about what on-demand revalidation means for a CMS-powered site. When a content editor publishes a change, you want that change reflected on the live site immediately, without rebuilding the entire application. Until now, the reliability of that feature depended heavily on your hosting choice. With a shared adapter contract and a shared test suite, every platform that passes the tests delivers the same correctness guarantees.
This also means our customers are no longer locked in. If you're on AWS today and want to move to Cloudflare tomorrow, the migration path just got dramatically simpler. Your Next.js app describes itself through the adapter interface, and each platform knows how to consume that description.
OpenNext: From Workaround to Official Standard
One thing I especially love about this story is the role of OpenNext. This project started as a community-driven effort to make Next.js deployable on platforms beyond Vercel. It translated Next.js build output into something other providers could actually consume.
What could have remained an unofficial, external workaround has instead been brought into the fold. The Next.js team collaborated directly with OpenNext maintainers, along with engineers from Netlify, Cloudflare, AWS Amplify, and Google Cloud, to design the official Adapter API. An RFC was published, a working group was formed, and the result is a standard that the entire ecosystem helped shape.
This is how open source should work. A community identifies a gap, builds a bridge, and the framework maintainers recognize the value and formalize it. OpenNext's Dorseuil Nicolas put it well: the collaboration transformed a community-driven workaround into an official standard, proving that the future of web frameworks is built on openness and shared innovation.
The Shared Test Suite (GAME CHANGER)
Beyond the adapter interface itself, there's a shared test suite that every adapter can run against. It covers streaming behavior, caching interactions, client navigation, and real-world edge cases. This is the same test suite Vercel uses for its own adapter.
Why does this matter? Because it turns "does Platform X support Feature Y?" from a guessing game into a measurable, verifiable answer. To become a "verified adapter" (hosted under the Next.js GitHub organization), an adapter must be open source and pass the full test suite. This creates a clear quality bar that benefits everyone.
Right now, verified adapters exist for Vercel and Bun, with adapters for Netlify, Cloudflare, and AWS (through OpenNext) in active development and expected later this year.
What I Want to See Next
Here's where my excitement really kicks in. With a level playing field established, hosting providers now have to compete on the things that actually matter:
- Proxy/Middleware at the Edge: Does the proxy.tx file run on the EDGE network for your hosting provider or just at the origin?
- Performance: How fast are your cold starts? What's your edge network latency? How well do you handle traffic spikes? How well does caching work?
- Security: What WAF/BOT/DDoS protection do you offer? How do you handle TLS/SSL, rules, and access controls?
- Developer Experience: How easy is it to set up? How good are your logs and debugging tools? How does your CI/CD pipeline integrate?
- Monitoring: What does your monitoring look like? How do you handle rollbacks? What's your uptime SLA?
- Cost: With feature parity established, pricing becomes a much more straightforward comparison.
This is healthy competition, and it's the kind of competition that makes every platform better. When providers can't differentiate on "we support more Next.js features," they have to differentiate on genuine infrastructure value. That's a win for developers and for the businesses that depend on their websites.
The Ecosystem Working Group
The Next.js team is also establishing an Ecosystem Working Group, a standing forum between the Next.js team, hosting providers, and adapter maintainers. Meeting notes will be public. Breaking changes will come with lead time proportional to their scope.
This is a structural commitment to making sure providers don't get blindsided by releases. It's one thing to publish an API; it's another thing entirely to build a governance model around it. The fact that they're doing both signals that this isn't a one-time gesture but a long-term shift in how Next.js relates to the broader hosting ecosystem.
What This Means for Agility CMS Customers
For teams using Agility CMS with Next.js, this is great news on multiple fronts:
- No more platform lock-in: Pick the host that fits your infrastructure strategy, compliance requirements, or budget. Your Agility-powered Next.js site will work the same way everywhere.
- Reliable on-demand revalidation: Content updates from Agility CMS will propagate correctly regardless of where you're hosted, because the behavior is now defined by a shared contract.
- Future-proof architecture: As new Next.js features land (like Cache Components and Partial Prerendering improvements), the adapter contract ensures they'll be available across platforms, not just on Vercel.
We've always believed in giving our customers the freedom to build with the tools and infrastructure they prefer. The Next.js Adapter API aligns perfectly with that philosophy.
Looking Ahead
I'll be honest: I want to see how deep this rabbit hole goes. The Adapter API is the foundation, but the real story will unfold over the next year as more adapters reach verified status, as providers start competing on real infrastructure merits, and as the developer experience improves across the board.
If you want to dive deeper, here are the key resources:
- Next.js Across Platforms announcement
- Adapter API documentation
- OpenNext project
- Deploying to Platforms guide
- Ecosystem Working Group
This is a good day for the Next.js community. Let's see what happens when hosting providers start competing on real value.

About the Author
Joel is CTO at Agility. His first job, though, is as a father to 2 amazing humans.
Joining Agility in 2005, he has over 20 years of experience in software development and product management. He embraced cloud technology as a groundbreaking concept over a decade ago, and he continues to help customers adopt new technology with hybrid frameworks and the Jamstack. He holds a degree from The University of Guelph in English and Computer Science. He's led Agility CMS to many awards and accolades during his tenure such as being named the Best Cloud CMS by CMS Critic, as a leader on G2.com for Headless CMS, and a leader in Customer Experience on Gartner Peer Insights.
As CTO, Joel oversees the Product team, as well as working closely with the Growth and Customer Success teams. When he's not kicking butt with Agility, Joel coaches high-school football and directs musical theatre. Learn more about Joel HERE.


