2.3.9 • Published 16 days ago

open-next v2.3.9

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

OpenNext takes the Next.js build output and converts it into a package that can be deployed to any functions as a service platform.

Features

OpenNext aims to support all Next.js 13 features. Some features are work in progress. Please open a new issue to let us know!

  • App & Pages Router
  • API routes
  • Dynamic routes
  • Static site generation (SSG)
  • Server-side rendering (SSR)
  • Incremental static regeneration (ISR)
  • Middleware
  • Image optimization
  • NextAuth.js
  • Running at edge
  • No cold start

Who is using OpenNext?

Gymshark UK, Udacity, TUDN, NHS England

Example

In the example folder, you can find a Next.js benchmark app. It contains a variety of pages that each test a single Next.js feature. The app is deployed to both Vercel and AWS using SST.

AWS link: https://d1gwt3w78t4dm3.cloudfront.net

Vercel link: https://open-next.vercel.app

Configuration

Environment variables

  • AWS_SDK_DYNAMODB_MAX_ATTEMPTS: The maximum number of times requests that encounter retryable failures should be attempted for DynamoDB. Defaults to 3.
  • AWS_SDK_S3_MAX_ATTEMPTS: The maximum number of times requests that encounter retryable failures should be attempted for S3. Defaults to 3.
  • DYNAMO_BATCH_WRITE_COMMAND_CONCURRENCY: The number of concurrent batch write commands to DynamoDB. Defaults to 4 in an effort to leave plenty of DynamoDB write request capacity for the production load.

Contribute

To run OpenNext locally:

  1. Clone this repository.
  2. Build open-next:
    cd open-next
    pnpm build
  3. Run open-next in watch mode:
    pnpm dev
  4. Now, you can make changes in open-next and build your Next.js app to test the changes.
    cd path/to/my/nextjs/app
    path/to/open-next/packages/open-next/dist/index.js build

Acknowledgements

We are grateful for the projects that inspired OpenNext and the amazing tools and libraries developed by the community:

Special shoutout to @khuezy and @conico974 for their outstanding contributions to the project.


Maintained by SST. Join our community: Discord | YouTube | Twitter

3.0.0-rc.16

16 days ago

3.0.0-rc.15

22 days ago

3.0.0-rc.14

23 days ago

3.0.0-rc.13

30 days ago

2.3.9

1 month ago

3.0.0-rc.12

1 month ago

3.0.0-rc.11

1 month ago

2.3.8

1 month ago

3.0.0-rc.10

1 month ago

3.0.0-rc.9

1 month ago

3.0.0-rc.8

2 months ago

3.0.0-rc.7

2 months ago

2.3.7

2 months ago

3.0.0-rc.6

2 months ago

3.0.0-rc.5

3 months ago

2.3.6

3 months ago

3.0.0-rc.4

3 months ago

2.3.5

3 months ago

3.0.0-rc.3

3 months ago

2.3.4

4 months ago

3.0.0-rc.2

5 months ago

3.0.0-rc.1

5 months ago

3.0.0-alpha.1

6 months ago

3.0.0-alpha.2

5 months ago

2.3.0

6 months ago

2.3.2

6 months ago

2.3.1

6 months ago

2.3.3

5 months ago

2.2.1

7 months ago

2.2.0

7 months ago

2.2.3

7 months ago

2.2.2

7 months ago

2.2.4

7 months ago

0.0.0-tags-13.5

7 months ago

2.2.0-rc.0

7 months ago

2.2.0-rc.1

7 months ago

0.0.0-bloat.4

6 months ago

0.0.0-bloat.3

6 months ago

0.0.0-bloat.6

6 months ago

0.0.0-bloat.5

6 months ago

0.0.0-bloat.2

6 months ago

0.0.0-bloat.1

6 months ago

0.0.0-tags-13.5-2

7 months ago

2.2.2-rc.2

7 months ago

0.0.0-streaming

8 months ago

0.0.0-streaming.8

8 months ago

0.0.0-streaming.7

8 months ago

0.0.0-streaming.6

8 months ago

0.0.0-streaming.5

8 months ago

0.0.0-streaming.4

8 months ago

0.0.0-streaming.3

8 months ago

0.0.0-streaming.2

8 months ago

0.0.0-windows.env2

8 months ago

2.1.2

8 months ago

2.1.1

8 months ago

2.1.4

8 months ago

2.1.3

8 months ago

2.1.5

8 months ago

0.0.0-tags.20

8 months ago

2.1.0

8 months ago

0.0.0-windows.env

8 months ago

1.4.0

11 months ago

2.0.3

10 months ago

2.0.2

10 months ago

2.0.5

10 months ago

2.0.4

10 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.3.8

11 months ago

1.3.7

11 months ago

1.3.6

11 months ago

1.3.5

12 months ago

1.3.4

12 months ago

1.3.3

12 months ago

1.3.2

12 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.9.3

1 year ago

1.2.1

12 months ago

0.9.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.8.2

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago