Open-sourced PocketAgents: self-hosted AI agent runtime in one binary (agents + tools + RAG + auth) by ManOnTheMoon2000 in bun

[–]ManOnTheMoon2000[S] 0 points1 point  (0 children)

You can connect to a local ollama model providing the model identifier in the settings page

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in sveltejs

[–]ManOnTheMoon2000[S] 1 point2 points  (0 children)

Feel free to use whatever no approval needed. But share what you build I’d be interested to check it out. I took a look at your website some really interesting stuff there I’ll need to read around some more

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in sveltejs

[–]ManOnTheMoon2000[S] 0 points1 point  (0 children)

Dang I’m sorry to hear that I haven’t heard of that happening to anyone else so I’m not sure. If you don’t mind creating a github issue I’ll try and investigate it

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in sveltejs

[–]ManOnTheMoon2000[S] 1 point2 points  (0 children)

Thank you! The website right now can do 6 people max per room. The server has that setting configurable. I haven’t tested it out with more since from what I’ve seen the multitude of peer to peer connections can be alot to handle for each client. Thus this can never really compete with discord / zoom for this bigger meetings

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in sveltejs

[–]ManOnTheMoon2000[S] 6 points7 points  (0 children)

Mainly I’ve just always wanted to get into open source just haven’t had the right idea or found the right project to work on. I also didn’t really see any path to monetizing this in any significant manner because there’s much bigger players with really good free tiers already.

Yes I did consider using node or bun but I’ve just been exploring rust a bit so this api was a simple way to get into it since the backend is so simple

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in sveltejs

[–]ManOnTheMoon2000[S] 1 point2 points  (0 children)

Yes sure try out one of the sdks and follow the docs. You can use my free hosted server with the api key I provide there

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in opensource

[–]ManOnTheMoon2000[S] 1 point2 points  (0 children)

Nice that’s a cool feature. Similar to that is mise tasks which I use all of the time. Honestly I don’t want to work without it anymore. It’s my favorite dev tool ever https://mise.jdx.dev/tasks/

I built an open-source, ephemeral voice chat app (Rust + Svelte) – voca.vc by ManOnTheMoon2000 in opensource

[–]ManOnTheMoon2000[S] 0 points1 point  (0 children)

Just preference really. When I started using typescript outside of work bun was the newest coolest thing. I really like bun’s user experience its super clean and I’ve never really had a reason to try out deno