EVC Team Relay

February 26, 2026 · View on GitHub

License

Self-hosted real-time collaboration and web publishing for Obsidian.

Edit together. Publish to the web. Keep your data on your server.


The Problem

Obsidian is great for personal notes. But when your team needs to collaborate:

  • Obsidian Sync has no real-time collab and costs $8/user/month
  • Notion/Confluence means leaving Obsidian and losing your workflow
  • Git-based sync means merge conflicts on every concurrent edit
  • Obsidian Publish is $8/month with limited customization and no access control

You want your team in Obsidian, editing together, publishing docs — without giving up data control.

The Solution

EVC Team Relay is self-hosted infrastructure that adds real-time collaboration and web publishing to Obsidian. CRDT-based, local-first, fully under your control.


Features

Real-time Collaboration

  • Live editing — CRDT-based sync via y-sweet (Yjs), no merge conflicts
  • Offline-first — edit without connection, sync seamlessly when back online
  • Folder sharing — share entire folders with viewer/editor permissions

Web Publishing

  • Publish notes to the web — internal wiki, client portal, or public docs
  • Access control — public, protected (link + token), or private (authenticated)
  • Custom domainsdocs.yourdomain.com
  • Live preview — see your published site at docs.entire.vc/team-relay/Demo (example)

Enterprise Ready

  • Authentication — OAuth/OIDC, email/password, 2FA
  • Audit logs — who did what and when
  • Webhooks — integrate with your automation
  • Monitoring — Prometheus metrics + Grafana dashboards
  • Docker Compose — one command to deploy

Quick Start

git clone https://github.com/entire-vc/evc-team-relay.git
cd evc-team-relay/infra
cp env.example .env
# Edit .env with your settings
docker compose up -d

Services:

  • Control Plane API: https://cp.yourdomain.com
  • Relay Server: wss://relay.yourdomain.com
  • Web Publish: https://docs.yourdomain.com
  • Grafana: http://localhost:3001

Then install the Obsidian plugin and connect.


Comparison

Obsidian SyncNotionConfluenceGit syncTeam Relay
Real-time collab
Works in Obsidian
Web publishvia Publish ($8/mo)manual
Self-hosted✅ ($$)
Offline-first
Data sovereigntypartial
Pricing$8/user/mo$8/user/mo$6/user/mofreefree (self-hosted)

Don't Want to Self-Host?

Hosted Team Relay — zero ops, all features, flat pricing.


Want Solo Sync Without a Server?

EVC Local Sync — bidirectional vault ↔ local folder sync, no server needed.


Documentation

Technical documentation is available in docs/:


Part of the Entire VC Toolbox

ProductWhat it doesLink
Local SyncVault ↔ AI dev tools syncrepo
Team Relay ← you are hereSelf-hosted collaboration serverthis repo
Team Relay PluginObsidian plugin for Team Relayrepo
Team Relay MCPMCP server for AI agent access to vaultrepo / PyPI
OpenClaw SkillAI agent skill for OpenClawClawHub / repo
Spark MCPMCP server for AI workflow catalogrepo

Community

License

Apache 2.0 — Copyright (c) 2026 Entire VC