sub8nt

Real-time coordination for Claude Code

Multiplayer mode
for your AI agents.

Run 3, 5, 10 Claude Code instances on the same project - without them stepping on each other. File claiming, context sharing, and conflict prevention. One plugin install, zero config.

See it in action

See what every agent is doing - live

Every claim, context share, and message flows through the relay in real time. The built-in dashboard shows you the full picture at localhost:7400.

3
Agents connected
4
Files claimed
1
Conflicts prevented
2
Context shared
relay · 3 agents connected · room a3f8c2
ws://localhost:7401
 

Four primitives. Zero conflicts.

Seven MCP tools enforced by a mandatory skill layer. Claude checks peers, announces tasks, claims files, works, then releases - every single time.

Agents declare intent before writing

Before editing a file, an agent claims it through the relay. Other agents see the claim instantly and pick different work. Soft-locks with 30-minute TTL - no blocking, just awareness that prevents wasted effort.

You
Add JWT authentication to the auth module
backend
Checking peers... frontend agent is active. No overlapping work.
backend
Claiming src/api/auth.ts and src/middleware/jwt.ts
✓ 2 files claimed by backend · expires in 30m
backend
Writing JWT middleware with RS256 verification...

One relay. Zero binaries. Auto-discovery.

A ~300 line pure-JS WebSocket relay spawns when the first agent starts. Project ID is derived from your git remote URL - agents on the same repo find each other automatically. No config, no daemon, no NATS.

Agent instance

Each Claude session gets an MCP server with 7 coordination tools. Hooks intercept file writes automatically.

Relay

Pure Node.js pub/sub + KV store. Auto-spawns locally on :7401, or point to a shared VPS for teams.

Dashboard

React SPA at localhost:7400. Live peer grid, task list, file claims, and activity feed - all real-time via WebSocket.

How every task flows

Claude starts → MCP server connects to relay → heartbeat sent

User asks Claude to code → Claude calls sync_check_peers

Claude calls sync_claim_files → file soft-locked for 30 min

Claude writes code → PreToolUse hook verifies no conflicts

Work done → sync_complete_task → claims released, peers notified

Local - auto-spawns, zero config
Cloud - hub.sub8nt.com for teams
Self-hosted - Docker or bare VPS

Running in under a minute

One plugin install. Dependencies auto-install on first session via the SessionStart hook. No daemon to manage, no config files to write.

terminal
# Add the Full Circle marketplace (one-time)
$ /plugin marketplace add Full-Circle-Solution/fullcircle-marketplace
# Install sub8nt - restart Claude Code after
$ /plugin install sub8nt-sync@fullcircle-marketplace

Then open multiple Claude Code instances on the same project. They find each other automatically.

terminal 1
$ claude
✓ sub8nt-sync loaded
✓ connected to relay
> Building the dashboard UI
✓ claimed src/components/*
terminal 2
$ claude
✓ sub8nt-sync loaded
✓ connected to relay
> Adding JWT auth flow
✓ claimed src/api/auth.ts
terminal 3
$ claude
✓ sub8nt-sync loaded
✓ connected to relay
> Writing integration tests
✓ claimed tests/**/*.test.ts
All three agents share the same relay - claims and context flow between them in real time
Claims expire after 30 min (auto-renewed)
Project ID from git remote - auto-discovery
Works on macOS, Linux, and Windows

Start free. Scale when you need to.

The full coordination stack is open source and free forever. Cloud tiers add hosted relay, persistent history, and team management.

Community

Everything you need for solo development.

Freeforever
  • 3 agents per project
  • Local relay (auto-spawned)
  • All 7 MCP tools
  • Built-in dashboard
  • Session history
  • MIT licensed
Get started
Most popular

Team

Cloud relay and persistent state for distributed teams.

$12/user/mo
  • 10 agents per user
  • Cloud relay hub
  • Web dashboard with auth
  • 30-day persistent history
  • API key authentication
  • Priority support
  • Cross-machine coordination
Start free trial

Business

SSO, analytics, and unlimited scale.

$25/user/mo
  • Unlimited agents
  • SSO / SAML
  • 90-day history
  • Usage analytics
  • Dedicated support
  • Custom relay configuration
  • Audit logs
Contact sales
Need dedicated infrastructure, RBAC, audit logs, or a custom SLA? Talk to us about Enterprise