Web UI
The server embeds a React single-page app at /. It’s the same UI the
live demo runs — browse facts, search, inspect provenance,
time-travel through history, and monitor tasks in real time over SSE.
The top bar
Section titled “The top bar”- A repo selector appears when more than one repo exists.
- A gear icon opens remote-origin configuration (see Remote sync).
- A “Manage repos” menu creates, archives, restores, and purges repos at runtime — no CLI, no restart.
What you can do
Section titled “What you can do”- Library & search — browse the ontology tree and run full-text + vector search across facts.
- Inspect a fact — read its frontmatter, body, and provenance: the signed commit, the refs it anchors to, and how its confidence evolved.
- Time-travel — view the knowledge graph as-of any past commit; refs resolve to the versions that existed at that point in time.
- Ontology browser — navigate topics and categories and see inheritance.
- Synthesis & tasks — trigger a synthesis run and watch progress stream live over server-sent events.
Keyboard
Section titled “Keyboard”The UI is keyboard-friendly — search (/) and a command palette (:) keep you
on the keyboard while browsing and inspecting.