Next.js App Router
/

Learn how to build a SaaS with Next.js App Router and Supabase

Creating a Next.js project

Learn how to create a new Next.js project with Supabase and Shadcn UI. We set up everything we need to start building our SaaS.

Reading Time: 41 minutes

In this lesson, we learn how to create a new Next.js project with Supabase and Shadcn UI. We will set up everything we need to start building our SaaS - and can be used as a starting point for your own projects as well.

The prerequisites for this tutorial are:

  1. Node.js installed on your machine
  2. Docker installed on your machine (needed for Supabase and Stripe CLI)
  3. Any IDE or Editor such as VSCode, Webstorm, Sublime, etc.
  4. Enthusiasm for building a SaaS application with Next.js and Supabase! šŸŽ‰

Creating a new Next.js project

Let's start by creating a new Next.js project. Using your terminal of choice, run the following command:

npx create-next-app@can ...