illustration for Build a SaaS product with Next.js, Supabase and Stripe

Build a SaaS product with Next.js, Supabase and Stripe

Instructor

Jon Meyers
1h 10m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.7
294
people completed
Bookmark
Download
RSS

Throughout this course, you will learn how to build a static app with authentication that is backed by a database, change the structure of that database without compromising existing data, and take payments for individual products to manage subscriptions.

For your frontend, this application will be using Next.js and Tailwind CSS. You will learn how to maneuver around an app and build a strong static pricing page.

For your backend AND authentication, we will make use of Supabase. Supabase is open source and is all of the backend services that you will need to build your site. It includes a dedicated and scalable Postgres database and user management with Row Level Security!

Lastly, for payments, you will be using Stripe. It will be an individual payment checkout system that will create and update users' subscriptions.

Jon Meyers, a Developer Advocate at Supabase, will take you from create-next-app to deploying a full application that uses this stack in just 1 hour and 10 minutes!

Free Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.

Credits

Shakuro Graphics (illustration)

What you'll learn

  • Query dynamic data in static Next.js pages
  • Handle user subscriptions with Stripe
  • Store and Access application data in Supabase
  • Implement protected content with row level security

Questions to Reflect Upon:

  • Should this be on client or server?
  • Does this require authentication?
  • Do I trust this value/do I trust the user should be able to access this?

Learner Reviews

  • Arnaud Ferrand
    4 months ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Sharp and clear. Great intro to the technology

  • Learner
    5 months ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Learned a ton. Thank you, Jon. Your method is clear and direct.

  • Leonardo da Silva Costa
    10 months ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    The instructor is too good. I watched the full tutorial and made a update version using Next 13.4 + supabase + stripe. tks. Helped me a lot!

  • Learner
    a year ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    That's amazing guide. I learnt a lot. Thank you very much. I felt in love egghead.io

  • Dima
    a year ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Everything was structured and clear. If you have a little experience with next, the course is excellent, for beginners there is not enough explanation of the nuances, for example, how API calls work inside the application /api/route, how getStaticProps work and so on.

    Also, would be happy to watch same course for app router

  • Learner
    a year ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    unfortunally there have been some breaking changes in the last year but i found a repo that was up2date. Awesome Teaching Style and super informative

Course Content

1h 10m • 26 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.