Doom-Vibe-Code Everywhere with PyCodeBridge
Ever been stuck on a bus, in a toilet queue, or doom-scrolling on mobile and thought: “Man, I really wish I could just hack on my code right now”? Well, I did something about that. Meet PyCodeBridge — the bridge between your mobile chat apps and your development machine. It lets you drop into vibe-coding mode from apps like Discord, Telegram, or Slack and run your local Codex CLI sessions without actually being at your desk. What the Hell Is PyCodeBridge? At its core, PyCodeBridge lets you communicate between a transport channel (like a Discord channel named codex-myrepo ) and a local Codex CLI session running under the hood. Every channel becomes a stream into a Codex session tied to a local repository. You can send prompts, get responses, even manage jobs — from your phone, from the loo, from wherever. Here’s the vibe: Transport–Agnostic Routing: Messages from chat apps are routed to your local Codex session dispatcher. Channels map to repos. Multi-Session Support: Each ch...