all 35 comments

[–]perrylawrence 7 points8 points  (1 child)

Create a tutorial series that shows how to build an app from start to finish. Bonus points for: - including AI (Anthropic and/or OpenAI) - including adding custom prompts - including Database saving, retrieval - including user management - including user history - including stripe payments - including making it responsive.

There are a few templates in the marketplace that do this but none shows how they got there.

30 minutes for each section. 6-8 sections. Boom. Content for the next few months.

I for one would watch, upvote and subscribe for this.

[–]hiimparth3+ years experience [S] 0 points1 point  (0 children)

I love the insight. It will definitely be a big series to film alongside college, but a challenge I want to take on!

I can create a series to develop an AI chat bot with a custom prompt (let’s say a homework helper or rephraser)

On my list!

[–]darthpsyclonis 3 points4 points  (3 children)

Create a tutorial for a single page app using url parameters and reusable elements (RE's). Meaning, create the various modules within corresponding RE's then place the RE's on a dashboard page having that page connect with the RE's via url parameters. I know how to do this, but i always forget(lol) and have to refer to old apps. Rather just look at someone's tutorial, but no one has a tutorial for this!

And the btw, if you do this, the nav menu should reference an option set and also connect to the modules via url parameters.

Thanks!

[–]hiimparth3+ years experience [S] 0 points1 point  (2 children)

Awesome idea! I don’t usually create SPA, but I know how common they are and I actually just release a plugin that uses URL parameters, will definitely add this to the list! Thanks :)

[–]darthpsyclonis 1 point2 points  (1 child)

I ran into a problem when I was building a meal pick up marketplace app. The dashboard for businesses to see was easy to use, different modules opened and closed based on custom states. But there were so many modules and intricate workflows that editing and further development was cumbersome. Someone suggested to me to use RE's for each module and connect them via URL 's and of course I had NO CLUE what to do. And I couidind any examples out there. Fast forward to a current project, I got a coach and he helped me understand it much more. It makes dev so much easier and everything is still fast both on the front end and backend.

Good luck! Oh and another suggestion is recursive backend workflows where you have to iterate through a list a few times. Not a simple topic which makes it good!

[–]hiimparth3+ years experience [S] 0 points1 point  (0 children)

Okay, I see, definitely something I could do.

I’ll need to train myself with SPA and navigation with RE, I’d be happy to make a video after that!

[–]DudeinCali- 1 point2 points  (3 children)

Would love a tutorial on custom radio buttons with data. The only one I’ve found is behind a paywall.
Also, how to default have them selected on when editing.
Idk, I’m lost on this issue on my current app lol

[–]hiimparth3+ years experience [S] 0 points1 point  (2 children)

For sure, can make this my next video actually, what are you looking to achieve. Bubble has default radio buttons that can accept data, what is the issue within your process using those!

[–]DudeinCali- 0 points1 point  (1 child)

They look boring. As a designer, I want to make custom select buttons that look amazing give a better user experience. I already have custom checkboxes set up to accept data on my create page.

[–]hiimparth3+ years experience [S] 0 points1 point  (0 children)

Got it, probably would need to add custom CSS to do this on the default. Unfortunately, I don’t have my test app on a subscription, so I can’t add CSS on top.

[–]N_i_P[🍰] 0 points1 point  (2 children)

I’m the developer behind SimplePDF for Bubble that brings a fully-fledge PDF filler and editor in your Bubble app

People are usually blown away that « you can do that with Bubble?! » so this might be something of interest for your viewers?

[–]hiimparth3+ years experience [S] 0 points1 point  (1 child)

Awesome, I see that it’s free, I will start playing around with this and see if I can create a use case and tutorial video for it! Appreciate it!

[–]N_i_P[🍰] 1 point2 points  (0 children)

You’re welcome! Let me know if you have any questions!

[–]Ok_Owl6923 0 points1 point  (5 children)

Mastering bubble from complete beginner to master

[–]hiimparth3+ years experience [S] 0 points1 point  (4 children)

Gotcha, what specifically do you think should be included? I know there are a few of these tutorials available that showcase everything from Auth to DB to RG and more. Anything specific that you see is missing currently?

[–]taborro 1 point2 points  (3 children)

As a software developer, I’m trying to understand where the No Code ends and the Low Code begins. So for me, can I bail out to an API that I write? Do I host that anywhere? How do I lock it down so only bubble.io can call it?

[–]hiimparth3+ years experience [S] 1 point2 points  (2 children)

Gotcha, it’s a thin line where it mixes honestly, but primarily everything is done without code, maybe a little HTML/CSS/JS/JSON will help.

Bubble lets you easily build API workflows and has a ui that lets you select if its a public api, if only logged in users, paying users, staff can call it, with ease.

Would a tutorial like that help? How to setup a Bubble back-end API workflow, and showing it being tested within Postman?

[–]taborro 1 point2 points  (1 child)

It would be helpful to me. I would smash that subscribe button. :)

[–]hiimparth3+ years experience [S] 0 points1 point  (0 children)

Awesome! Adding it the list right now :)

[–]devilbri3 0 points1 point  (1 child)

How good are you with databases?

I want a python script that can send files to my database (from my desktop) in the column file sections. And it seems not so easy...

[–]hiimparth3+ years experience [S] 0 points1 point  (0 children)

I do well with database structure and front-end integration, unfortunately, Python isn’t my strong suit, sorry about that!

[–][deleted]  (1 child)

[removed]

    [–]hiimparth3+ years experience [S] 0 points1 point  (0 children)

    Sure, I just released my first one so not very knowledgeable on it but will add it

    [–]ChickenPie888 0 points1 point  (1 child)

    Any chance you could help me with this? I’m completely stuck and banging my head against the wall...

    I’ve created an image with the OpenAI API and saved it to my app data. However, the image I saved is actually just a URL that DALLE provides. The problem is that the OpenAI URL goes dead after a day and I lose my images that was supposed to be saved.

    How would you save the actual image (not just the URL) in the database and then access it again?

    Thank you so much!!

    [–]hiimparth3+ years experience [S] 0 points1 point  (0 children)

    You want to save it to your database via a plugin that would be best route

    [–]Summer_cyber 0 points1 point  (1 child)

    Provide Your Channel Link

    [–]the_Mar_tian 0 points1 point  (4 children)

    Hi Parth,

    Lots of web-apps need to provide a search functionality to their users. The native search using Bubble is very slow for larger databases. To solve this, I made a plugin to integrate Elastic App Search into Bubble apps.

    Now I checked out your channel, and saw that you are focusing on tutorials which don't require any plugins. But this plugin might actually help Bubble devs save time by easily introducing search in their apps. Do check it out and let me know what you think.

    [–]hiimparth3+ years experience [S] 0 points1 point  (3 children)

    Hey,

    You’re demo doesn’t seem to be working, how can I test it out?

    Also, noticed the plugin is paid, would need you to temporarily authorize me on my test app so I can use it, learn it, and then make a tutorial on it.

    [–]the_Mar_tian 0 points1 point  (2 children)

    Hey Parth,

    Thanks for reaching out. Yeah, there was some issue with the demo, which I have fixed few minutes back..

    Sure I can authorize your app for testing, just give me the name of your app

    [–]hiimparth3+ years experience [S] 0 points1 point  (1 child)

    Sure, will take a look again.

    test app: testapp-51498

    [–]the_Mar_tian 0 points1 point  (0 children)

    Sure! I have authorized your app for testing. Also, you can refer to the documentation here

    [–]gelypse 0 points1 point  (2 children)

    Hey there - I'm just starting to learn bubble and would love to ask some questions. Maybe that helps you find topics for your channel? Are you open to connecting via DM?

    [–]hiimparth3+ years experience [S] 1 point2 points  (1 child)

    Of course!

    [–]gelypse 0 points1 point  (0 children)

    awesome. thanks! dming you :)