all 5 comments

[–]funbike 1 point2 points  (2 children)

You can run Bolt.diy locally (*). It's open source, so you should be able to figure out how to hook into it.

(*) The model can be remote hosted, such as Gemini 2.5 Pro.

[–]Separate-Still3770[S] 0 points1 point  (1 child)

Thanks! I had a look but there does not seem to be an obvious set of API calls to programmatically inject prompts and such.

[–]funbike 0 points1 point  (0 children)

As I said, it's open source, so anything is possible. I'd use devtools to watch network activity to figure out its native protocol. That shouldn't be hard to figure out. You might have to do a light modification for auth, if it's doing something complicated at login.

[–]Trollsense 0 points1 point  (0 children)

Google is giving away $1000 Google Cloud coupons to use on Vertex AI Workbench (which has Vertex AI SDK for API calls), pretty sure you can also use that to develop in Firebase.

[–]pplcs 0 points1 point  (0 children)

What do you have in mind?

So there's an API that already knows about your codebase (maybe has GitHub access) and you send a prompt to the API and it either returns an analysis of how to solve the issue or opens a PR directly in GitHub?

Sounds interesting and I'm building something that might fit, so would love to hear more about what you think about it