9
0 Comments

Bubble + code

My last few projects, all starting in Bubble, have ended up using what I'm calling the BEN stack: using Bubble for all straightforward functionality like frontend, login, and database, and then using an Express/Node app to do backend functionality that Bubble can't handle.

I'm trying to put this stack through its paces, so I'm curious if any of you have any Bubble apps that are running into limitations. Here are a few examples of things I'm building that use the stack:

  • an API doesn't return data in the way we need it to, so build a custom API wrapper in Express to reformat the data to pull into Bubble
  • needing to scrape a website as part of a workflow using a virtual browser (user provides link, we scrape it and return certain elements to Bubble)
  • API intensive apps that rely on cron jobs: every 60 seconds, keep this service outside of Bubble up to date (calendar, app, email, etc)
  • workflow action that creates a separate hosted HTML/CSS page (landing page generator) running on a node server that a user can hook up to a custom domain with an IP address
  • Building embeddable apps that don't run into iFrame cross-origin issues

Here's a more in-depth example of how I built NotionMetrics, which taps into a few of these: https://www.youtube.com/watch?v=dVGbrLF7sEo

posted to Icon for group No-Code
No-Code
on December 22, 2020
Trending on Indie Hackers
This Week in AI: The Gap Is Getting Clearer User Avatar 45 comments 1 small portfolio change got me 10x more impressions User Avatar 28 comments AI Is Destroying the Traditional Music Business and Here’s Why. User Avatar 22 comments A Tiny Side Project That Just Crossed 100 Users — And Somehow Feels Even More Real Now User Avatar 13 comments From 1k to 12k visits: all it took was one move. User Avatar 11 comments Tell me what your business does, I’ll show you the growth loops you’re probably missing. User Avatar 10 comments