Local Development for SaaS product in 2024 // Next.js, Supabase and Stripe

preview_player
Показать описание


00:00 Local Development for SaaS product
00:21 Cloning Github repo
01:08 Setting Environment Variables
03:30 Configuring Supabase stack for Local Development
06:18 Creating subscription tiers in Stripe
08:48 Setup Customer Portal
10:05 Why we need Branching

💻 Videos to watch next:

👇 Learn more about Supabase 👇

📱 Connect with Us:

ABOUT SUPABASE:
Supabase is the open source Firebase alternative. Supabase provides a full Postgres database for every project with pgvector, backups, realtime, and more. Add and manage email and password, passwordless, OAuth, and mobile logins to your project through a suite of identity providers and APIs.

Build in a weekend, scale to millions.

#Supabase #AppDevelopment #RealtimeApps #DeveloperTools
Рекомендации по теме
Комментарии
Автор

Best video series in Next.js and Supabase by far. Not a single error, all on-point. Keep it up! Absolutely amazing!

StefanRows
Автор

I would like to see a video on how to actually get Realtime to work in local development.

jaronfort
Автор

I have a question, can I have ExpressJs in Supabase functions instead of Deno server? I noticed that you added this feature in Edge functions Docs, specifically in Handling Routing in Function, is there any drawbacks using ExpressJs instead of Deno server?

abdulazizyas
Автор

This is ok for one dev, but it's very easy to get out of sync with stripe on local dev if you have multiple devs. Will supabase dashboard support foreign data wrappers on local dev?

rtorcato
Автор

i wanted to have schema locally saved for(version controlling) but without local DB. I just want to use a hosted prod DB and hosted stag DB(dev) for all dev and prod needs. how can i achieve this? right now i see some hiccups while pulling and pushing to hosted stag DB, eg: errors like "migration already exist" etc.. i wish there is bespoken way to achive this usecase in form of blog post etc..

shafu_xyz
Автор

hi, can you guys make a video to how use supabase with flutter riverpod, because i have a lot of issues when I'm using supabase with it, specially when I am trying to lesson to the user state

introvert_programmer
Автор

For some reason, stripe CLI was not working, even after pnpm install. Installing it globally solved the problem.

luizvictoriobaptistaneto
Автор

will this also be the same for Remix.js? Would be nice if you could make a tutorial with Remix :D

TobiasMars
Автор



I had to cut and paste the ANON key into my .env.local from supabase output

fullstackwebdev