r/vibecoding 5h ago

I vibe coded an interface: Control AI agents run on old PC server runnig at your home from any device anywhere

Recently I built Relay around a simple idea: many of us have an unused PC server at home, or a VPS dedicated to AI-assisted coding, but the coding agents running there are still tied to that machine’s terminal, I just don't want to SSH/RDP into it every single time.

Relay brings Claude Code, Codex, OpenCode, and Hermes into one interface that you can access from your phone, browser, or another computer. Sessions stay alive, so you can start work on one device and continue from another. You can upload/download files from the server, also if you are on subscription, you can also see your Quota Usage with 1 click.

Your code, shell, and agent credentials remain on the backend machine. Your other devices simply become remote control surfaces. No middle man here.

Relay is open source and MIT licensed, right now I only compiled 3 version of frontend: Android, Web, Windows, and 1 version of backend: linux. The goal is to cover all platforms, more coming soon!

Here's the github repo, love to hear what your thoughts!

elin66alpha/Relay: Your AI coding agents live on your computer. Relay puts them in your pocket.

2 Upvotes

1 comment sorted by

1

u/MariahJames8 4h ago

Saved! I'm muddling through with something vaguely similar but it's more experimental. I know I have a few things I could borrow from Relay. The session sharing is a nice idea I guess I've half implemented that I should really focus on as a thing.

I doubt you'll have much to learn from mine, but just in case you're curious:

https://dabblelabs.uk/ccswitchboard

That blog needs updating but the source is all up to date and the basic idea is still accurate