You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenNext takes the Next.js build output and converts it into packages that can be deployed across a variety of environments. Natively OpenNext has support for AWS Lambda, and classic Node.js Server.
23
23
24
24
## Features
25
25
26
-
OpenNext aims to support all Next.js 14 features. Some features are work in progress. If you are running into any problems make sure to check the [docs](https://opennext.js.org/aws) first before you open a [new issue](/issues/new) or visit our [Discord](https://discord.gg/AWyhAu8q) to let us know!
26
+
OpenNext aims to support all Next.js 14 features. Some features are work in progress. If you are running into any problems make sure to check the [docs](https://opennext.js.org/aws) first before you open a [new issue](/issues/new) or visit our [Discord](https://discord.gg/opennextjs) to let us know!
27
27
28
28
-[x] App & Pages Router
29
29
-[x] API routes
@@ -36,7 +36,7 @@ OpenNext aims to support all Next.js 14 features. Some features are work in prog
36
36
-[x] Image optimization
37
37
-[x][NextAuth.js](https://next-auth.js.org)
38
38
-[x] Running at edge
39
-
-[*][Almost no coldstart](#coldstart)
39
+
-[x][Almost no coldstart (*)](#coldstart)
40
40
41
41
## Who is using OpenNext?
42
42
@@ -104,4 +104,4 @@ Special shoutout to [@khuezy](https://github.com/khuezy) and [@conico974](https:
0 commit comments