Use Supabase in your bolt.new app: a 6min guide

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 141

  • @indieBen
    @indieBen 2 месяца назад +54

    Prompt : " Let's add authorization and storing data in Supabase:
    1. If the user is not logged they shouldn't see the main app UI
    2. Auth will be based on username & password
    3. Provide me with the query for creating the database table
    4. Store sensitive config in the .env file
    5. Do you need anything from me? "

    • @taproot.studio
      @taproot.studio 2 месяца назад +1

      helpful - thank you

    • @jelanithebuilder
      @jelanithebuilder 2 месяца назад +1

      thanks

    • @MightyMooCows
      @MightyMooCows 2 месяца назад +1

      Thx man

    • @Referra911
      @Referra911 26 дней назад

      i have a problem and i spent lot of tokens to solve it and I can't , sign I pan and sign up page not working and home admin page not working can you help me to solve it plz ?

  • @NateFikru
    @NateFikru 2 месяца назад +10

    These videos are very important for your bolt community

  • @samuelabebe1354
    @samuelabebe1354 2 месяца назад +5

    There are some huge learning curves when it comes to full stack apps vs server less front-end ones. A tutorial on how to deploy backend servers and integrate them with the frontend would be very helpful. Most useful apps need full stack tools to make them work, even for something as simple as user Authentication, Stripe integration etc. Thanks for making amazing tutorials, you have a gift for teaching.

  • @NDIZITV
    @NDIZITV 2 месяца назад +11

    Now THIS videos are what will take Bolt.New to a whole new level. Thank you. Keep them coming. ❤️❤️

  • @besass94besa
    @besass94besa 2 месяца назад +15

    Different authentication hierarchies, please! For example, certain users should only have access to specific content, while others should have authority over different users.
    Your videos are excellent-concise, clear, and straight to the point. Perfect work!

    • @StackBlitzOfficial
      @StackBlitzOfficial  2 месяца назад +18

      Thank you! 🙏 Great idea, too! I've been wondering what the followup in the Supabase series could be. This is perfect!

    • @matthewhenry3561
      @matthewhenry3561 2 месяца назад +3

      This is not terribly hard to get it to put in place, the challenge is it struggles to maintain the separation between access level downstream. Best path I’ve found at this point is to create separate dashboards to point the levels to and align data in that manner.

    • @Luca-xr7bs
      @Luca-xr7bs 2 месяца назад

      In Firebase, Bolt makes it easy to create new users. However, in Authentication, I’m facing significant issues performing the opposite operation, namely deleting users. Why is there such a stark difference between the ease of creating users and the difficulty in deleting them? Does anyone have a solution?

    • @FloNocode
      @FloNocode 2 месяца назад

      Very good idea

    • @dimitrideboose9268
      @dimitrideboose9268 2 месяца назад

      You can build a super admin view to delete users solo or in batch. Works just great

  • @SaltysVR
    @SaltysVR 2 месяца назад +39

    When you do the stripe payment video, I’d love to see webhook integration into bolt. That’s been killing me.

    • @fejiroc
      @fejiroc 2 месяца назад +2

      I literally came back to this video to ask for this

    • @justrobiscool4473
      @justrobiscool4473 2 месяца назад +1

      @@fejiroc same! anyone get there?

    • @fabricioburning3247
      @fabricioburning3247 2 месяца назад +2

      Yes, that would be interesting.

    • @carlosbaez9234
      @carlosbaez9234 2 месяца назад

      @@fabricioburning3247 yes! this will be very helpful

    • @alucard12333
      @alucard12333 2 месяца назад +3

      Same - stripe hook video .. been working my butt off with datacloneerror when trying to implement stripe.

  • @tristanbob
    @tristanbob 2 месяца назад +8

    I love seeing the joy on your face when you verify that the change in the database shows up in the web app.
    All of us who have spent a lot of time debugging that process can understand your emotion. :)
    Great video and great tool. Bolt is amazing and I plan on using it to connect to Supabase.

    • @TomekSulkowski
      @TomekSulkowski 2 месяца назад +1

      Haha, thanks! Yeah, I guess it's hard to resist to smile when it works (even if that's exactly what was to be expected:D)

  • @im_the_Arka
    @im_the_Arka 2 месяца назад +9

    do you need anything from me?
    bolt: yes, one cup of coffee please and don't bother me for a couple minutes while I work.

  • @AltafRehmani
    @AltafRehmani 2 месяца назад +16

    I request a video using supabase for auth, database, storage ( for images) and any payment processor. a template like that should be available as a template in bolt.new

  • @KaceyBakerFilms
    @KaceyBakerFilms 26 дней назад

    If any gurus reading the comments are able to make an all in one video, that integrates everything for beginners, that would be amazing. I’ve been watching hundreds of videos and only fall deeper into confusion and conflict between RUclipsrs.
    Make a website using bolt. Attached it to everything needed to put it online, with databases, subs, stripe, payments, upscale, deployment etc. I’ve put the call out for local mentorship in my town and it almost seems impossible.
    😊

  • @MightyMooCows
    @MightyMooCows 2 месяца назад +5

    Thanks for these vids, their really informative. By chance could you make a Stripe payment video? Ive probably spent 1 Million tokens trying to set it up LOL

  • @webylon8992
    @webylon8992 2 месяца назад

    This is a game changer in the development space, can't wait to see what people will build in near future using Bolt or other Ai dev tools 🤩

  • @FloNocode
    @FloNocode 2 месяца назад +1

    The video I was waiting for. Thanks you. I am more team supabase than firebase this is excellent news if we are going to see more content with supabase for the backend

  • @awazakito
    @awazakito 2 месяца назад

    I've been enjoying Bolt and how good it is at creating clean UI without much prompting. Would love to see an easier integration with other no code tools for backend like Xano

  • @AbishaiSokifasi
    @AbishaiSokifasi 2 месяца назад

    I Can't image how is messed myself up trying to do this. Amazing insight. Kudos.

  • @manthanadmane
    @manthanadmane Месяц назад

    Very helpful, thank you for sharing!

  • @FAXIII7
    @FAXIII7 2 месяца назад +1

    Great video pls keep them coming, as someone who doesn't know how to code this type of videos are awesome :D

  • @diegocardona8632
    @diegocardona8632 2 месяца назад +3

    6:42 thats face of a happy man 🎉

  • @lauraf3700
    @lauraf3700 2 месяца назад

    Great video! Answered some of the questions I had for setting up a database

  • @cammlis
    @cammlis Месяц назад

    I love so much this!! thank you

  • @klaudioz_
    @klaudioz_ 2 месяца назад

    Great video!!. Looking forward to see some Stripe integration. Also in the auth side, the most used is with Google. I'd love to see a tutorial using this authentication mode.

  • @umeshdarwatkar772
    @umeshdarwatkar772 2 месяца назад

    Was eagerly waiting for this supabase video. thanks and keep sharing more videos tutorial. Bolt.new ROCK'S 🎉

  • @1brokkolibaum
    @1brokkolibaum 2 месяца назад

    I did not even knew about supabase, that was valuable information 🤯

  • @fredericlamontagne3812
    @fredericlamontagne3812 День назад

    Bro you just saved my project

  • @eganfuego
    @eganfuego 2 месяца назад

    Sir, well done for responding to our requests.

  • @JeffKasten
    @JeffKasten 2 месяца назад

    Thanks so much for doing this video. I just went through each of the steps and everything worked perfectly!

    • @TomekSulkowski
      @TomekSulkowski 2 месяца назад +1

      Oh, that's awesome! I'm super happy to hear that!

  • @FloNocode
    @FloNocode 2 месяца назад +1

    Hi Team Bolt.new, thanks for your video , For the different videos or tutorials on bolt.new, it would be good to have a small notion folder which would be a sort of Wiki with resources with the most frequent questions on bolt with small explanations with photo or video comments to have the Best practices might be an idea. Maybe it's already available, especially how to optimize the prompts to make your dev more efficient

  • @MerchMetrics
    @MerchMetrics 2 месяца назад

    Would love to see a tutorial on hooking up a payment processor for either subscriptions or one time transactions.

  • @_islamickids
    @_islamickids 2 месяца назад +6

    can u please add image uploads also. we need more demos on how to do CRUD and deploy to netlify

    • @StackBlitzOfficial
      @StackBlitzOfficial  2 месяца назад +5

      Good point. Will do!

    • @maskman4821
      @maskman4821 2 месяца назад +2

      I successfully got bolt to add image uploading functionality to my app (firebase storage), it took several trail and error to get it done, cost some tokens 😂

    • @izzetalsancom
      @izzetalsancom 2 месяца назад

      @@StackBlitzOfficial thank you. I hope you can show with firebase cloud storage. Thanks

    • @izzetalsancom
      @izzetalsancom 2 месяца назад

      @@maskman4821 How did you do that ? Can you make any video turoial if its possible ?

  • @taproot.studio
    @taproot.studio 2 месяца назад +2

    Love your teaching. No fluff )). Used Firebase successfully this week but the interface for superbase looks much cleaner and more intuitive. Cannot wait for the stripe integration. Would it be possible to include integration with tiered payments / different paywalls for different content levels? Thank you ))

    • @NDIZITV
      @NDIZITV 2 месяца назад

      Bolt has been totally unable to implement payment for different plans. I wonder what am doing wrong

  • @taireez
    @taireez 2 месяца назад

    Thank you so much!! This is great.

  • @david.tanasescu
    @david.tanasescu 2 месяца назад

    Very nice, good job guys!

  • @angelbaron9296
    @angelbaron9296 2 месяца назад

    Waiting for the new video of the integration with Stripe.... Just recenly integrated Supabase and it's a game changer🎉

  • @jonasbrother2834
    @jonasbrother2834 2 месяца назад +1

    Hi Great Video!
    Wich database is the best if you want to add Content for your App trough the database?
    Is it possible to add huge amounts of Information to your App without touching the Code?
    Just add the Information in the database.

  • @georgesiosi
    @georgesiosi 2 месяца назад

    Here's something that might also be useful to expand on the prompt you gave at the beginning (using the prompt enhancer that Bolt just introduced):
    Let's add user authentication and data storage using Supabase:
    1. Set up Supabase authentication with email/password
    2. Create protected routes - only authenticated users can access the main app
    3. Create a database table with the following schema:
    - Specify table name and columns needed
    - Define relationships and constraints
    4. Configure environment variables:
    - Supabase URL
    - Supabase anon key
    - Any other sensitive data
    5. Do you need anything else from me?

  • @adpixelstudio
    @adpixelstudio 2 месяца назад

    Interesting video as well as the Firebase one.

  • @ishare1446
    @ishare1446 2 месяца назад

    Please make a video on how to use bolt for backend work after making a front end. This is great but additional backend stuff. Thanks!!!

  • @boxenryan
    @boxenryan Месяц назад

    how does this work for complex data persistence operations, storing local first than storing to remote versus realtime data?

  • @frustrated_dad
    @frustrated_dad 2 месяца назад

    Working on an app and was trying to find out what database would be appropriate.. I think I found it.
    Can we have a video of putting our apps behind a pay wall? Maybe different tiers too if possible.

  • @Mr-33rd
    @Mr-33rd 2 месяца назад +1

    what screen recording software youre using

  • @RomanRapido-g9k
    @RomanRapido-g9k 2 месяца назад

    Hope you can do a tutorial on Inventory Management using Supabase and bolt

  • @_islamickids
    @_islamickids 2 месяца назад +1

    can you also list some of thes important prompts in a directory?

  • @MrJacks1959
    @MrJacks1959 2 месяца назад

    Well articulated, coming from someone who is a novice. Thanks!

  • @ePreneurs
    @ePreneurs 2 месяца назад

    thanks for sharing. May I know what screen recording software do you use? :) And, well done ^^ Bolt is brilliant! I wonder also how it compares to windsurf ai

    • @TomekSulkowski
      @TomekSulkowski 2 месяца назад

      Thank you! I use Screen Studio (macos), and edit with DaVinci Resolve (macos & windows)

  • @wasimdorboz
    @wasimdorboz 2 месяца назад

    yep , for beginner , i can write policy and crud manually , just i wonder what is the model pretrained you use in this app bolt?

  • @JacobHandal
    @JacobHandal Месяц назад

    Yeah, but how do i make it so obly the website owner can access it for example i want the real estate agency to be the only one that can add/edit listings after /admin/login

  • @karl.marais
    @karl.marais 2 месяца назад

    A little off topic, but what happened to the option to open a repo from StackBlitz in Bolt?

  • @MichaelCookOfficial
    @MichaelCookOfficial 2 месяца назад

    Great video! Please cover how to deploy to GitHub and link Render next please! 🙏🙏

  • @bibhupanda8010
    @bibhupanda8010 2 месяца назад

    Can you share a link to the video of the Notes app creation pre Supabase addition?

  • @PaulShadwell
    @PaulShadwell Месяц назад

    I have created 2 apps, each with a real-time chat function, and even though I manually set the tables to real-time, I still cannot see real-time message updates.
    Is there something I am missing? I have used a lot of tokens trying to get Bolt to find a solution, but it tells me that everything looks fine and I should be seeing real-time updates now, but, unfortunately, I'm not. I'm wondering if it's a policy issue in Supabase but that all looks fine too. And I can monitor the database and see real-time updates happening.
    Any ideas? Suggestions? I also raised a support ticket in Bolt.

  • @saidmadridista
    @saidmadridista 2 месяца назад

    can we connect our app to MySQL database instead

  • @machete127
    @machete127 29 дней назад

    Why only support Spabase and not something more scalable? Like a node based backend using encore.ts that has automatic cloud deployment built-in. Bolt + Encore would be crazy.

  • @GetGradeGenie
    @GetGradeGenie 2 месяца назад

    when is stripe integration coming?

  • @semircohovic7903
    @semircohovic7903 2 месяца назад

    What keyboard you use ?

  • @MaartenSchrantee-d7w
    @MaartenSchrantee-d7w Месяц назад

    Please do the stripe video, been waiting one month... lovable already has this since last week. but it want to keep working with Bolt :) Any ETA?

  • @ampagetech2624
    @ampagetech2624 2 месяца назад

    Bolt is so great cuts y work by half or more , please consider doing google authentication mode and supabase.

  • @EdvanSouzaLive
    @EdvanSouzaLive 2 месяца назад

    Nice!
    Using windsurf from codeium is the same way?

  • @roohulahhasani812
    @roohulahhasani812 2 месяца назад

    Is it possible to make larger system with bolt?

  • @DmytroKorniienko
    @DmytroKorniienko 2 месяца назад

    How to integrate api of the speech to text into the app? I always bump into recurring errors while trying to do it 😢😢😢

  • @EmanuelJunior-wm8tt
    @EmanuelJunior-wm8tt 2 месяца назад

    Awesome I love it how is so easy, fast and powerfull

  • @Spouken
    @Spouken Месяц назад

    Do you know when it will support nextjs + supabase?

  • @izzetalsancom
    @izzetalsancom 2 месяца назад

    Hello as always great video i love it. Could you please explain firebase cloud storage using with bolt.new How should we make settings properly. thanks

  • @MycoMunchies
    @MycoMunchies 2 месяца назад +1

    stripe?

  • @amittripathi6664
    @amittripathi6664 2 месяца назад +1

    Please put in videos faster, pleaaase. Thanks once again

  • @biuromegadesign
    @biuromegadesign 2 месяца назад

    WOW, amazing

  • @creative_strengths
    @creative_strengths Месяц назад

    I’ve reached out to support and to eric by email twice and still no response ? is there actually any support available?! Can i get some help here…?

  • @princee9385
    @princee9385 2 месяца назад

    How can I add my csv file to the bolt.new wen app using superbase?

  • @zlatingorov7017
    @zlatingorov7017 2 месяца назад

    Which platform would you recommend for an app that needs to store a large amount of data and ensure reliable backups: Firebase or Supabase?

  • @DeepakSharma-hs5vq
    @DeepakSharma-hs5vq 2 месяца назад

    I am trying to connect the bunny cdn through its apis to retrieve my image folders for an app, but it doesn't connect after around 25 attempts and multiple new project setups as well, can you help with it? Thank You

  • @javierubiosv
    @javierubiosv 2 месяца назад

    Thanks for the video!! I would like to see a video adding Paypal as a payment method, because in my country we don´t have stripe :( But bolt it´s wonderful!!!

  • @arunkumarshanthi195
    @arunkumarshanthi195 2 месяца назад

    I am following the same steps as you do, but my app is not able to authenticate Supabase. All I get is Failed to fetch or AuthRetryableFetchError. Any idea what could be wrong.

  • @Make_it_Make_Cents
    @Make_it_Make_Cents 2 месяца назад

    Can you explain why you chose superbase rather than other databases services like firebase.

    • @TomekSulkowski
      @TomekSulkowski 2 месяца назад +2

      Honestly, both Supabase and Firebase (which are probably the most popular and the only 2 I'd consider anyway) are both good choices, so it comes down mostly to a personal preference: I'd do a test drive of both, see which dashboard etc feels easier to use. And compare pricing for your estimated needs, too!

    • @Make_it_Make_Cents
      @Make_it_Make_Cents 2 месяца назад +1

      @@TomekSulkowski Appreciate the quick response. I watched your firebase video and supabase looked easier to setup. So if they're both somewhat the same, I guess supabase it is.

  • @soufianea.9896
    @soufianea.9896 2 месяца назад

    Wonderful brother, can you please add a tuto of how integrate OPEN AI (or Claude) API Key in our web app

  • @amancarseat92
    @amancarseat92 2 месяца назад

    Help me please, different login devices, the data doesn't sync every time another device logs in, for example using my laptop there are details in the system, and open it on my phone there is no data filled in on the laptop.. I only see the laptop, the data doesn't sync, what code do I need have to do?

    • @charbax
      @charbax 2 месяца назад

      you haven't implemented the supabase or firebase database yet have you?

  • @OperaVocalCoach
    @OperaVocalCoach 2 месяца назад

    How can I decide to use Firebase or Supabase?

    • @TomekSulkowski
      @TomekSulkowski 2 месяца назад +2

      In my opinion both are excellent platforms, so it really comes down to personal preference. Your best bet is to try both out, see which interface clicks better with you, and definitely compare their pricing based on your expected usage.

  • @magic-4-ai
    @magic-4-ai 2 месяца назад

    Have you got idea how to clone project with supabase?

  • @Gartenpflegeabo24
    @Gartenpflegeabo24 Месяц назад

    Hey guys, can you pleeeease explain how to hide the apikeys and tokes from the front end? I use supabase as the database and when viewing the network tab I see the token and api..I should work with netlify functions but it just doesnt work. please help, haaalp! :D

  • @ePreneurs
    @ePreneurs 2 месяца назад

    can you share how to use apis from rapidapi with bolt new? ^^

    • @TomekSulkowski
      @TomekSulkowski 2 месяца назад +1

      Oh, interesting idea! I'll investigate!

    • @ePreneurs
      @ePreneurs 2 месяца назад

      @@TomekSulkowski Highly appreciated :) I love what you're doing there even trying bolt vs windsurf ai right now (Mind blowing!)

  • @taproot.studio
    @taproot.studio 2 месяца назад

    A video on calling on Claude or Chat GPT API pls.)

  • @nest3066
    @nest3066 2 месяца назад

    there is a problem when i am sign in

  • @MaorAviad
    @MaorAviad 2 месяца назад

    Try to create an app that stores images with description and tags for each image with image thumbnails

    • @maskman4821
      @maskman4821 2 месяца назад

      I have already done that(firebase storage), if you are interested I can share you the link to my app😊

    • @MaorAviad
      @MaorAviad 2 месяца назад

      @maskman4821 Yes, I'd like to have the link for that app

  • @usamaijaz-nq6wk
    @usamaijaz-nq6wk 2 месяца назад +1

    How to connect with MongoDB?

    • @jadens9569
      @jadens9569 2 месяца назад +1

      Just ask Bolt. 😂

    • @maskman4821
      @maskman4821 2 месяца назад

      ​@@jadens9569 Yeah 😂

  • @s.mharkness189
    @s.mharkness189 2 месяца назад

    Ive asked Bolt to do an app, now I want it to be standalone, a video (probably very quick) how to deploy and run on Windows or MacOS.

    • @b0k193
      @b0k193 2 месяца назад +1

      You click the big deploy button on the top right

    • @MrLoonzy
      @MrLoonzy 2 месяца назад

      @@b0k193 🤣

    • @maskman4821
      @maskman4821 2 месяца назад

      Here is the promot: "I want to add pwa features", thats all

  • @mr.revengaming8603
    @mr.revengaming8603 2 месяца назад

    task management please

  • @creditfossilapp
    @creditfossilapp Месяц назад

    We need Stripe integration ASAP. Seriously, what’s the point of building a web app masterpiece if we can’t even get paid when it’s done? Might as well just put up a “Free Samples” sign. Any updates?

  • @GetGradeGenie
    @GetGradeGenie 2 месяца назад

    Stripe integration pls!!

  • @raffimaulana8426
    @raffimaulana8426 2 месяца назад

    Is bolt using claude AI for generate all the codes?

  • @cblack5071
    @cblack5071 2 месяца назад

    Versioning please!

  • @ferasalshibli7359
    @ferasalshibli7359 2 месяца назад +1

    OpenAi API please ❤

  • @mikebak8915
    @mikebak8915 2 месяца назад

    Bolt does a horrible job understanding a .env file and also understanding all of the revolving parts for Auth, especially if its a custom auth setup from Next.
    Ive spent over 20M tokens trying to resolve a login issue because its not comminicating with my User table in Supabase. I keep getting the error "Invalid Credentials". It just keeps modifying the same 4 files over and over again.
    Ive even created a script that correctly creates a user in my Supabase prisma database and its there, but Bolt just cant figure it out.
    I want a refund.
    Ive spent well over $500 with Bolt and its not cool. Half of that money has been going back-and-forth on Bolt's stupidity.

  • @opi1143
    @opi1143 Месяц назад

    arnaque jais acheter des token est après il sont plus bon

  • @yuangamin6067
    @yuangamin6067 2 месяца назад +1

    I tried bolt today burned my 10m just for few hours its eats a lot of token for a few promt😢

  • @nedyalkokarabadzhakov5405
    @nedyalkokarabadzhakov5405 2 месяца назад

    I have a idea build similar but for dajngo., Thats cool its is deployable. Add some payment integrations and hosting support and thinks start to get seriuous.

  • @NatureWhichSurroundsUs
    @NatureWhichSurroundsUs Месяц назад

    I have been having big trouble with reset password flows :( the email i get has a link that sends me to a page that doesnt exist