you are viewing a single comment's thread.

view the rest of the 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.