Has anyone connected the Bubble.io database with an AI?

Hi Bubble community!

I hope you’re all doing well. I’m exploring the possibility of integrating artificial intelligence with the Bubble.io database and was wondering if any of you have attempted or succeeded in doing something similar.

I would love to know what tools or methods you used and if you faced any challenges during the process. Any advice or experiences would be greatly appreciated!

Thanks in advance for your help and time.

See Connect OpenAI to Bubble Database? - #2 by redvivi.

You may use any LLM plugins leveraging function calling to feed your data to your AI engine.

1 Like

I’ve been curious about this too! I’ve seen a few people suggest using APIs like OpenAI and leveraging function calls to exchange data with Bubble’s backend. From what I gather, setting up webhooks and parsing responses into Bubble’s workflows can work well. Still figuring out the best structure though—interested in hearing more real-life examples.

Feel free @stevemarkovick to review the examples supported bu plugin for a real-life use-case

I use OpenAI to create social media posts which I save into my database first. Then post them on a specific date and time. What exactly are you trying to do? :blush: