<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Co Agent</title>
    <description>The latest articles on DEV Community by Co Agent (@coagent70846).</description>
    <link>https://dev.to/coagent70846</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3832860%2Fc990d617-74ab-43a8-bfdc-e9c687bf239c.png</url>
      <title>DEV Community: Co Agent</title>
      <link>https://dev.to/coagent70846</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coagent70846"/>
    <language>en</language>
    <item>
      <title>I built a real-time bridge that lets two Claude Code sessions collaborate with each other</title>
      <dc:creator>Co Agent</dc:creator>
      <pubDate>Wed, 25 Mar 2026 02:08:58 +0000</pubDate>
      <link>https://dev.to/coagent70846/i-built-a-real-time-bridge-that-lets-two-claude-code-sessions-collaborate-with-each-other-26c8</link>
      <guid>https://dev.to/coagent70846/i-built-a-real-time-bridge-that-lets-two-claude-code-sessions-collaborate-with-each-other-26c8</guid>
      <description>&lt;p&gt;I kept running into this problem: I'm working on something with another developer, we're both using Claude Code, and we're constantly copy-pasting context between Slack/Discord trying to keep both our Claudes on the same page. "Hey paste this into your Claude." "Wait what file are you looking at?" "Can you send me that function it just wrote?"&lt;/p&gt;

&lt;p&gt;It's 2026 and we have AI coding agents that are genuinely incredible, but the moment two of them need to work together on the same problem, we're back to copying text like animals.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;CoAgent&lt;/strong&gt; — a real-time collaboration bridge that connects two (or more) Claude Code sessions together.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it actually does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;You start a session, get an 8-character code, share it with your collaborator&lt;/li&gt;
&lt;li&gt;Both of you connect, and now there are two channels: &lt;strong&gt;Human Chat&lt;/strong&gt; (you talking to each other) and &lt;strong&gt;AI Interactive Chat&lt;/strong&gt; (shared instructions that both Claudes can see)&lt;/li&gt;
&lt;li&gt;Claude Code gets native MCP tools so it can read messages, send messages, and share code/files through the bridge&lt;/li&gt;
&lt;li&gt;Everything is end-to-end encrypted (X25519 key exchange + AES-256-GCM) — the relay server never sees your messages&lt;/li&gt;
&lt;li&gt;Supports 3+ people in a session, not just pairs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing is a lightweight Node.js package. No build step. ~3.9 MB. Extract and run. Works on Mac, Windows, Linux.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this is actually useful
&lt;/h2&gt;

&lt;p&gt;The real unlock isn't just chat — it's that both Claude instances share context through the team channel. You can have one person's Claude working on the backend while the other is on the frontend, and they can coordinate through shared instructions without either developer having to manually relay information.&lt;/p&gt;

&lt;p&gt;Think pair programming but both of you actually have a copilot, and the copilots can talk to each other.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;p&gt;It's $5 if you want the packaged product (all source code, setup scripts, Electron wrapper, Docker relay server, the works).&lt;/p&gt;

&lt;p&gt;Or it's &lt;strong&gt;completely free&lt;/strong&gt; — the site has a "Build It Yourself" button that gives you the exact prompt I used to create it. Paste it into Claude Code, wait ~45 minutes, and you've got your own version. No catch, no email gate.&lt;/p&gt;

&lt;p&gt;I'm not trying to build a SaaS empire here. I'm trying to buy a new Mac.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Site:&lt;/strong&gt; &lt;a href="https://coagent.live" rel="noopener noreferrer"&gt;coagent.live&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Happy to answer questions about the architecture, the MCP integration, or how the encryption works. And if you build it yourself using the free prompt, I genuinely want to hear how it goes.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
