AIAny
AI Agent2026
Icon for item

Archify

Turns plain-English system or process descriptions into polished, themeable architecture, workflow, sequence, data-flow and lifecycle diagrams as a self-contained HTML file, with one-click theme toggle, copy-to-clipboard and export to PNG/JPEG/WebP/SVG (native up-to-4× rasterization).

Introduction

Most diagrams are a pain to iterate: changing layout, swapping theme, and producing high-resolution exports typically involve multiple tools and manual steps. Archify flips that flow by letting an LLM-driven agent produce a validated, self-contained HTML/SVG diagram from plain-English prompts, then iterate in chat and export pixel-perfect images without a build chain.

What Sets It Apart
  • Agent-first renderer: packaged as a reusable "skill" for Claude, Codex CLI and opencode so agents can generate a typed JSON IR, validate it, render HTML/SVG, run post-render checks, and iterate — all without installing runtime dependencies.
  • Dual-theme, single-file exports: exports include a self-contained SVG carrying both dark and light variable sets (uses @media prefers-color-scheme) so a single file follows reader theme on GitHub/Blogs. Raster exports are generated by rasterizing the SVG at up to 4× viewBox to avoid upsampling blur.
  • Quality & automation loop: schema validation, layout checks, and an artifact checker prevent common SVG/layout errors; a CLI wraps validate/render/check commands for CI-friendly workflows.
  • Practical UX features: theme toggle with keyboard shortcut, copy-PNG-to-clipboard, a small-file self-contained HTML artifact for easy sharing, and real-repo examples that demonstrate the renderer pipeline.
Who It's For & Tradeoffs

Great fit if you want fast, reproducible technical diagrams driven by prompts or integrated into agent workflows — e.g., SREs, architects, developer docs, runbooks, and ML/analytics teams who need quick diagrams tied to narrative text. It shines when you need repeatable, high-quality exports (retina/print) and programmatic checks in CI.

Look elsewhere if you require a full WYSIWYG canvas editor, a large icon runtime of proprietary cloud vendor glyphs, or collaborative multi-user live editing out of the box. Also note some export behaviors depend on browser clipboard/canvas capabilities (WebP and clipboard image writes), and pixel-perfect font rendering for raster exports may need local font installation. The project is MIT-licensed and—at the time of capture—has broad community adoption (several thousand stars), but it intentionally keeps a small footprint rather than bundling a giant icon library.

Information

  • Websitegithub.com
  • Organizationstt-a1i, Cocoon AI
  • Published date2026/04/15

Categories

More Items

GitHub
AI Agent2026

Provides a curated collection of DESIGN.md files extracted from real websites so AI coding and design agents can generate visually consistent UIs from a single markdown file. Includes previews, extracted tokens, and ready prompts for quick agent integration.

GitHub
AI Agent2026

Trains reusable natural-language 'skills' for frozen LLM agents by optimizing the skill document in text-space — using trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts. Multi-backend, zero inference-time cost at deployment, designed for iterative, validation-led skill improvement.

Hugging Face
AI Model2026

Provides quantized GGUF weights and configs for Agents‑A1 — a 35B Mixture-of-Experts agent trained for long-horizon, tool-enabled reasoning; supports 262K-context serving and runtimes like vLLM and SGLang.