Skip to content

Deploying Your Next.js App

In this final basics lesson, we’ll deploy our Next.js app to production.

We’ll learn how to deploy Next.js to Vercel, the platform built by the creators of Next.js. We’ll also talk about other deployment options.

Pre-requisite: You need to have a GitHub account for this lesson.

What You’ll Learn in This Lesson

In this lesson, you’ll learn:

  • How to deploy your Next.js app to Vercel.
  • The DPS Workflow: Develop, Preview, and Ship.
  • How to deploy your Next.js app to your own hosting provider.