Tree on the left, editor in the middle, chat on the right. Every node a typed row, every edit a markdown round-trip, every query grounded in the same store.
Everything is a node. Folders, docs, tasks, decisions, meetings, bugs, ADRs, runbooks, people. Each one has a typed kind, a markdown body, and edges to others. Backlinks are free.
TipTap-based editor. Slash menu inserts typed blocks. @mentions are real edges. Frontmatter exposes structured metadata. Everything serializes to clean markdown — paste into any other tool and it still reads as markdown.
Pressing / opens an inline command menu. Filters live as the user types, selecting inserts a structured block — never raw markdown.
Hybrid pgvector + BM25 retrieval over the same store you edit. Every citation resolves to a node id; clicking opens the source. Agent replies arrive as proposals you review like PRs.
One-time imports flow into typed nodes. Real-time mirrors keep your graph current. Outbound webhooks fire on every write. Idempotent re-runs everywhere.
Ship one in your team. We'll close every issue you file.