The Next JS Blueprint will build and deploy your Next JS project to your AWS account. Server side routes will be hosted on AWS Lambda + API Gateway, static asset routes will be hosted in S3. All of this will sit behind a cloudfront distribution for speed.Documentation Index
Fetch the complete documentation index at: https://docs.deplify.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
Deploying your Next Js project is easy, just follow the steps below.Enable Standalone mode in your next.config.js file
This is required. More on standalone mode here.
Create a Next JS stack in Deplify
- Hit the
Add a Stackbutton in the environment view. - Choose the
Next JSblueprint. - Build settings are entered by default, optionally make changes if you need them.
- Click
Create Stack