What problem does it solve? Creating polished, accurate technical diagrams by hand is slow and error-prone, and generic diagram tools produce static images that are hard to validate, explore, or keep consistent with real code. Archify turns a small typed JSON specification into a self-contained, interactive HTML diagram with deterministic validation and delivery receipts. ## Core Features & Use Cases - Five typed diagram renderers: architecture, workflow, sequence, dataflow, and lifecycle, each with a strict JSON schema, automatic orthogonal routing, and showcase-quality composition checks. - Interactive standalone HTML output: inline SVG with dark/light themes, pan/zoom, search, focus, relationship tracing, optional trace animation, and PNG/JPEG/WebP/SVG/WebM export. - Validation and delivery pipeline: validate reports structured diagnostics, deliver freezes the specification, renders and checks the artifact, and reports SHA-256 receipts; visual-check collects bounded browser evidence. - Mermaid and repository input: accepts pasted Mermaid flowchart, sequenceDiagram, and stateDiagram as topology references, and can bind architecture diagrams to revision-pinned GitHub repository evidence. - Use Case: Ask for an architecture diagram of your deployment, paste a Mermaid flowchart of a CI/CD pipeline, or describe an agent tool-call workflow in plain language, and receive a validated, explorable HTML diagram. ## Quick Start Explicitly invoke $archify and describe the diagram you want, for example: "$archify create an architecture diagram of my web app with a frontend, API backend, Postgres database, and Redis cache."