What problem does it solve?
It turns Markdown documents and code-graph JSONL data into consistent, interactive, self-contained HTML pages so users and agents can preview, share, and navigate workspace content without losing formatting or theming.
Core Features & Use Cases
- Interactive Docs Viewer: Compiles project Markdown into a Notion-inspired HTML experience with light/dark theming, sidebar navigation, breadcrumbs, and full-text search with keyword highlighting.
- Graph Visualization Export: Compiles code graph data into an interactive force-directed HTML visualization (with node filtering, search, details panel, and memory timeline).
- Offline-Ready Themed Output: Uses embedded design tokens and templates so the resulting HTML pages work reliably as standalone artifacts (e.g.,
file:// viewing).
- Agent-Friendly Preview & Feedback Loop: Supports heading anchors and chat/action affordances for agent edit requests and document interaction.
Quick Start
Ask the agent: Compile the workspace documentation to HTML into the default .html directory and also generate the interactive code graph HTML from the project graph dumps.