-
Notifications
You must be signed in to change notification settings - Fork 54
feat: add "3 Years of OpenNext" blog post, update homepage overview #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| --- | ||
| description: From an AWS-focused serverless adapter to a universal Next.js portability initiative backed by Cloudflare, Netlify, and the broader community. Today, an important milestone in the OpenNext story was achieved. More still to come. | ||
| --- | ||
|
|
||
| import { Callout } from "nextra/components"; | ||
|
|
||
| import styles from "../../styles/News.module.css"; | ||
|
|
||
| # 3 Years of OpenNext | ||
|
|
||
| <time dateTime="2026-03-25" className={styles.date}> | ||
| March 25, 2026 | ||
| </time> | ||
|
|
||
| ## Origin of OpenNext | ||
|
|
||
| OpenNext began as a serverless adapter created by [SST](https://sst.dev) specifically for AWS Lambda, addressing the challenge of deploying Next.js applications on serverless platforms outside of Vercel's ecosystem. | ||
|
|
||
| ## OpenNext V3 and Community Expansion | ||
|
|
||
| The launch of [OpenNext V3 in May 2024](https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.0.0) marked a pivotal shift, transforming the project from an AWS-focused tool into a more universal solution for Next.js portability. This version opened the door for other platforms to build their own adapters on top of OpenNext, with Cloudflare notably leveraging OpenNext's AWS adapter as a foundation for their own implementation. The expansion of OpenNext into a multi-platform initiative backed by contributions from Cloudflare, Netlify, and the broader community demonstrated the power of open-source collaboration in overcoming technical silos and making Next.js as platform-agnostic as possible. | ||
|
|
||
| ## Collaboration with Vercel | ||
|
|
||
| What started as an independent open-source project was later joined by Netlify and Cloudflare. Soon after, we started communicating with Vercel via unofficial channels. This collaboration grew even further with the creation of the Deployment Adapters Working Group, with others such as Google and AWS Amplify joining in. This group, in collaboration with Vercel, helped design what is today the [Deployment Adapters API](https://nextjs.org/docs/app/api-reference/config/next-config-js/adapterPath). | ||
|
|
||
| ## The Adapters API: Building the Future | ||
|
|
||
| It all started with an RFC, shared privately in December 2024, and then [publicly in April 2025](https://github.com/vercel/next.js/discussions/77740). The RFC was met with a lot of positive feedback, and the Working Group was formed. | ||
|
|
||
| The Adapters API helps alleviate one of the biggest challenges OpenNext had to solve: the build output. The Adapters API allows us to avoid reverse-engineering features, as the build output now follows a clear contract that every platform can follow. | ||
|
|
||
| In Next.js 16 in October 2025, the Adapter API was released as an alpha. This was a major milestone, as it allowed us to start developing our new adapters in earnest. | ||
|
|
||
| And now, in March 2026, **the Adapter API is stable in Next.js 16.2.** [Read more about this incredible milestone in the official Next.js announcement](https://nextjs.org/blog/nextjs-across-platforms). | ||
|
|
||
| AWS and Cloudflare adapters are currently being built in a shared monorepo. The Netlify adapter is also in active development. We expect all three to be released by the end of 2026. | ||
|
|
||
| <Callout> | ||
| Don't worry, the current OpenNext adapters are not going anywhere. They will still be supported and | ||
| maintained by the OpenNext community. In the case of Netlify, transition to the new adapter will be seamless | ||
| for users. | ||
| </Callout> | ||
|
|
||
| ## What's Next? | ||
|
|
||
|  | ||
|
|
||
| Over the last three years, OpenNext has played a crucial role in pushing Next.js toward true portability. Now, the introduction of the Adapters API signals a new era. And [as announced today by the Next.js team](https://nextjs.org/blog/nextjs-across-platforms), OpenNext along with Netlify and Cloudflare are founding members of the new [Next.js Ecosystem Working Group](https://nextjs.org/ecosystem-working-group), along with Google, AWS Amplify, and others. This initiative and Vercel's associated commitments give us great confidence that Next.js will remain a flexible, open framework for years to come. For developers, this means more choices, fewer limitations, and a stronger, more inclusive web development community. | ||
|
|
||
| The aims of OpenNext may evolve in the near future as we explore this new terrain together. Stay tuned. | ||
|
|
||
| The future of Next.js is not just open, it's everywhere. | ||
|
|
||
| ## Read more | ||
|
|
||
| Next.js, OpenNext, Netlify, and Google Firebase have published simultaneous companion posts: | ||
|
|
||
| - Read about the stable Adapter API, verified adapters, and the new working group in the [Next.js blog post](https://nextjs.org/blog/nextjs-across-platforms) | ||
| - Read about remaining architectural challenges in the [Netlify blog post](https://www.netlify.com/blog/the-next-js-adapter-api-just-shipped-here-s-what-comes-next) | ||
| - Read about the Google Cloud perspective in the [Firebase blog post](https://firebase.blog/posts/2026/03/nextjs-adapters) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "index": "All Posts", | ||
| "2026-03-25-3-years-of-opennext": "3 Years of OpenNext" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| description: Latest news and updates from the OpenNext project. | ||
| --- | ||
|
|
||
| # News | ||
|
|
||
| Updates and announcements from the OpenNext community. | ||
|
|
||
| --- | ||
|
|
||
| - [**3 Years of OpenNext**](/news/2026-03-25-3-years-of-opennext) — _March 25, 2026_ — From an AWS-focused serverless adapter to a universal Next.js portability initiative backed by Cloudflare, Netlify, and the broader community. Today, an important milestone in the OpenNext story was achieved. And more still to come. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| .date { | ||
| display: block; | ||
| color: var(--shiki-token-comment, #6b7280); | ||
| font-size: 0.875rem; | ||
| margin-top: -0.5rem; | ||
| margin-bottom: 1.5rem; | ||
| } | ||
|
|
||
| .figure { | ||
| margin: 2rem 0; | ||
| } | ||
|
|
||
| .figure img { | ||
| display: block; | ||
| width: 100%; | ||
| border-radius: 0.5rem; | ||
| border: 1px solid rgba(128, 128, 128, 0.2); | ||
| } | ||
|
|
||
| .figure figcaption { | ||
| margin-top: 0.5rem; | ||
| font-size: 0.875rem; | ||
| color: var(--shiki-token-comment, #6b7280); | ||
| text-align: center; | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved this from the homepage as it seems to be pretty AWS specific? except for the Cloudflare link...? 🤷🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it's from the original docs.
Cloudflare uses this adapter and has contributed to the aws codebase, so I guess it make sense to add them