What problem does it solve?
Render ARIS Markdown or JSON artifacts into a single-file HTML view that humans can read easily, without losing structure, tables, math, code blocks, or callouts.
Core Features & Use Cases
- Single-file HTML export: Generates one self-contained .html with embedded source metadata (path, SHA256, timestamp) for drift detection.
- Academic vs dashboard templates: Produces a readable long-form view for review-facing artifacts or a denser cockpit-style dashboard view.
- Safety-focused rendering: Sanitizes unsafe HTML passthrough (dangerous tags, event handlers, and unsafe URLs) and preserves Markdown canonically as the source.
- Use when users ask to “render HTML”: Ideal for IDEA_REPORT, AUTO_REVIEW (with state sidecar), KILL_ARGUMENT, PAPER_PLAN, and research-wiki SUMMARY.
Quick Start
Run the renderer on an artifact like idea-stage/IDEA_REPORT.md to produce a polished, human-readable HTML report in one step.