Tweet
Spent all day doing a two-way integration between @airtable and @bubble

Didn't know Airtable was SO powerful. Calculated fields, great sorting/filtering and you can trigger webhooks easily. No need for Integromat/Zapier to keep DBs synchronized!

#buildinpublic #buildwithbubble
Great addition to the Bubble landing page!

They now let you edit a test page to see how it works.

A super quick way to play with a working editor πŸ’‘

#buildinpublic #buildwithbubble
The best thing you can do to prepare against future Bubble changes like the one we saw today is learning how to connect it to an external database.

You can start with this Bubble + Xano series of videos: youtube.com/playlist?list=…

#buildinpublic #buildwithbubble
Some browsers let you scroll beyond the top/bottom of the page, showing an awkward white background 😞

The "Set Page Background Color" plugin solves it implementing 1 line of code for you.

Watch the video for a before and after

#buildinpublic #buildwithbubble
Something that I wish @bubble would add to the new responsive engine

justify-content: center

It's currently impossible to center an item vertically in a column without CSS

I know it's just a line of code but... why is this not native bubble? πŸ€·β€β™‚οΈ

#buildinpublic #buildwithbubble
Share of the day: The @AirDevCo Canvas Design System Figma

They made it public and free for everyone to use!
Figma file: figma.com/community/file…
Landing page: build.airdev.co/figma
Documentation: docs.airdev.co/canvas/for-des…

#buildinpublic #buildwithbubble
Something we're trying to do with NoCode Bits is to create "incremental" challenges

1. you get something to work
2. you improve it a little bit
3. you improve it a little bit more
4. you do it the best way it can be done

#buildinpublic #buildwithbubble
The new @bubble responsive engine removes the need for so many groups.

That, together with a good use of reusable elements, is key to keeping some order in your apps.

Look at the before and after for a section of a page I'm migrating

#buildinpublic #buildwithbubble
How do you organize your weeks? Do you have calls every day or do you stick to 1-day only?

Also, do you find threads like this to be useful? If you do, I can share more details about how I work, make decisions, etc. Trying to #buildinpublic here, so feedback is appreciated :)
Is Bubble's storage too expensive?

Bubble charges $10/month for 10GB. A service like @wasabi_cloud charges $6/month for 1 TB.

166x less!

But is Bubble only offering storage?

Read what forum user Sudsy has to say

#buildinpublic #buildwithbubble
Today I watched the replay from ODNC Demo Day. It's inspiring to see what you can create with @bubble.

Tomorrow I'll go back to #buildinpublic and #buildwithbubble. Today it was my turn to see other makers' creations πŸ˜„
I just watched the replay from ODNC Demo Day. 7 apps were presented. They were all AWESOME.

It's inspiring to see what you can create with @bubble.

Tomorrow I'll go back to #buildinpublic and #buildwithbubble. Today it was my turn to see other makers' creations πŸ˜„
Built a @bubble app this weekend that does Speech to Text πŸ™‚

1. Upload audio
2. Send it to AWS Transcribe
3. Edit the transcription, replace speaker labels
4. Jump to a specific point of the audio if needed

#buildinpublic #BuildWithBubble
Just read March update from the @bubble team.

Exciting things they're working on:

1. New plugin editor (adapted to Flexbox)

2. Performance improvement (HTML & CSS generated upfront)

3. SOC2 compliance (will help with adoption from big cos)

#buildinpublic #buildwithbubble
Creating lists from other lists with native Bubble is kind of hard but it is super easy if you use some Javascript, thanks to array methods (map,forEach,filter...)

I'm building a simple plugin to do all sorts of operations πŸ™‚

#buildinpublic #BuildwithBubble
Another great improvement implemented by the Bubble team.

This means we'll probably be able to create hundreds of objects in seconds. The bulk create endpoint is now 8x faster than before!

#buildinpublic #buildwithbubble
Share of the day: An incredibly underrated YouTube channel that teaches you how to combine low-code with Bubble.

Launchable AI: youtube.com/channel/UC3q26…

They have 1-hour long tutorials covering NLP, speech-to-text, computer vision and more😍

#buildinpublic #buildwithbubble
Made a very simple full screen menu to replace the sidebar one in @ProNoCoders

It was surprisingly difficult to have both the header and the menu as reusable elements. I made it work but my setup is quite complicated. I might review it tomorrow!

#BuildwithBubble #buildinpublic
This morning I replicated the scroll bar from the Figma artboard, using a bit of CSS.

It’s an easy way to style your Repeating Groups and make them look better.

Check this tweet to see the 3 steps process and the code to replicate it yourself.

#BuildwithBubble #buildinpublic
@isellgreatideas @bubble @AirDevCo @jasonyuandesign 1. Go to Settings β†’ General and check "Expose the option to add an ID attribute to HTML elements"

2. Go to your Repeating Group and at the end of the element options add an ID. I chose "scrollbar_rg"

3. Drop an HTML element on the page and copy the code from the next tweet