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
@FlorinPop10 ай бұрын
This is a cool video! Great job Jon!
@JonMeyers10 ай бұрын
Thanks Florin! Glad you enjoyed it! 🙌
@JonMeyers10 ай бұрын
What would you like to see next?
@yunyang626710 ай бұрын
"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
@JonMeyers10 ай бұрын
When supabase stops being so sensational, my intros will stop being so sensationalised! 😆
@wlockuz446710 ай бұрын
Straight to the point and a ton of valuable information. Really looking forward to more videos.
@mark.raetzel10 ай бұрын
So good, waiting for the next videos. Thank you guys, great work!
@JonMeyers10 ай бұрын
Next week is Local Dev! 🚀
@itscooldawgdonteventrip10 ай бұрын
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.
@carlosricardoziegler265010 ай бұрын
Amazing and so detailed video :)
@JonMeyers10 ай бұрын
Thanks! Glad you enjoyed it! What would you like to see next?
@LeeWalpole4 ай бұрын
Easily my favourite KZbinr coder… Perfect pace, humour and topics…
@akhiladecosta93268 ай бұрын
Good stuff man! Can you do a tutorial on multi-tenant applications next?
@nuclear67533 ай бұрын
I followed this step by step and the products did not end showing up.
@xiaoyangfeng40672 ай бұрын
Really useful and detailed!
@_taishi10 ай бұрын
great as always
@beepdotboop9 ай бұрын
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.
@DaytonRumbold5 ай бұрын
I'm having the same thing. Did you figure it out?
@ceo-xrl4 ай бұрын
@@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.
@leosollereder854 ай бұрын
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.
@carlosricardoziegler265010 ай бұрын
What about role based permissions. ? SOme video about that will be awesome
@JonMeyers10 ай бұрын
Thor is working on exactly this! Coming soon!
@avi_mukesh8 ай бұрын
Step 2 in the deployment template doesn't work for me it bugs out and doesn't seed the database
@Jay-yl5kq3 ай бұрын
please check after vercel + supabase became partners the template stopped working 🥵
@mccall71224 ай бұрын
My God this was a fantastic video.
@maskman482110 ай бұрын
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?
@fokkerchartier2 ай бұрын
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
@logemann749 ай бұрын
wonder whats the better stripe integration approach. The one outlined in this vid with synced tables via webhooks or with Stripe Postgres Data Wrappers?
@voidigitaldownload9 ай бұрын
How about paddle or Lemonquezzy? Stripe is not available in my country
@neon-gi5tb9 ай бұрын
Yeah, it would be great to have that.
@dishanhewage10 ай бұрын
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.
@nicolasramos70849 ай бұрын
I noticed the same thing on a test project of mine. Have you found out if there was something wrong?
@neon-gi5tb9 ай бұрын
Same thing happened for me, I ended up running it locally to avoid that.
@richardhaddadau4 ай бұрын
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
@luizvictoriobaptistaneto15615 ай бұрын
Hey guys, I am having a super high webhook error rate (can be seen on the stripe dashboard under developers -> webhooks). Is this normal?
@richardhaddadau4 ай бұрын
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_googleplus6 ай бұрын
Great video! Thank you. How can I add the product features from stripe to Supabade? What are the required changes to the template?
@tim-business7 ай бұрын
I don't understand how the postgres database has been synchronized with stripe (prices, subscription, profucts...) how is this done?
@SatoshiNakamono3 ай бұрын
Do you guys know how to fix the error: Project creation in the Supabase dashboard is disabled for this Vercel-managed organization
@maxjbre6 ай бұрын
Great video! one question: what do I need to change if I switch to a custom domain instead of the stripe domain?
@kasper36910 ай бұрын
What if we don't have stripe in our country,
@meowmesh10 ай бұрын
Which country?
@selambengp10 ай бұрын
@@meowmeshTurkey😂
@dreamsachiever21210 ай бұрын
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
@JonMeyers10 ай бұрын
PayPal is sometimes another good option 👍
@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Ай бұрын
Not a complete waste of time, but definitely does not work. Anyone have an alternative approach?
@harryzachariou17 ай бұрын
Is this using NextJS API routes to handle the webhook events from stripe to sync the prices, products and subscriptions or supabase edge functions?
@geraldaburto77129 ай бұрын
Do I always need to create a users table in the public schema?
@andrewajoe8 ай бұрын
Used this starter last year was pretty buggy. Maybe need to try a fresh start and port some stuff over
@selambengp10 ай бұрын
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.
@JonMeyers10 ай бұрын
Will add it to the list! 🙌
@didiercatz10 ай бұрын
You will likely need a secure backend for this, though
@xiaoyangfeng40672 ай бұрын
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!
@xiaoyangfeng40672 ай бұрын
It's not history. It's the currently open tabs.
@MrPvr149 ай бұрын
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.
@realitydesigners3 ай бұрын
this doesnt work anymore
@init_bobjames8 ай бұрын
not bad Supabase, not bad 👏👏
@mtzrmzia10 ай бұрын
Please use another Frameworks to do this kind of videos, NuxtJs for example,
@JonMeyers10 ай бұрын
Am working on some Nuxt content atm! Coming soon!
@fullstackwebdev29969 ай бұрын
I have surround sound I kept thinking some squirel was in the attic.
@jaypsanchez94812 ай бұрын
yup this doesn’t work anymore, webhooks in stripe giving the 400 error
@jaypsanchez94812 ай бұрын
tbh it was very frustrating because I spent 2 hours trying to get this template to work
@eleah266510 ай бұрын
Hi Jon. I need some very real payments. Thanks!
@dreamsachiever21210 ай бұрын
lol
@JonMeyers10 ай бұрын
That’s the only missing piece - actually getting the very real payments! 😆
@DaytonRumbold5 ай бұрын
@supabase Hi! Thanks for the tutorial! It works well except for going live. Is anyone else having this issue?
@qwiooo4 ай бұрын
Same issues
@tananga_studio10 ай бұрын
❤❤❤
@JonMeyers10 ай бұрын
Glad you enjoyed it! 🙌
@JohnFHollidayАй бұрын
@@JonMeyers It would be helpful if you could focus on sorting out the issues many have been raising. The template no longer works.
@geraldaburto77129 ай бұрын
How can I add a free plan?
@hikionori9 ай бұрын
Just default value
@yarapolana10 ай бұрын
😢 We don’t have Stripe in Iceland.
@JonMeyers10 ай бұрын
Is PayPal an option?
@yarapolana10 ай бұрын
Yes it is, Braintree to be specific.
@wlockuz446710 ай бұрын
Now just need a tutorial on business ideas 🤣
@OmarAfet10 ай бұрын
Speedy and valuable! But stripe don't support saudi arabia 😢
@JonMeyers10 ай бұрын
Damn! Maybe PayPal is an option?
@azoozym10 ай бұрын
@@JonMeyersDoes Paypal has extension in Supabase and provide Subscriptions?
@JustBrowsing20219 ай бұрын
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.
@MylesChatman8 ай бұрын
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.
@azoozym10 ай бұрын
Good! But what about other gateways? Because Stripe is not available in my country
@mikeyoung35197 ай бұрын
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.