Features Architecture Docs Setup
Theme
View on GitHub

Deployment Wizard

Generate custom deployment templates, Docker configurations, and credentials dynamically.

1
Daemon config
2
Profile setup
3
Get scripts

Sync Daemon Parameters

Configure the system parameters for the background collaboration process. These will build your custom container environments.

Collaborator Cursor Profile

Customize how your peer identity appears on other team members' Obsidian vaults during typing sessions.

ws://localhost:1234/sync?user=Panos

Compiled Deployment Templates

Your custom configuration is compile-ready. Copy the scripts below into your local shell or Docker daemon to launch the database.

Shell Command
bash
docker run -d \
  --name live-cursor-daemon \
  -p 1234:1234 \
  -v ./data:/app/data \
  -v ./backups:/app/backups \
  -e PORT=1234 \
  -e DB_PATH=/app/data/live-cursor.db \
  -e BACKUP_DIR=/app/backups \
  live-cursor/daemon:latest