Next.js just shipped an Adapter API, allowing you to deploy to any platform
All features supported on any infrastructure. Netlify, Cloudflare, AWS Amplify, and Google Cloud etc..
This is huge and I applaud the Next team for working on this
Adapters are now stable!
A typed versioned description of the built Next.js application that platforms can use to deploy Next.js.
We've also published how to run the Next.js test suite for platforms, allowing platforms teams to continuously run the latest Next.js test suite.
Next.js 16.2 introduces a stable Adapter API, built with Netlify, Cloudflare, OpenNext, AWS, and Google Cloud. But the API is only part of the story.
Next.js is used by millions of developers across every major cloud, and making it work well everywhere is on us. Here are our commitments.
https://t.co/ylGpJG3WpZ
Next.js 16.1
• Faster compilation in 𝚍𝚎𝚟 with file system caching
• New bundle analyzer for inspecting and optimizing your code
• Easier debugging with 𝚗𝚎𝚡𝚝 𝚍𝚎𝚟 --𝚒𝚗𝚜𝚙𝚎𝚌𝚝
https://t.co/DdR7Uqpnss
@gill_kyle@cnakazawa 👋I’m working with the Rspack team on the Next.js plugin. It’s still early days, but I’m wondering what broke for you. Did you follow the usage directions in the Readme?