Build a SaaS Platform with Next.js, Prisma, Auth0 and Stripe (series)

  1. Tech stack and initial project setup
  2. Hosting on Vercel, automatic deploys with GitHub and configuring custom domains
  3. Authentication with Auth0 and Next.js
  4. Social login with GitHub and Auth0 rules
  5. Processing payments with Stripe and webhooks
  6. Implementing subscriptions with Stripe

In this series we are going to create an application with subscription-based billing. We will be using Next.js, Vercel, Prisma, Supabase, Auth0 and Stripe to build a network of services that stay in sync via change events sent as webhooks.

We will be covering: