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
Your SaaS Isn’t Failing — Your Copy Is. User Avatar 61 comments The Future of Automation: Why Agents + Frontend Matter More Than Workflow Automation User Avatar 21 comments No Install, No Cost, Just Code User Avatar 20 comments Build AI Agents & SaaS Apps Visually : Powered by Simplita ai User Avatar 17 comments AI Turned My $0 Idea into $10K/Month in 45 Days – No Code, Just This One Trick User Avatar 13 comments How Growth Actually Kills your Startup User Avatar 6 comments