MindMatrix
v0.6.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
Preview Theme Preset:
~/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.5 roll-out of [[marketing-blast]].

Key Milestones:

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

- [ ] Dispatch webhook triggers on launch updates.

- [ ] Scan cluster health indicators via Proxmox endpoints.

AI Assistant (Zen)
Is this note ready to deploy?
💡 Yes! Your Proxmox and pCloud checkpoints are mapped. I recommend adding a final --- line before syncing.
⚡ Press Save to trigger Webhooks

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

Dual-Pane AI Assistant

Write on the left, hold an interactive chat on the right. Leverages deep note context, automatic 3-attempt exponential retries, and inline action buttons (Insert, Append, Copy) to assist your workflow.

DeepSeek v4Context-Aware3x Auto-Retry

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