Skip to content

Commit 4e4cd29

Browse files
authored
feat: add "3 Years of OpenNext" blog post, update homepage overview (#214)
1 parent 6f678d4 commit 4e4cd29

File tree

8 files changed

+124
-16
lines changed

8 files changed

+124
-16
lines changed

pages/_meta.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
"index": "Overview",
33
"aws": "AWS",
44
"cloudflare": "Cloudflare",
5-
"netlify": "Netlify"
5+
"netlify": "Netlify",
6+
"---": {
7+
"type": "separator"
8+
},
9+
"news": {
10+
"title": "News",
11+
"theme": {
12+
"collapsed": false
13+
}
14+
}
615
}

pages/aws/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ We need your help keeping it up to date and feature complete. Make sure to [**jo
2828

2929
---
3030

31-
OpenNext aims to support all Next.js 15 features. Some features are work in progress. Please open a [new issue](https://github.com/opennextjs/opennextjs-aws/issues/new) to let us know!
31+
OpenNext aims to support all Next.js 15 features and is widely deployed in production across multiple platforms.
32+
33+
[NHS England](https://github.com/nhs-england-tools/terraform-aws-opennext), [Udacity](https://engineering.udacity.com/deploying-next-js-on-the-edge-with-sst-is-sst-the-game-changer-its-claimed-to-be-1f05a0abc27c), [Gymshark UK](https://uk.gymshark.com), [SST](https://sst.dev), [Cloudflare](https://www.cloudflare.com)
34+
35+
Some features are work in progress. Please open a [new issue](https://github.com/opennextjs/opennextjs-aws/issues/new) to let us know!
3236

3337
- [x] App & Pages Router
3438
- [x] API routes

pages/index.mdx

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,22 @@ import { SITE } from "../config";
22

33
# OpenNext
44

5-
Next.js, unlike Remix, Astro, or the other modern frontends, doesn't have a way to self-host across different platforms. You can run it as a Node.js application, but this doesn't work the same way as it does on Vercel.
5+
OpenNext started in 2023 as an open-source initiative to make Next.js truly portable — deployable on any platform, not just Vercel. What began as a serverless adapter for AWS Lambda by the [SST](https://sst.dev) community has grown into a multi-platform effort backed by [Cloudflare](https://developers.cloudflare.com/), [Netlify](https://www.netlify.com/), and a broader community of contributors.
66

7-
---
7+
## Where we are today
88

9-
There have been several attempts to fix this over the years, broadly falling into two categories: open source framework specific implementations, or closed source product specific implementations.
9+
In collaboration with Vercel, OpenNext helped establish the Deployment Adapters Working Group, alongside Cloudflare, Netlify, Google, AWS Amplify, and others, to design a standard [Deployment Adapters API](https://nextjs.org/docs/app/api-reference/config/next-config-js/adapterPath) for Next.js. That API is now **stable in Next.js 16.2**, meaning platforms no longer need to reverse-engineer the build output.
1010

11-
These can be really hard to maintain separately because Next.js is constantly being updated.
11+
New adapters for AWS, Cloudflare, and Netlify are in active development, built on this official API. [Read the full story →](/news/2026-03-25-3-years-of-opennext).
1212

13-
OpenNext is an initiative to bring all these efforts together.
13+
As of March 2026, OpenNext members are now part of the [Next.js Ecosystem Working Group](https://nextjs.org/ecosystem-working-group), where they continue to collaborate with the Next.js team and other partners.
1414

15-
---
16-
17-
OpenNext is currently backed by:
15+
## Adapters
1816

1917
1. [SST](https://sst.dev) community, maintains the [AWS](aws) adapter
2018
2. [Cloudflare](https://developers.cloudflare.com/) team, maintains the [Cloudflare](cloudflare) adapter
2119
3. [Netlify](https://www.netlify.com/) team, maintains the [Netlify](netlify) adapter
2220

23-
If you'd like to join the effort, connect with us on [Discord](https://discord.gg/opennextjs).
24-
25-
---
21+
## Get involved
2622

27-
OpenNext aims to support all Next.js features and is widely deployed in production across multiple platforms.
28-
29-
[NHS England](https://github.com/nhs-england-tools/terraform-aws-opennext), [Udacity](https://engineering.udacity.com/deploying-next-js-on-the-edge-with-sst-is-sst-the-game-changer-its-claimed-to-be-1f05a0abc27c), [Gymshark UK](https://uk.gymshark.com), [SST](https://sst.dev), [Cloudflare](https://www.cloudflare.com)
23+
If you'd like to join the effort, connect with us on [Discord](https://discord.gg/opennextjs).
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
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.
3+
---
4+
5+
import { Callout } from "nextra/components";
6+
7+
import styles from "../../styles/News.module.css";
8+
9+
# 3 Years of OpenNext
10+
11+
<time dateTime="2026-03-25" className={styles.date}>
12+
March 25, 2026
13+
</time>
14+
15+
## Origin of OpenNext
16+
17+
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.
18+
19+
## OpenNext V3 and Community Expansion
20+
21+
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.
22+
23+
## Collaboration with Vercel
24+
25+
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).
26+
27+
## The Adapters API: Building the Future
28+
29+
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.
30+
31+
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.
32+
33+
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.
34+
35+
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).
36+
37+
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.
38+
39+
<Callout>
40+
Don't worry, the current OpenNext adapters are not going anywhere. They will still be supported and
41+
maintained by the OpenNext community. In the case of Netlify, transition to the new adapter will be seamless
42+
for users.
43+
</Callout>
44+
45+
## What's Next?
46+
47+
![Vertical timeline diagram showing the OpenNext and Next.js Adapter API roadmap from April 2023 to a future endpoint. A blue progress line marks completed milestones: SST ships OpenNext 1.0 for serverless self-hosting in April 2023; OpenNext expands as Netlify and Cloudflare join in October 2024; collaboration begins on an Adapter API spec in December 2024; the first Adapter API RFC draft is published in March 2025; and the Adapter API alpha lands in next@16 in October 2025, marked with a pulsing ring. Two milestones are labeled "TODAY": the Adapter API going stable in next@16.2 in March 2026, and portability being achieved with full fidelity specs for all features. Future milestones in gray show GA adapters for Netlify, Cloudflare, and AWS targeted for 2026; a level playing field where Working Group member platforms have information and time to support changes; and finally, "OpenNext disbands?" as the aspirational endpoint.](/opennext-timeline-202603.png)
48+
49+
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.
50+
51+
The aims of OpenNext may evolve in the near future as we explore this new terrain together. Stay tuned.
52+
53+
The future of Next.js is not just open, it's everywhere.
54+
55+
## Read more
56+
57+
Next.js, OpenNext, Netlify, and Google Firebase have published simultaneous companion posts:
58+
59+
- 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)
60+
- 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)
61+
- Read about the Google Cloud perspective in the [Firebase blog post](https://firebase.blog/posts/2026/03/nextjs-adapters)

pages/news/_meta.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"index": "All Posts",
3+
"2026-03-25-3-years-of-opennext": "3 Years of OpenNext"
4+
}

pages/news/index.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
description: Latest news and updates from the OpenNext project.
3+
---
4+
5+
# News
6+
7+
Updates and announcements from the OpenNext community.
8+
9+
---
10+
11+
- [**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.
97.7 KB
Loading

styles/News.module.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.date {
2+
display: block;
3+
color: var(--shiki-token-comment, #6b7280);
4+
font-size: 0.875rem;
5+
margin-top: -0.5rem;
6+
margin-bottom: 1.5rem;
7+
}
8+
9+
.figure {
10+
margin: 2rem 0;
11+
}
12+
13+
.figure img {
14+
display: block;
15+
width: 100%;
16+
border-radius: 0.5rem;
17+
border: 1px solid rgba(128, 128, 128, 0.2);
18+
}
19+
20+
.figure figcaption {
21+
margin-top: 0.5rem;
22+
font-size: 0.875rem;
23+
color: var(--shiki-token-comment, #6b7280);
24+
text-align: center;
25+
}

0 commit comments

Comments
 (0)