2
0 Comments

How I extend Bubble's capabilities with Node.js + Express [POST/VIDEO]

I'm working a lot with a Bubble/Node/Express stack these days, here's why:

Bubble is super fast to build front end pages, comes with the database, and most of the workflows are perfect for user functionality, payments, and most "out of the box" software app functionality.

But when actually building some complex functionality, which requires heavily leaning on APIs and transforming data, that quickness is lost. I think this is where a ton of people get stuck in Bubble and either 1) settle for an app that doesn't do that much or 2) take months to master the no code skills that could have actually been done faster with some light code.

Enter Node/Express - with a few terminal lines, you've got your own API up and running, and with Bubble's API connector you can pretty seamlessly connect it to your Bubble app. You can take advantage of turning those API routes into a cron job in Heroku, which is way easier than handling scheduled workflow runs in Bubble (plus it's free, Bubble makes you pay quite a bit for them).

If you want to dive in more, I made a video walking through how I used this stack in an app I built: https://youtu.be/dVGbrLF7sEo

Anyone else using Bubble/Node/Express?

posted to Icon for group No-Code
No-Code
on October 21, 2020
Trending on Indie Hackers
I got my first $159 in sales after realizing I was building in silence User Avatar 51 comments I spent more time setting up cold email than actually selling. Here is what fixed it. User Avatar 41 comments Three Days Before Launch, I Let My Own Tool Tear Me Apart User Avatar 33 comments I got tired of rewriting the same content for 9 different platforms. So I built Repostify. User Avatar 27 comments A pattern I keep seeing in EdTech: traffic isn't usually the problem. User Avatar 23 comments I built a PDF API because every team I know has a haunted corner of their codebase they never want to open User Avatar 20 comments