Bolt.myaibuilt.app

I assumed that “bolt.myaibuilt.app” is yours, so please add it to the README.md file

1 Like

Its mine, I started hosting before I merged with Cole/oTToDev efforts.
I do link from there to here now.

I don’t mind it being in readme as example, others can add their hosted version too, I think its a good idea.

There is also https://ottodev-bolt.myaibuilt.app/ variant of domain

3 Likes

So do you keep it up to date?

1 Like

Yes, not daily, but I updated it at least once a week. Sometimes I merge things in to it a bit ahead of main branch.

2 Likes

Lovely, thanks a lot

Very good idea :+1: just a little question here I am not complaining but how are you handling our apikey if we are using it. That’s maybe a stupid question but I already got leaked one of my key and now I better know what it can do.

1 Like

Its stored in browser cache. Then sent to repo server, then sent to API provider.

In theory I can leak/grab it during the call.
Obviously I am not doing that.
But if provider allows its usually good idea to put limits on the key or not put too much money in to account where you are using key in such way.

Sadly not all providers allow calling directly their API from client.
OpenAI does allow that. Antropic I think does not.

I also am planing to make it possible to call LM Studio and Ollama from hosted version. Currently its not possible.

2 Likes

Hi, just wanted to let you know your link that says “subscribe to my youtube channel” does not work, I get taken to youtube.com after the @Eduards… part fails for some reason. Your channel link in this format works https://www.youtube.com/channel/UCLIo-9WnXvQcXfXomQvYSOg

Thanks, will fix when I deploy next time, may be today!

Just deployed new version where I also fixed that link. Thank you.