For everyone asking me why Clerk or Supabase Auth. 1. Clerk is literally built for Auth 2. Clerk's API is much more robust and you can do so much more with it (Giving your app google calendar access etc) 3. Just because a provider that I use for one thing offers another thing doesn't mean you have to use both. Use the best tech to get the job done
Thank you for this. My mouth was watering looking at the Kinde and Clerk Interface user flow and integrations, but I ended up going with Supabase just simply out of convenience for not having one more service. But when API keys, are that easy to just sling around I completely agree with you, use the best tech for the job. awesome video my guy.
This guy is my fav. I think it's because he's actually trying to impart knowledge and help you move forward as opposed to speaking for X amount of minutes. Thank you.
You are a wonderful person for sharing your starter kit with all of us in need. Keep up the good work! It's a clear tutorial that saves a lot of time, allowing us to focus on building the important features of a website. 🙏💪
I find your videos really helpful so thankyou. I am building my first SAAS after being a PHP dev and marketer for 20 years so all these JS frameworks are pretty new to me. I really wish I would have found your video before I started building my Supabase auth and DB project as I am really struggling to get stripe to work now.
Awesome tutorial! In your next video, could you show how to customize, edit, or redesign the template’s design? For example, how to import components created with v0 or completely replace the landing page? What would be the most logical and easiest approach? i want using your template for the backend of a tool I’m building, while working on the frontend of the tool with v0 and React. I’d love to better understand how everything is connected (I’m a beginner in development but learning and building with Cursor and AI, thanks to people like you 🙏🏻
Bro this is amazing content! I've built 12 apps, programs, tools etc using GPT in the last 2 years (see my channel!), i don't know anything about code, however by just brute forcing my way through I've learnt a lot of programming concepts over time. I really feel there's a group of people out there doing the same thing, using AI as a copilot for writing the code. But one thing that i struggle with is greater concepts, ie; why certain techs are used for specific purposes over other techs etc also best practices for organization. For example a react components, what is the best practice for organizing components, how do you determine what should be a single component etc. No need to answer, but these are the kind of questions i feel AI stuggles to answer in a meaningful way. Would be great to see breakdowns of real world projects etc .. anyhow, hope you continue speaking to none code devs! :)
Thank you! FYI there are a lot of errors in this boilerplate. Since I'm a beginner, I paid somebody on Upwork $20 to get it fixed on a Google Meet call lol (and ended up learning a bunch of coding essentials from the dev!!) Anyways, subbed!
Not that they are hard to find by myself, but I don't see links to Supabase, Clerk and Stripe in the description as you mention 😇 awesome video nonetheless!
Love this video @rasmic! Great stuff.. -- one note for anyone trying, when you do cancel a subscription and reactivate the code doesn't pick up the new active subscription. I haven't dived into fixing it yet but just fyi!
Hey mate. Thank you for you amazing tutorial. Quick question, what if I canceled the subscription but user still has an access to the dashboard. What can be wrong? Cheers.
Hey Mike, thanks for the nice video, appreciate it. Quick question though, using all those external dependencies is quick and easy, however don't you lock yourself in using supabase, prisma, Clark, I mean why not some local dependencies and docker? I mean for quick startup MVP projects it looks great, but I guess for a growing project it might not scale unless you pay.
Well supabase is open source, i can host on own instance and use that. Prisma is only used for creating the tables, I can use anything else. The only kick in I would is really clerk and with how good it is, it’s worth being locked in imo
This all worked perfectly for me! Thanks Ras! I appreciate your testimony too! I already had a corporate bank account so it was easy to set up my Stripe. I obtained all the keys and environment variables. If I use v0 to create a new front end page and brought that code to my cursor code base (this file), would you use o1 for Cursor to modify the code? Would it understand I already have working code to start with? thanks!
Amazing video. Followed everything to a T, yet access is still retained after refreshing the dashboard after subscription was deleted... :( any fix for that?
Nice video and very nice project. Can you do a video on how to use your boilerplate and add for example an application instead of a dashboard. For example a to-do list app that will be available after subscribing.
bro, thank you so much, it was super helpful. just a quick question, is there a reason why the google auth and the dashboard charts do not show on the downloaded kit from git hub?
Hello, thaks for the videos they are really nice , i would like to ask people here what is the best way to use Claude , i have pro version but i get shorter of prompts soon, is there anyway to use the api and get best value , thank you in advanve
After i have a user signed up to clerk, there was no user record created in the table. Any idea on how to troubleshoot this? I have followed the webhooks creation part. My Stripe was able to get a record but no subscription created in the table
Hey Ras , very good video ! I was wondering if I can help you with more Quality Editing in your videos and make Highly Engaging Thumbnails which will help your videos to get more views and engagement . Please let me know what do you think ?
Hey fal I would love to connect, being a fellow developer i'm working on a couple things and what attracted me to you is your faith in Jesus. Lets connect.
For everyone asking me why Clerk or Supabase Auth.
1. Clerk is literally built for Auth
2. Clerk's API is much more robust and you can do so much more with it (Giving your app google calendar access etc)
3. Just because a provider that I use for one thing offers another thing doesn't mean you have to use both. Use the best tech to get the job done
Thank you for this. My mouth was watering looking at the Kinde and Clerk Interface user flow and integrations, but I ended up going with Supabase just simply out of convenience for not having one more service. But when API keys, are that easy to just sling around I completely agree with you, use the best tech for the job.
awesome video my guy.
This guy is my fav. I think it's because he's actually trying to impart knowledge and help you move forward as opposed to speaking for X amount of minutes. Thank you.
Hope your channel blows up, you deserve it. That's all, look forward to the next vid
Fire 🔥 This is so much value without a paywall. You just won a supporter and when yt releases that Hype feature I'll use it on this channel for suree
You are a wonderful person for sharing your starter kit with all of us in need. Keep up the good work! It's a clear tutorial that saves a lot of time, allowing us to focus on building the important features of a website. 🙏💪
Liked & Subscribed! Yes please a breakdown of this starter kit would be amazing - keep up the good work Ras!
I find your videos really helpful so thankyou. I am building my first SAAS after being a PHP dev and marketer for 20 years so all these JS frameworks are pretty new to me. I really wish I would have found your video before I started building my Supabase auth and DB project as I am really struggling to get stripe to work now.
This is amazing! I will try this out to build my small startup project! Looking forward to the next video about the components!❤🎉
Bro you cook so well, you deserve Michelin stars!
Thanks Michael! Keep 'em coming and I'll keep watching, liking and commenting!
This video is gold, thank you for all
Awesome tutorial! In your next video, could you show how to customize, edit, or redesign the template’s design? For example, how to import components created with v0 or completely replace the landing page? What would be the most logical and easiest approach?
i want using your template for the backend of a tool I’m building, while working on the frontend of the tool with v0 and React. I’d love to better understand how everything is connected (I’m a beginner in development but learning and building with Cursor and AI, thanks to people like you 🙏🏻
Why don’t u spend a day or two to understand the basics of next JS ? Full of lazies
you're saving lives. God's got you.
This is awesome Ras. Thanks for your effort 🙏
Bro this is amazing content! I've built 12 apps, programs, tools etc using GPT in the last 2 years (see my channel!), i don't know anything about code, however by just brute forcing my way through I've learnt a lot of programming concepts over time. I really feel there's a group of people out there doing the same thing, using AI as a copilot for writing the code. But one thing that i struggle with is greater concepts, ie; why certain techs are used for specific purposes over other techs etc also best practices for organization. For example a react components, what is the best practice for organizing components, how do you determine what should be a single component etc. No need to answer, but these are the kind of questions i feel AI stuggles to answer in a meaningful way. Would be great to see breakdowns of real world projects etc .. anyhow, hope you continue speaking to none code devs! :)
Love your content, I've learned a lot from your videos. Can you please make your screen larger for those of use with weak eye 🤓thanks
Damn I knew this channel was worth subscribing😳
amazing content again, learning a lot my man👌
Hey @rasmic. This is pure gold. Thank you very much for the walkthrough.
thank you for the support my man! i really appreciate it
Awesome video, killing it bruh ❤
What a lesson! Thank you for that ❤
Thank you for the Nextjs starter kit. I will start building my app.
Awesome video and thank you for the kit! Looking forward to the follow up! :)
Thank you very much !! Looking forward to your next video.🙂
Nice one for the demo and the template. Learnt a lot and will save me so much time 👍🏻
This is very helpful, thanks a lot! looking for the next video.
That's awesome! Thanks Michael!
Thank you!
FYI there are a lot of errors in this boilerplate. Since I'm a beginner, I paid somebody on Upwork $20 to get it fixed on a Google Meet call lol (and ended up learning a bunch of coding essentials from the dev!!)
Anyways, subbed!
Hey man, what errors did you find?
Loved it man, followed it and worked perfectly
hey mate - great video! what tool are you using to enlarge the mouse cursor?
Thank you so much! Underrated channel. Please do the folow up video!
Not that they are hard to find by myself, but I don't see links to Supabase, Clerk and Stripe in the description as you mention 😇 awesome video nonetheless!
Rasmic, this is gold. ty
I love this channel
Love this video @rasmic! Great stuff.. -- one note for anyone trying, when you do cancel a subscription and reactivate the code doesn't pick up the new active subscription. I haven't dived into fixing it yet but just fyi!
U sure ? It works for ne
Great vid as always.
good job man!!
thanks my g
This is great! Would you have a similar kit using Codeium instead of Cursor? I want to avoid Cursor's fees. Thank you for making these videos!!!
Asking from curious, when your next project will be live?
love this startup kit.😃
the starter kit loves u
Hey mate. Thank you for you amazing tutorial.
Quick question, what if I canceled the subscription but user still has an access to the dashboard. What can be wrong? Cheers.
goated starter kit
Hey Mike, thanks for the nice video, appreciate it.
Quick question though, using all those external dependencies is quick and easy, however don't you lock yourself in using supabase, prisma, Clark, I mean why not some local dependencies and docker?
I mean for quick startup MVP projects it looks great, but I guess for a growing project it might not scale unless you pay.
Well supabase is open source, i can host on own instance and use that. Prisma is only used for creating the tables, I can use anything else.
The only kick in I would is really clerk and with how good it is, it’s worth being locked in imo
Thanks for the quick reply. I was just wondering if you have experience with an app developed that way in the long run.
Great Thanks
Amazing job thanks! Just one question, what is the purpose of Clerk? why don't you use Supabase Auth?
This all worked perfectly for me! Thanks Ras! I appreciate your testimony too! I already had a corporate bank account so it was easy to set up my Stripe. I obtained all the keys and environment variables. If I use v0 to create a new front end page and brought that code to my cursor code base (this file), would you use o1 for Cursor to modify the code? Would it understand I already have working code to start with? thanks!
great video, thank you!
Can you make a walk through setting up opensaas?
thx a lot bro, i wait your next video
Amazing video. Followed everything to a T, yet access is still retained after refreshing the dashboard after subscription was deleted... :( any fix for that?
Fire 🔥
thanks my man!
Nice video and very nice project. Can you do a video on how to use your boilerplate and add for example an application instead of a dashboard. For example a to-do list app that will be available after subscribing.
Legend!
Yo more of this content! Do you use vercel ever?
great!
Amazing stuff man thanks, I was wondering why you don’t use supabase auth?
Pinned comment
Thanks you so much!
Thanks a lot bro. Clerk is good but really expensive. Why aren't you using supasbase for auth?
10,000 MAU free is not expensive
bro, thank you so much, it was super helpful.
just a quick question, is there a reason why the google auth and the dashboard charts do not show on the downloaded kit from git hub?
please tell the vscode theme you are using its awesome!!!!
Yes, please
using vercel theme
dude - you're a fucking legend
Hey Ras, awesome content, what is the benefit of clerk as I believe Supabase offers user auth built in
It’s better
I came here to ask the same thing
Thanks for the video. is there any reason u chose Prisma over Drizzle. i heard Prisma has performance issues while scaling.
never had issues with prisma
prisma has improved perf by a lot recently. it's great now. I personally prefer drizzle. So use the one you like more
Hello, thaks for the videos they are really nice , i would like to ask people here what is the best way to use Claude , i have pro version but i get shorter of prompts soon, is there anyway to use the api and get best value , thank you in advanve
Hey, upon cancellation of the subscription, my user is still able to access the dashboard. How would I go about fixing this?
NICE!
Subscribed!
Thanks!
Thank you good sir! I really appreciate it :)
whats that mac app you use to switch between applications?
After i have a user signed up to clerk, there was no user record created in the table. Any idea on how to troubleshoot this? I have followed the webhooks creation part. My Stripe was able to get a record but no subscription created in the table
I disabled the RLS policy and managed to get the record populated into DB...issue persists...
@@RiddleWizardry permission denied for schema public ? That's the error I'm getting with RLS on, not sure how to address this one.
I did figure this out, you likely (like me used an existing database with past roles) You need to grant auth to the service role and others.
@@ggeil21 Able to advise where can i do this?
i got the same did u fixed it?
Hey Mike, i’m getting an error when migrating prisma to sb - P1001: can’t reach db server
damn i’m here early
thanks for coming :)
dang!!! 🔥
incredible work @rasmic
In india stripe payments not available , what alternative payment method can we use?
Hey Ras , very good video ! I was wondering if I can help you with more Quality Editing in your videos and make Highly Engaging Thumbnails which will help your videos to get more views and engagement . Please let me know what do you think ?
🎉🎉🎉🎉
What browser is that? Is that safari? Make me want to get a mac just for that lmao
btw great vid love the channel
I linked it in the bio, it’s called arc
I am not a dev. How can I do this for Laravel?
What about drizzle
I use prisma
Anyone know how to add a logo to the navbar? I’m trying to add in a PNG and I’m getting a text/html error in my terminal.
Nevermind. Got it figured out. Public folder was in the wrong location.
here for the jokes 😂😂
here to pay the bills
i cannot get the starter kit, gives me a ssl error, the site
try now
Hey Mike, are you Ethiopian?
Yessirrr
@@rasmic It really makes me happy to see Ethiopians pushing the boundaries of tech.
great video man. keep em cominggg
DO YA GOOOOGLES.
@rasmic Can you put lemonSqueeze integration as well
@rasmic I am trying to make when subscription is canceled to bring up the Not authorized how can I implement that. 28:00
Hey @rasmic. This is pure gold. Thank you very much for the walkthrough. It worked flawlessly. I'd like to donate €10. How can I do it? Thanks again!
Hey fal I would love to connect, being a fellow developer i'm working on a couple things and what attracted me to you is your faith in Jesus. Lets connect.
@rasmic your links don't work
I just checked and they do g
@@rasmic i just checked again, and they don't work at my end, it could be a problem at my end.
Good work at the videos.
Thanks!
appreciate u my man. thank u