Fastest way to build a SaaS in 2024 - Next.js, Supabase & Stripe

  Рет қаралды 43,584

Supabase

Supabase

Күн бұрын

Пікірлер: 92
@Supabase
@Supabase 10 ай бұрын
If you're looking for how to build AI (RAG) applications quickly... you'll probably want to follow this one: kzbin.info/www/bejne/n5PdnXiHosyDhrs
@FlorinPop
@FlorinPop 10 ай бұрын
This is a cool video! Great job Jon!
@JonMeyers
@JonMeyers 10 ай бұрын
Thanks Florin! Glad you enjoyed it! 🙌
@JonMeyers
@JonMeyers 10 ай бұрын
What would you like to see next?
@yunyang6267
@yunyang6267 10 ай бұрын
"I am gonna show you Fastest Possible way to build a Saas product and start making Real money" never expect less from a Supabase intro
@JonMeyers
@JonMeyers 10 ай бұрын
When supabase stops being so sensational, my intros will stop being so sensationalised! 😆
@wlockuz4467
@wlockuz4467 10 ай бұрын
Straight to the point and a ton of valuable information. Really looking forward to more videos.
@mark.raetzel
@mark.raetzel 10 ай бұрын
So good, waiting for the next videos. Thank you guys, great work!
@JonMeyers
@JonMeyers 10 ай бұрын
Next week is Local Dev! 🚀
@itscooldawgdonteventrip
@itscooldawgdonteventrip 10 ай бұрын
the cleanest of that video is .... damn..... it's try it's the fastest way to build a saas in 2024.. all those steps packed in one video.
@carlosricardoziegler2650
@carlosricardoziegler2650 10 ай бұрын
Amazing and so detailed video :)
@JonMeyers
@JonMeyers 10 ай бұрын
Thanks! Glad you enjoyed it! What would you like to see next?
@LeeWalpole
@LeeWalpole 4 ай бұрын
Easily my favourite KZbinr coder… Perfect pace, humour and topics…
@akhiladecosta9326
@akhiladecosta9326 8 ай бұрын
Good stuff man! Can you do a tutorial on multi-tenant applications next?
@nuclear6753
@nuclear6753 3 ай бұрын
I followed this step by step and the products did not end showing up.
@xiaoyangfeng4067
@xiaoyangfeng4067 2 ай бұрын
Really useful and detailed!
@_taishi
@_taishi 10 ай бұрын
great as always
@beepdotboop
@beepdotboop 9 ай бұрын
Not sure if something has changed in the last 2 weeks, but the tutorial breaks down after switching over to the live stripe keys, where managing the subscription or going to the customer portal throws an error/toast for new accounts/subscriptions as well as existing accounts that has already subscribed. Updating it to a live webhooks key doesn't work either. I am very new vercel, supabase and general ops stuff, but I'll try to debug and will report back if there's a solution.
@DaytonRumbold
@DaytonRumbold 5 ай бұрын
I'm having the same thing. Did you figure it out?
@ceo-xrl
@ceo-xrl 4 ай бұрын
​@@DaytonRumboldthe template is broken in so many places. 😅 Supabase code needs to be updated to use the later cookie as well as a few hook rule.
@leosollereder85
@leosollereder85 4 ай бұрын
What I did to resolve this is the following: - Delete any users you might have in stripe - Delete any products you might have in stripe - Delete every row in all of your tables in supabase - Create new products in stripe Then, everything should work, given you added the new keys. For some reason i had a major problem because i cloned the products from test to live, as well as having still test users.
@carlosricardoziegler2650
@carlosricardoziegler2650 10 ай бұрын
What about role based permissions. ? SOme video about that will be awesome
@JonMeyers
@JonMeyers 10 ай бұрын
Thor is working on exactly this! Coming soon!
@avi_mukesh
@avi_mukesh 8 ай бұрын
Step 2 in the deployment template doesn't work for me it bugs out and doesn't seed the database
@Jay-yl5kq
@Jay-yl5kq 3 ай бұрын
please check after vercel + supabase became partners the template stopped working 🥵
@mccall7122
@mccall7122 4 ай бұрын
My God this was a fantastic video.
@maskman4821
@maskman4821 10 ай бұрын
Awesome ❤
28 күн бұрын
At this moment, when setuping Supabase, there is no tick option to create sample data with seed data. How may I run the command to create migration in database?
@fokkerchartier
@fokkerchartier 2 ай бұрын
template is not deployable. The process always hangs inside the Supabase connetion. There is a problem either with the connection itself or the DB Location, which stays always red regardless the location
@logemann74
@logemann74 9 ай бұрын
wonder whats the better stripe integration approach. The one outlined in this vid with synced tables via webhooks or with Stripe Postgres Data Wrappers?
@voidigitaldownload
@voidigitaldownload 9 ай бұрын
How about paddle or Lemonquezzy? Stripe is not available in my country
@neon-gi5tb
@neon-gi5tb 9 ай бұрын
Yeah, it would be great to have that.
@dishanhewage
@dishanhewage 10 ай бұрын
I love Supabase. I just started using Supabase Auth for my new project with Next.js. I'm just wondering why there are so many auth requests in the Supabase Dashboard - more than 3k auth requests (/auth/v1/user, /rest/v1, /rest/v1/health) for just a single user within 3-4 hours. Is that normal or am I doing something wrong? I'm using Next.js Middleware according to the Supabase documentation.
@nicolasramos7084
@nicolasramos7084 9 ай бұрын
I noticed the same thing on a test project of mine. Have you found out if there was something wrong?
@neon-gi5tb
@neon-gi5tb 9 ай бұрын
Same thing happened for me, I ended up running it locally to avoid that.
@richardhaddadau
@richardhaddadau 4 ай бұрын
Are you still working on your project while it's connected to Supabase? If your server is running while you make changes, yes, you'll be making a lot of calls to the server for every slight change
@luizvictoriobaptistaneto1561
@luizvictoriobaptistaneto1561 5 ай бұрын
Hey guys, I am having a super high webhook error rate (can be seen on the stripe dashboard under developers -> webhooks). Is this normal?
@richardhaddadau
@richardhaddadau 4 ай бұрын
The Vercel template fails a lot in the setup, especially with Supabase. Thanks for the video, though. It just doesn't work that smoothly haha
@AlexMilman_googleplus
@AlexMilman_googleplus 6 ай бұрын
Great video! Thank you. How can I add the product features from stripe to Supabade? What are the required changes to the template?
@tim-business
@tim-business 7 ай бұрын
I don't understand how the postgres database has been synchronized with stripe (prices, subscription, profucts...) how is this done?
@SatoshiNakamono
@SatoshiNakamono 3 ай бұрын
Do you guys know how to fix the error: Project creation in the Supabase dashboard is disabled for this Vercel-managed organization
@maxjbre
@maxjbre 6 ай бұрын
Great video! one question: what do I need to change if I switch to a custom domain instead of the stripe domain?
@kasper369
@kasper369 10 ай бұрын
What if we don't have stripe in our country,
@meowmesh
@meowmesh 10 ай бұрын
Which country?
@selambengp
@selambengp 10 ай бұрын
@@meowmeshTurkey😂
@dreamsachiever212
@dreamsachiever212 10 ай бұрын
well you have to find a way to get it lol. you can consider Stripe Atlas to incorporate your business in the US or do it yourself using registered agents
@JonMeyers
@JonMeyers 10 ай бұрын
PayPal is sometimes another good option 👍
@connorjaynes8742
@connorjaynes8742 Ай бұрын
This tutorial and the subsequent template no longer works at numerous steps. Don't waste your time following the tutorial. You will have issues seeding the database and connecting your stripe webhooks.
@JohnFHolliday
@JohnFHolliday Ай бұрын
Not a complete waste of time, but definitely does not work. Anyone have an alternative approach?
@harryzachariou1
@harryzachariou1 7 ай бұрын
Is this using NextJS API routes to handle the webhook events from stripe to sync the prices, products and subscriptions or supabase edge functions?
@geraldaburto7712
@geraldaburto7712 9 ай бұрын
Do I always need to create a users table in the public schema?
@andrewajoe
@andrewajoe 8 ай бұрын
Used this starter last year was pretty buggy. Maybe need to try a fresh start and port some stuff over
@selambengp
@selambengp 10 ай бұрын
Please and please make a React-only version. I am trying to build my SaaS but don't want to use Next. I want to focus solely on SPA.
@JonMeyers
@JonMeyers 10 ай бұрын
Will add it to the list! 🙌
@didiercatz
@didiercatz 10 ай бұрын
You will likely need a secure backend for this, though
@xiaoyangfeng4067
@xiaoyangfeng4067 2 ай бұрын
I would like to know if the history that pops up on the left side of the copy url is a plugin? if so can you tell the name or the url,many thanks!
@xiaoyangfeng4067
@xiaoyangfeng4067 2 ай бұрын
It's not history. It's the currently open tabs.
@MrPvr14
@MrPvr14 9 ай бұрын
Is anyone else having trouble when installing the template from vercel? I can't get past the add integration with supabase, the modal window that pops up keep loading and does not respond, even though in the background it does create all the supabase services and everything it seems.
@realitydesigners
@realitydesigners 3 ай бұрын
this doesnt work anymore
@init_bobjames
@init_bobjames 8 ай бұрын
not bad Supabase, not bad 👏👏
@mtzrmzia
@mtzrmzia 10 ай бұрын
Please use another Frameworks to do this kind of videos, NuxtJs for example,
@JonMeyers
@JonMeyers 10 ай бұрын
Am working on some Nuxt content atm! Coming soon!
@fullstackwebdev2996
@fullstackwebdev2996 9 ай бұрын
I have surround sound I kept thinking some squirel was in the attic.
@jaypsanchez9481
@jaypsanchez9481 2 ай бұрын
yup this doesn’t work anymore, webhooks in stripe giving the 400 error
@jaypsanchez9481
@jaypsanchez9481 2 ай бұрын
tbh it was very frustrating because I spent 2 hours trying to get this template to work
@eleah2665
@eleah2665 10 ай бұрын
Hi Jon. I need some very real payments. Thanks!
@dreamsachiever212
@dreamsachiever212 10 ай бұрын
lol
@JonMeyers
@JonMeyers 10 ай бұрын
That’s the only missing piece - actually getting the very real payments! 😆
@DaytonRumbold
@DaytonRumbold 5 ай бұрын
@supabase Hi! Thanks for the tutorial! It works well except for going live. Is anyone else having this issue?
@qwiooo
@qwiooo 4 ай бұрын
Same issues
@tananga_studio
@tananga_studio 10 ай бұрын
❤❤❤
@JonMeyers
@JonMeyers 10 ай бұрын
Glad you enjoyed it! 🙌
@JohnFHolliday
@JohnFHolliday Ай бұрын
@@JonMeyers It would be helpful if you could focus on sorting out the issues many have been raising. The template no longer works.
@geraldaburto7712
@geraldaburto7712 9 ай бұрын
How can I add a free plan?
@hikionori
@hikionori 9 ай бұрын
Just default value
@yarapolana
@yarapolana 10 ай бұрын
😢 We don’t have Stripe in Iceland.
@JonMeyers
@JonMeyers 10 ай бұрын
Is PayPal an option?
@yarapolana
@yarapolana 10 ай бұрын
Yes it is, Braintree to be specific.
@wlockuz4467
@wlockuz4467 10 ай бұрын
Now just need a tutorial on business ideas 🤣
@OmarAfet
@OmarAfet 10 ай бұрын
Speedy and valuable! But stripe don't support saudi arabia 😢
@JonMeyers
@JonMeyers 10 ай бұрын
Damn! Maybe PayPal is an option?
@azoozym
@azoozym 10 ай бұрын
​@@JonMeyersDoes Paypal has extension in Supabase and provide Subscriptions?
@JustBrowsing2021
@JustBrowsing2021 9 ай бұрын
This is not even close to being the fastest as it introduces database sync for the data that is already available in Stripe. Talk about over engineering just to promote Supabase. Code can be simplified and still utilize Supabase which is a great product. With the presented architecture there is always a chance that Stripe data and Supabase data (that syncs stripe data) will be out of sync. This will happen and it will cause you incredible headaches. Get the data directly from Stripe which should be the only source of truth.
@MylesChatman
@MylesChatman 8 ай бұрын
Agreed. Not having Stripe as a source of truth caused many headaches for my team. My company synced Stripe data into MongoDB and it was difficult to maintain. It took us about a year to fully migrate to just using Stripe and has been so much easier to manage.
@azoozym
@azoozym 10 ай бұрын
Good! But what about other gateways? Because Stripe is not available in my country
@mikeyoung3519
@mikeyoung3519 7 ай бұрын
This explains how to set up a template but doesn't actually teach you anything about how to implement this in your own project. Pretty bad.
@moritz8618
@moritz8618 10 ай бұрын
hi
@劉明燁-d2z
@劉明燁-d2z 2 ай бұрын
this doesnt work anymore
@EzekielMessenger
@EzekielMessenger Ай бұрын
Yeah it is a mess
@Exolon
@Exolon Ай бұрын
indeed...
Usage-based restrictions for SaaS subscription tiers
35:28
Supabase
Рет қаралды 10 М.
FASTEST way to build apps with Next.js 15
9:45
Supabase
Рет қаралды 13 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
How to use AI to build your SaaS startup (Lovable, Supabase)
49:43
Greg Isenberg
Рет қаралды 76 М.
Firebase vs Supabase - I Built The Same App With Both
6:21
Your Average Tech Bro
Рет қаралды 134 М.
Supabase + Next.js ULTIMATE Auth Combo
8:55
The Dev Logger
Рет қаралды 10 М.
My Tech Stack I've Used To Build 10+ Apps Over 2+ Years
8:35
Your Average Tech Bro
Рет қаралды 88 М.
8 things you should NEVER do in a Database!
22:56
Supabase
Рет қаралды 13 М.
Coding a FULL App with AI (You Won't Believe This)
15:19
Creator Magic
Рет қаралды 335 М.
Something is wrong with ISPs in India 🇮🇳
13:17
Mehul - Codedamn
Рет қаралды 78 М.
Next.js Will Never Be The Same After This
36:12
ByteGrad
Рет қаралды 39 М.
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 237 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН