EVC Team Relay

pending

by EVC Team

Enterprise collaboration with self-hosted relay infrastructure. Real-time editing with live cursors and secure team workspaces.

ā˜… 1 starsUpdated 1mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

EVC Team Relay Plugin

GitHub release Downloads License: MIT

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.


The Problem

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

The Solution

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).


What You Get

šŸ”„ Real-time Collaboration

  • Edit the same note simultaneously — changes merge automatically
  • Share entire folders with viewer or editor permissions
  • Works offline — edits sync when you reconnect

🌐 Web Publishing

  • 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 →

šŸ”’ Your Data, Your Server

  • Self-hosted: deploy on your VPS with Docker Compose (server repo)
  • Hosted: zero ops, connect and go (entire.vc)

Install

Option A — BRAT (recommended)

  1. Install BRAT: Settings → Community plugins → Browse → "BRAT" → Install
  2. Open BRAT: Settings → BRAT → Add beta plugin
  3. Paste: https://github.com/entire-vc/evc-team-relay-obsidian-plugin
  4. Enable: Settings → Community plugins → EVC Team Relay → Enable

Option B — Manual

  1. Download from latest release
  2. Copy to .obsidian/plugins/evc-team-relay/
  3. Enable in Settings

Quickstart

  1. Connect: Plugin settings → Add server → enter your relay URL (or sign up at entire.vc)
  2. Share: Right-click a folder → Share → invite by email
  3. Collaborate: Open a shared note — edits sync in real-time
  4. Publish: Right-click a note or folder → Publish to web

Who Is This For?

Small Teams (5-20 people)

Replace Notion/Confluence. Keep Obsidian. Real-time collaboration without $8/user/month.

Consultants & Freelancers

Share deliverables with clients via protected web publish. No "can you export that as PDF?"

Dev Teams

Documentation that lives in Obsidian, accessible to the whole team. Pair with Local Sync for repo /docs ↔ vault sync.

Content Creators

Publish your vault as a beautiful website. Better than Obsidian Publish — custom domains, access control, flat pricing.


Comparison

Obsidian SyncNotionGoogle DocsTeam Relay
Real-time collabāœ—āœ…āœ…āœ…
Works in Obsidianāœ…āœ—āœ—āœ…
Web publishvia Publishāœ…āœ…āœ…
Self-hosted optionāœ—āœ—āœ—āœ…
Offline editingāœ…āœ—āœ—āœ…
Your data, your serverāœ—āœ—āœ—āœ…

Feedback


Solo Workflow? No Server Needed

→ EVC Local Sync — bidirectional vault ↔ local folder sync for AI-assisted coding workflows.


Part of the Entire VC Toolbox

ProductWhat it doesLink
Local SyncVault ↔ AI dev tools syncrepo
Team RelaySelf-hosted collaboration serverrepo
Team Relay Plugin ← you are hereObsidian plugin for Team Relaythis repo
Spark MCPMCP server for AI workflow catalogrepo
OpenClaw SkillAI agent ↔ vault accessrepo

Network Usage

This plugin makes network requests to user-configured servers only. No data is sent to third parties.

ConnectionProtocolPurposeWhen
Control plane serverHTTPSAuthentication (login, token refresh), share management (list, create, invite), server info, billingOn login, share operations, periodic token refresh
Relay serverWebSocket (WSS)Real-time CRDT document synchronization between collaboratorsWhile editing shared documents
Control plane serverHTTPSRelay token issuance (Ed25519-signed)Before opening a WebSocket connection
OAuth callback (localhost)HTTPReceives 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.

Community

License

MIT — Copyright (c) 2026 Entire VC

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.