Production Next.js App hosting

Deploy Next.js apps on the best and most secure platform.

Enterprise grade deployment platform

Next.js cloud hosting service for hosting frontend applications. NodeChef takes care of installing dependiences, building and running your Next.js app. Just push or upload your code and that is it.

Deploy Next.js in seconds to NodeChef Cloud

Using Git

Connect your repository from GitHub, GitLab, or BitBucket and easily deploy a branch.

GitHub
BitBucket
logoCreated with Sketch. GitLab

Using CLI

Just one command to install the CLI and also one command to deploy your project folder.

npm install -g nodechef-cli
nodechef deploy -i myapp

Using Upload

Zip or Tar archive your project folder, log into the dashboard and select to upload your project.

Zip or Tar project
Dashboard upload

How to deploy your Next.js App.

Firstly, create a NodeChef account. After your account is created and you are logged in, On the dashboard click on Deployments, Create a new application without a database as this is just a frontend App.

Prepare your package.json file

Before deploying your Next.js app, insert the below script segment into your package.json

{ "scripts": { "dev": "next", "build": "next build", "start": "next start -p $PORT" } }

Deploy by uploading

After the App is created, You will be presented with the Deploy by Upload form. If you want to deploy by uploading your project folder, simply zip the contents of your folder and select as the platform to deploy. Select the zip or the tar archive file and then click on Deploy.

Deploy from your GitHub, Bitbucket or GitLab repository

If you want to deploy from GitHub, Bitbucket or GitLab repository. Navigate to the Task manager. Click on App actions → Git integration. If you did not log in using a third party Git account. Select your provider. Select your project and then select Deploy branch. NodeChef will automatically detect the project type, install dependencies, build and then run the app.

Deploy using the CLI

Install the CLI and then deploy using the below command:

npm install -g nodechef-cli // Replace yourappname below with yours nc deploy -i yourappname

Available in multiple regions

Choose a data center near you. NodeChef provides hosting in US-East, EU-West (Paris), Singapore and Australia (Sydney).

US-East
Singapore
EU-West
Sydney
NodeChef worldwide cloud hosting