Getting started

OpenNext allows you to deploy your Next.js apps using a growing list of frameworks.

SST

The easiest way to deploy OpenNext to AWS is with SST (opens in a new tab). This is maintained by the OpenNext team and only requires three simple steps:

  1. Run npx create-sst@latest in your Next.js app
  2. Run npm install
  3. Deploy to AWS npx sst deploy

For more information, check out the SST docs: https://docs.sst.dev/start/nextjs (opens in a new tab)

Ion

You can also deploy OpenNext to AWS using Ion (opens in a new tab).

Check out the Ion Docs (opens in a new tab)

Other Frameworks

The OpenNext community has contributed deployment options for a few other frameworks.

To use these, you'll need to run the following inside your Next.js app.

$ npx open-next@latest build

If you are using OpenNext to deploy using a framework that is not listed here, please let us know so we can add it to the list.