Real-time collaboration and web publishing for Obsidian.
Edit notes together. Share folders with your team. Publish to the web. Self-hosted or hosted β your choice.
You love Obsidian, but your team needs more:
- Sharing a note means exporting, copy/pasting, or screenshotting
- Collaborating means switching to Notion or Google Docs
- Publishing means paying $8/month for Obsidian Publish with limited control
- Git sync works until two people edit the same file
EVC Team Relay adds multiplayer mode to Obsidian. CRDT-based real-time sync β no merge conflicts, works offline, your data stays on your server (or ours).
- Edit the same note simultaneously β changes merge automatically
- Share entire folders with viewer or editor permissions
- Works offline β edits sync when you reconnect
- Publish notes as a website with one click
- Three modes: public, protected (link + token), private (login required)
- Custom domains supported
- Perfect for: internal wikis, client portals, project docs, personal sites
- Live example β
- Self-hosted: deploy on your VPS with Docker Compose (server repo)
- Hosted: zero ops, connect and go (entire.vc)
- Install BRAT: Settings β Community plugins β Browse β "BRAT" β Install
- Open BRAT: Settings β BRAT β Add beta plugin
- Paste:
https://github.com/entire-vc/evc-team-relay-obsidian-plugin - Enable: Settings β Community plugins β EVC Team Relay β Enable
- Download from latest release
- Copy to
.obsidian/plugins/evc-team-relay/ - Enable in Settings
- Connect: Plugin settings β Add server β enter your relay URL (or sign up at entire.vc)
- Share: Right-click a folder β Share β invite by email
- Collaborate: Open a shared note β edits sync in real-time
- Publish: Right-click a note or folder β Publish to web
Replace Notion/Confluence. Keep Obsidian. Real-time collaboration without $8/user/month.
Share deliverables with clients via protected web publish. No "can you export that as PDF?"
Documentation that lives in Obsidian, accessible to the whole team. Pair with Local Sync for repo /docs β vault sync.
Publish your vault as a beautiful website. Better than Obsidian Publish β custom domains, access control, flat pricing.
| Obsidian Sync | Notion | Google Docs | Team Relay | |
|---|---|---|---|---|
| Real-time collab | β | β | β | β |
| Works in Obsidian | β | β | β | β |
| Web publish | via Publish | β | β | β |
| Self-hosted option | β | β | β | β |
| Offline editing | β | β | β | β |
| Your data, your server | β | β | β | β |
β EVC Local Sync β bidirectional vault β local folder sync for AI-assisted coding workflows.
| Product | What it does | Link |
|---|---|---|
| Local Sync | Vault β AI dev tools sync | repo |
| Team Relay | Self-hosted collaboration server | repo |
| Team Relay Plugin β you are here | Obsidian plugin for Team Relay | this repo |
| Spark MCP | MCP server for AI workflow catalog | repo |
| OpenClaw Skill | AI agent β vault access | repo |
This plugin makes network requests to user-configured servers only. No data is sent to third parties.
| Connection | Protocol | Purpose | When |
|---|---|---|---|
| Control plane server | HTTPS | Authentication (login, token refresh), share management (list, create, invite), server info, billing | On login, share operations, periodic token refresh |
| Relay server | WebSocket (WSS) | Real-time CRDT document synchronization between collaborators | While editing shared documents |
| Control plane server | HTTPS | Relay token issuance (Ed25519-signed) | Before opening a WebSocket connection |
| OAuth callback (localhost) | HTTP | Receives OAuth redirect on 127.0.0.1 (desktop only) |
During OAuth login flow |
All server URLs are configured by the user in plugin settings. The default configuration includes https://cp.tr.entire.vc (EVC Team Relay hosted), but the user can add, remove, or change servers.
No telemetry or analytics data is collected. The plugin does not phone home, track usage, or send any data to third-party services.
- π entire.vc
- π¬ Discussions
- π§ in@entire.vc
MIT β Copyright (c) 2026 Entire VC