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!
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.
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?
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.
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? "
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.
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
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
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
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
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 😂
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.
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
4/5 Stars - The video could be a little longer with the email verification. If this note app is for public use, how to ensure that developers maintain privacy of their data. But overall it was good quick tutorial.
I think that making a form with the questions that come up the most could be done and then made a long format video to cover the most frequent use cases via its supabase back end
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
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.
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 ))
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.
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?
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
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.
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?
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!
@@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.
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
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
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!!!
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.
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?
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.
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.
These videos are very important for your bolt community
Now THIS videos are what will take Bolt.New to a whole new level. Thank you. Keep them coming. ❤️❤️
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!
Thank you! 🙏 Great idea, too! I've been wondering what the followup in the Supabase series could be. This is perfect!
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.
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?
Very good idea
You can build a super admin view to delete users solo or in batch. Works just great
When you do the stripe payment video, I’d love to see webhook integration into bolt. That’s been killing me.
I literally came back to this video to ask for this
@@fejiroc same! anyone get there?
Yes, that would be interesting.
@@fabricioburning3247 yes! this will be very helpful
Same - stripe hook video .. been working my butt off with datacloneerror when trying to implement stripe.
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.
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)
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? "
helpful - thank you
thanks
Thx man
Working on an App using SupaBase now! Perfect timing.
Hey, that's awesome!
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.
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.
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
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 🤩
I Can't image how is messed myself up trying to do this. Amazing insight. Kudos.
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
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
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
can u please add image uploads also. we need more demos on how to do CRUD and deploy to netlify
Good point. Will do!
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 😂
@@StackBlitzOfficial thank you. I hope you can show with firebase cloud storage. Thanks
@@maskman4821 How did you do that ? Can you make any video turoial if its possible ?
I love so much this!! thank you
Would love to see a tutorial on hooking up a payment processor for either subscriptions or one time transactions.
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.
Great video pls keep them coming, as someone who doesn't know how to code this type of videos are awesome :D
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
4/5 Stars - The video could be a little longer with the email verification. If this note app is for public use, how to ensure that developers maintain privacy of their data. But overall it was good quick tutorial.
I think that making a form with the questions that come up the most could be done and then made a long format video to cover the most frequent use cases via its supabase back end
Agree ❤
Thank you so much!! This is great.
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
Thank you! I use Screen Studio (macos), and edit with DaVinci Resolve (macos & windows)
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.
Thanks so much for doing this video. I just went through each of the steps and everything worked perfectly!
Oh, that's awesome! I'm super happy to hear that!
Sir, well done for responding to our requests.
I did not even knew about supabase, that was valuable information 🤯
Was eagerly waiting for this supabase video. thanks and keep sharing more videos tutorial. Bolt.new ROCK'S 🎉
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 ))
Bolt has been totally unable to implement payment for different plans. I wonder what am doing wrong
can you also list some of thes important prompts in a directory?
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.
Great video! Answered some of the questions I had for setting up a database
6:42 thats face of a happy man 🎉
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!!!
Waiting for the new video of the integration with Stripe.... Just recenly integrated Supabase and it's a game changer🎉
what screen recording software youre using
Very nice, good job guys!
yep , for beginner , i can write policy and crud manually , just i wonder what is the model pretrained you use in this app bolt?
Hope you can do a tutorial on Inventory Management using Supabase and bolt
A little off topic, but what happened to the option to open a repo from StackBlitz in Bolt?
Can you share a link to the video of the Notes app creation pre Supabase addition?
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?
Nice!
Using windsurf from codeium is the same way?
Interesting video as well as the Firebase one.
Well articulated, coming from someone who is a novice. Thanks!
Do you know when it will support nextjs + supabase?
Is it possible to make larger system with bolt?
What keyboard you use ?
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?
How can I add my csv file to the bolt.new wen app using superbase?
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
when is stripe integration coming?
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.
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?
you haven't implemented the supabase or firebase database yet have you?
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…?
can we connect our app to MySQL database instead
Can you explain why you chose superbase rather than other databases services like firebase.
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!
@@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.
stripe?
How to integrate api of the speech to text into the app? I always bump into recurring errors while trying to do it 😢😢😢
Great video! Please cover how to deploy to GitHub and link Render next please! 🙏🙏
WOW, amazing
Wonderful brother, can you please add a tuto of how integrate OPEN AI (or Claude) API Key in our web app
can you share how to use apis from rapidapi with bolt new? ^^
Oh, interesting idea! I'll investigate!
@@TomekSulkowski Highly appreciated :) I love what you're doing there even trying bolt vs windsurf ai right now (Mind blowing!)
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
Please put in videos faster, pleaaase. Thanks once again
I'll try! 😅
Try to create an app that stores images with description and tags for each image with image thumbnails
I have already done that(firebase storage), if you are interested I can share you the link to my app😊
@maskman4821 Yes, I'd like to have the link for that app
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
Awesome I love it how is so easy, fast and powerfull
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!!!
How can I decide to use Firebase or Supabase?
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.
there is a problem when i am sign in
Bolt is so great cuts y work by half or more , please consider doing google authentication mode and supabase.
Have you got idea how to clone project with supabase?
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?
Which platform would you recommend for an app that needs to store a large amount of data and ensure reliable backups: Firebase or Supabase?
I have the same question.
A video on calling on Claude or Chat GPT API pls.)
Yas! Awesome idea 🙌
Is bolt using claude AI for generate all the codes?
Yes.
task management please
Stripe integration pls!!
How to connect with MongoDB?
Just ask Bolt. 😂
@@jadens9569 Yeah 😂
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.
You click the big deploy button on the top right
@@b0k193 🤣
Here is the promot: "I want to add pwa features", thats all
Versioning please!
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.
OpenAi API please ❤
Great idea! Noted 🙏
arnaque jais acheter des token est après il sont plus bon
I tried bolt today burned my 10m just for few hours its eats a lot of token for a few promt😢
try turning on diffs, saves 90% of tokens
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.
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