From the looks of it you should rebuild a number of backend workflows as Python APIs you selfhost (on something like Render or Heroku). I do this all the time and it’s almost always far faster and cheaper to run (and develop) than trying to bake the same logic into Bubble… especially if you’re regularly updating many items in your DB. For example, I once hired a (good) Bubble dev who spent 20 hours trying to build an airtable integration that could perform special groupbys/rankings all via backend workflows… It was a mess of like 16 workflows all with 2 to 8 steps in them… and it was sloooow. I had him stop developing and coded the same thing up in Python in roughly 2 hours. It was maybe 20x faster than what he’d made and cost basically nothing (like $10 a month but more like $0 since I already had the server in place for running other background tasks/only had to add an endpoint). Lot’s of AI stuff plays nicely with Python… hopefully you can sort this all out
1 Like