What is the best Ai for Bubble development assistance? I’ve been utilizing ChatGpt but it falls short in some areas and I find myself correcting it on how Bubble actually works.
Any advice would be helpful. Thanks in Advance.
What is the best Ai for Bubble development assistance? I’ve been utilizing ChatGpt but it falls short in some areas and I find myself correcting it on how Bubble actually works.
Any advice would be helpful. Thanks in Advance.
Best I are the H here ![]()
I built a custom gpt to handle queries.
There are prebuilt ones also.
Gemini is the best coding AI and is great at bubble plugins if you give it the right guiderails and training. I use custom gems that connect to googledocs that I just dump webscrapes into with lots of examples of working plugin functions etc.
You can do a webscrape using apify if you don’t want to scrape manually.
Good to know. Thanks
I’ve seen the same with AI tools (i’ve tried chatGPT, claude, gemini) struggling with platform-specific quirks.
What helped me was feeding in real examples from my own builds and being very explicit about how things actually work in practice. Once it has that context, the outputs get a lot more usable.
Good insights overall ![]()
Can’t wait to build some plugins using these suggestions — especially around feeding AI real Bubble-specific context and examples.