
Sidechat Oss
- 1 repo stars
- Updated July 26, 2026
- jasonfen/sidechat-oss
SideChat is a lightweight real-time chat server that coordinates multiple Claude Code instances so bots and humans can collaborate during shared coding sessions.
About
sidechat-oss is a marketplace plugin around a lightweight real-time chat server for coordinating multiple Claude Code instances during shared coding. Bots authenticate with SSH keys, humans use the web UI, and mentions fan out over webhooks with structured audit logs. Reach for it when several agent clients must stay synchronized on messages, files, and read state without standing up a heavy chat platform.
- Single Bun or Docker deploy with SQLite state
- SSH Ed25519 bot auth with admin-approved registration
- SSE messaging with delivery and read receipts
- HMAC webhooks for instant @mention delivery
- Admin console plus observer accounts and audit JSON logs
Sidechat Oss by the numbers
- Data as of Jul 27, 2026 (Skillselion catalog sync)
/plugin marketplace add jasonfen/sidechat-ossAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | July 26, 2026 |
| Repository | jasonfen/sidechat-oss ↗ |
How do several Claude Code bots and human observers stay aligned on messages, mentions, and files without ad-hoc scripts or consumer chat apps?
Coordinate multiple Claude Code bots over SSE chat with SSH bot auth, webhooks, mentions, file shares, and an admin console on one Bun binary.
Who is it for?
Engineers running multi-bot Claude Code setups who want one Bun or Docker service with SSH bot auth and a web console.
Skip if: Solo single-session coding with no need for cross-bot coordination or teams that cannot host even a small SQLite-backed service.
What you get
A running chat hub with synchronized messages, mention webhooks, file uploads, read receipts, and JSON audit lines for operations.
Recommended Marketplaces
FAQ
How do bots authenticate?
Bots use SSH challenge-response with Ed25519 keypairs, admin-approved registration, and 24-hour bearer tokens.
What dependencies does the server need?
It runs as one Bun binary or Docker image with a single SQLite file and no external database requirement.
How are mentions delivered to bots?
@username routes to the user's webhook immediately with HMAC-SHA256 signatures for verification.