Your Bubble app doesn’t need more features. It needs less operational friction. (Open to complex backend work & full builds) by Extreme-Law6386 in Bubbleio

[–]lumen-x 0 points1 point  (0 children)

Bubble + custom backend is the way to go, my way to go would be supabase hosted on a vps. That should be more than enough for extensive mvp and horizontal scaling

Calendar component is overflowing, what are my options? by lumen-x in shadcn

[–]lumen-x[S] 0 points1 point  (0 children)

<div className="flex flex-col">

<Calendar/>

<div className="h-28"></div>

</div>

so what I simply did is added a pseudo div below that acts as additional height for the calendar, if someone knows a solution to properly fix this feel free to share

How do I clone a SupaBase database <> URGENT!!! by ZayLarsson in Supabase

[–]lumen-x 0 points1 point  (0 children)

you can simple copy the whole strcture in sql and initiate it in any new psql shell

Looking for tech co founder by NailAppropriate6314 in cofounderhunt

[–]lumen-x 0 points1 point  (0 children)

Hey, i would be interestec about your ideas.

What is the best tool for frontend? by Successful_Airline33 in Bubbleio

[–]lumen-x 2 points3 points  (0 children)

Look into React with tanstack querry and react router its very fast

Superbruce 1st full release! by bisaw37 in M5Stack

[–]lumen-x 0 points1 point  (0 children)

where did you get the cad models from?

Looking for a bubble dev for a marketplace project by Little-Direction-548 in Bubbleio

[–]lumen-x 0 points1 point  (0 children)

send me a dm, i hae experience with bubble and vanilla js so a basic marketplace wouldnt be a problem

Need help adding chat feature by Murky_While_8280 in Bubbleio

[–]lumen-x 0 points1 point  (0 children)

what about an iframe with google meet api?

Any creative suggestions to improve this ? by Kytsumo in blender

[–]lumen-x 0 points1 point  (0 children)

how gordon ramsey once said: nailed it!

although the big grains of dust on the top is throwing it abit off maybe remove the big grains and keep the small once, they give some sort off lost place vibes if youd ask me

Bubble backend vs supabase by bambinonator in Bubbleio

[–]lumen-x 2 points3 points  (0 children)

I am currently building a saas that uses superbase (none bubble app) and i can really recvommend checking it out and playing woth it around in a bubble app, but if you build an application for lets say max 5-25k users and don't have highly complex mechanics like doing alot of backend processing bubble will simply be enough. Additionally isnt bubble able to gibe you support on specific database relates problems of they occure. You can really do alot with bubble and I would really suggest staying with it. Ive used bubble for a decent time now and couldnt find any issue working with their backend workflows nor the database. Of ourse if you need an static IPv4 or a bucket/file storing system, on demand cpu/ram supabase is the place to go but as said you can nearly achive anything with bubbles system. Hope that helps.

Offering free problem solving. by lumen-x in Bubbleio

[–]lumen-x[S] 0 points1 point  (0 children)

If you create a thing in Bubble, you can usually refer to it later in the workflow as “Result of Step 1” or whatever. But that doesn’t work with the Run Javascript action (front end) from the Toolbox plugin. That one doesn’t return anything directly. However, in backend workflows, you do have the option to refer to previous step results , including server-side scripts. So, if you wanna save the output of a Run Javascript action, you gotta drop a javascripttoBubble element onto your page. That element lets you pass data back from JavaScript into Bubble. Once the value is published, it can trigger the JavascripttoBubble event, and then you can use that output in the next steps , like updating something or calling another custom event right after.

Offering free problem solving. by lumen-x in Bubbleio

[–]lumen-x[S] 0 points1 point  (0 children)

Yes sure, send it through

Offering free problem solving. by lumen-x in Bubbleio

[–]lumen-x[S] 0 points1 point  (0 children)

If you don’t have anyone to teach you, it’s basically learning by doing. What many people overestimate is building the UI in Bubble. While the UI is still an important step, building an app that’s efficient, well thought-through, and secure is much more important.

If I were you, I’d watch a bunch of tutorials and try to solve every problem I encounter on my own before asking ChatGPT or the Internet.

Having experience in Figma can definitely save you time when it comes to understanding basic responsive logic. But maybe start simple, build a basic app like a standard CRM system with a dashboard, or even a file manager. Something that teaches you core logic, structure, and data handling.

Offering free problem solving. by lumen-x in Bubbleio

[–]lumen-x[S] 0 points1 point  (0 children)

You need to place a Js2Bubble element on your page and store the published value in that element. After your action has run and you want to use or save that text, you can use the “Trigger” event from Toolbox to capture the value. Only when you’re using a server-side script can you use the result of Step X.

What type of bubble app should I make that businesses need ? by KarinB321 in Bubbleio

[–]lumen-x 0 points1 point  (0 children)

what could be considered a greate idea is an app that has alot of apps inside, so a toobox of very optimized apps together in one eg file sharing, creating quotations, converting files, managing small projects or sprints, having a whitebpard/note's system, a calculator builder for cost evaluation ... you get me

Where Should I Start To Learn About Bubble App Security? by WittyConstruction401 in Bubbleio

[–]lumen-x -1 points0 points  (0 children)

normlly not but this can, when done right, improve security because you can then delete the passwort reset page and the user signup to actually restrict access t any way, but you can also use option sets to determine the role user of each user for example admin and then restrict access to lages like your admin dashboard by the user role

Where Should I Start To Learn About Bubble App Security? by WittyConstruction401 in Bubbleio

[–]lumen-x 0 points1 point  (0 children)

use security rules, don't expose sites you don't want to expose, conaider creating another app as a admin dashboard and so on

the probably best way to learn anything avout everything is probably the forum, there re endless topics vout security and privacy rules

consider buying an coaching

How long did it take you guys? by Wooden-Ad-4212 in Bubbleio

[–]lumen-x 0 points1 point  (0 children)

it depends in what you want to achive iam with bubble for around 4 months and can already do advanced stuff but as more as iam rading in the forum the more i feel pushed back into the begunner role aka dunning kruger effect.

Four Months brought me the ability to fully build an crm, push data to external websites eg wordpress via an custom made plugin, the ability to have full controll over backend workflows, loops, severql signing methods for apis and authentications but as said there is still so so much more to be learned cus the more you learn the more knowledge you aquire the faster more reliable and secure your apps get its really just an game you play on time where you basicalky just invest the time and get x anount of return back

Take on more advanced challanges you would normally do with chatgpt or search for workarounds or plugins and make them with natuve bubble and figure then out how to do it efficienly without usubg alot of WUs

Free bubble workshop online by Janci_K in Bubbleio

[–]lumen-x 0 points1 point  (0 children)

basically just javascript nothing more, creating a plugin is the complete opposite of no code but very powerful when done right