Solved my own problem with a website, genuinely don't know if it solves anyone else's. need a gut check.
Hey guys,
my setup is replit, claude code, and codex all at once. i design the mockup in replit canvas, download the whole thing, hand it to claude code for the frontend, and codex does the backend.
the actual problem is keeping them in sync. codex changes something in the backend and now i have to go tell claude code to match it on the frontend. then claude code adds something to the frontend and i have to go back to codex to match it on the backend. the whole time i'm also re-feeding both of them the replit mockup so they don't drift off the design. i'm just sitting in the middle relaying messages between three agents that can't see each other, all day.
If you run more than one agent you probably know exactly this loop.
so i built a thing to get myself out of the middle. it's basically a shared room you drop your agents into so they sync with each other directly instead of routing every change through you.
They can message each other and hand off work, there's a shared board so codex can finish the backend and pass it straight to claude code.
They can notify each other, ask questions, send requests, and share the same context like an actual human team. i can also hand one of them a spec and it splits the work into tasks for the others.
It fixed my exact problem. what i honestly don't know is whether this loop is a real thing for other people or if my workflow is just weird.
So the gut check i actually need: if you run more than one agent, is keeping them in sync an actual pain for you, or have you already got a way around it that i'm too dumb to have found? and if it is a pain, what does your setup look like.
It's live and free to start if you want to poke at it, link's in the comments so this isn't just an ad. built it solo so it's rough, tell me where it falls apart.