Build and Deploy

The Next.js app will compile to static HTML and Javascript so you can host it on any platform.

You can build the static files by running:

npm run build

Vercel provides dedicated Next.js hosting but it's expensive, I personally use a $7/mo Heroku dyno.

Last updated