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 Infra2026

Provides an end-to-end platform to evaluate, observe, protect, and optimize LLM and AI agent deployments. Integrates OpenTelemetry tracing, 50+ evaluation metrics, agent simulations, an OpenAI‑compatible gateway, and guardrails; self‑hostable under Apache 2.0.

GitHub
AI Agent2025

Searchable plugin marketplace and curated collections of Claude Code agents, commands, hooks, skills and plugins — lets users discover, browse, and install subagents and tooling via a web UI, plugin commands or a CLI. Indexes community plugins and MCP servers and provides curated packs.

GitHub
AI Agent2026

Connects an LLM to a real browser over an editable CDP websocket so the agent can drive clicks, navigation, and generate missing helper code during tasks. The harness self-heals by writing reusable helpers, supports local or cloud browsers, and can optionally record sessions for debugging.