MindMatrix
v0.2.0 is liveFully Self-Hosted & Secure

The Markdown-First, Realtime Collaborative Knowledge Hub

A self-hosted, multi-user workspace for teams and thinkers who want structure, speed, and absolute data ownership. Notes are compiled as clean plain text, synchronized via offline-capable Y.js, and fortified with secure integrations.

Get Started Free Self-Host Now
~/dashboard/w/marketing/notes/campaign-strategy
Collab Active
Folders
📁 Campaigns
📄 Q3 Planning
📄 Strategy
📁 Archive
Tags
#active#q3
Campaign Strategy
JMAN

# Product Launch Strategy

This campaign focuses on the v0.2 roll-out of [[marketing-blast]].

Key Milestones:

- [x] Sync cloud backup structures to Google Drive & pCloud.

- [ ] Dispatch webhook triggers on launch updates | user typing...

- [ ] Scan cluster health indicators via Proxmox endpoints.

Engineered with Premium Features

Conflict-Free Realtime Collab

Simultaneous, multi-user co-authoring powered by Y.js CRDT algorithms and lightweight Server-Sent Events (SSE). No socket overlays or third-party cloud licensing required.

Y.js CRDTSSE StreamsPG Pub/Sub

Wiki Backlinks & Snapshots

Establish clean linkages between notes using standard [[wiki-style]] syntax. Browse incoming and outgoing connection grids while taking incremental database snapshot rollbacks.

Backlinks PanelVersions historyYAML Metadata

Gated Plugin Marketplace

Extend workspaces dynamically with secure integrations for Git-Sync repositories, OpenCode Zen LLMs, Proxmox clustering scanners, or Unifi controller topology mappings.

AES-256-GCMGit Pull/PushProxmox scan

Pro Markdown Editor

CodeMirror 6 core featuring split-view preview blocks, multi-language highlight bindings (297 languages), immediate table builders, and drag-and-drop file uploads.

CodeMirror 6PrismJSDrag & Drop

Multi-Tenant Security

Robust workspace role guards (Owner, Admin, Member, Viewer). Outgoing webhooks are fortified with SSRF subnet blocks, payload hashing, and rate-limiting limits.

SSRF BlockerHMAC SignaturesRate Limiting

Super Admin Control Panel

Secure gated console mapping all system-wide statistics, audit trails tracing all CRUD actions, dynamic user validations, and workspace force-deletion management.

Gated ConsoleAudit TrailIP Mapping

Deploy on Your Terms in 30 Seconds

Deploy your personal instance on your local machine, homelab cluster, or cloud server.

setup.sh

# Clone the repository

git clone git@github.com:mojoaar/mindmatrix.git

# Generate secure session encryption key

openssl rand -base64 48

# Boot the stack on Port 5434

docker compose -f deploy/docker-compose.yml up -d