EveryDev.ai
Subscribe
Home
Tools

3,484+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Archify
    Archify icon

    Archify

    AI Coding Assistants
    Featured

    An agent skill that turns plain English system descriptions into polished, interactive, self-contained HTML architecture diagrams with motion, export, and zero dependencies.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Free to use, modify, and distribute.

    Engagement

    Available On

    CLI
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsDocumentationAgent Frameworks

    Alternatives

    UnpackAgent Skills by mattpocockLetta
    Developer
    tt-a1iEst. 2026

    Listed Aug 2026

    About Archify

    Archify is an open-source agent skill for Cursor, Claude Code, Codex CLI, OpenCode, and Raven that converts natural language system descriptions or repository analysis into interactive, shareable technical diagrams. It is licensed under MIT and currently at stable version v2.13.0, released on August 3, 2026. The project is based on the original Cocoon-AI/architecture-diagram-generator and has accumulated over 9,800 stars on GitHub.

    What It Is

    Archify is a diagram-as-code agent skill — not a general-purpose drawing editor or a Mermaid theme. You describe your system in chat, and your AI coding agent uses Archify to generate a fully self-contained HTML file containing an interactive, explorable diagram. The output requires zero dependencies, no server, and no runtime: open it in any browser and it works. Diagrams can be refined conversationally ("add Redis", "move auth to the left") without learning a diagram editor.

    Five Diagram Types

    Archify supports five distinct visual languages, each with its own typed JSON intermediate representation (IR) and validation rules:

    • Architecture — system components, cloud resources, databases, caches, services, security groups, and connections; supports AWS/GCP/Azure infra, microservices topology, security boundaries, and network layout
    • Workflow — swim-lane processes with semantic nodes, anchored edges, approval gates, async branches, and observability paths
    • Sequence — API call chains, request lifecycles, cache fallback paths, auth checks, and async traces
    • Data Flow — ETL/ELT pipelines, analytics events, PII isolation, warehouse sync, lineage, and downstream consumers with governance boundaries
    • Lifecycle — state machines, object lifecycles, run/order/deployment status transitions with wait states, retries, cancellation, and terminal outcomes

    How the Validation Pipeline Works

    Archify enforces a generate → validate → deliver pipeline before any artifact is surfaced. Schema, layout, HTML/SVG, route, and label-to-route clearance checks must all pass before a new artifact atomically replaces the last known good output. Failures return machine-readable JSON with stable rule codes, the exact subject, measured evidence, and only supported repair controls — not a Node stack trace or an unstructured retry guess. An optional desktop preview loop watches one JSON source file and keeps the previous verified diagram visible when a save is incomplete or invalid.

    Production-Ready Output and Export

    Every generated diagram ships with four visual presets (Classic, Signal Flow, Blueprint, Editorial), coordinated dark/light themes, and multiple export formats:

    • PNG, JPEG, WebP rasterized natively at up to 4× source resolution — no upsampling blur
    • Dual-theme SVG with a @media prefers-color-scheme rule that follows the reader's theme when dropped into a GitHub README
    • Browser-native WebM motion recording
    • 1200×630 share cards for README, release notes, or social posts
    • One-click clipboard copy for instant paste into Slack, Notion, GitHub, or Figma

    Agent Integration and Setup

    Archify installs in one command via the npx skills toolchain and integrates with Cursor, Claude Code, Codex CLI, and OpenCode through an agent-aware quick-start switcher. Raven supports a manual ZIP install. Once installed, users ask their agent to use Archify by name; the agent generates typed JSON IR, runs validation, and delivers the HTML artifact. Iteration happens in chat with focused natural-language requests, while unrelated diagram structure stays stable between edits.

    Update: v2.13.0

    The current stable release is v2.13.0, published August 3, 2026. According to the changelog and README, this version includes typed IR across all five diagram modes, real-repository proof, deterministic exact-ID Architecture Delta review (Before/Delta/After snapshots with machine receipts), verified live preview, authored reachability tracing, truthful configurable legends, optional finite motion, guided views, semantic search and relationship exploration, shareable deep links, browser-native WebM recording, explicit standard/showcase quality profiles, and an opt-in deployment ownership contract. The project explicitly notes that automatic Mermaid parsing, general-purpose auto-layout, hosted sharing, and WYSIWYG editing are intentionally outside the current scope.

    Archify - 1

    Community Discussions

    Be the first to start a conversation about Archify

    Share your experience with Archify, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Free to use, modify, and distribute.

    • All five diagram types (Architecture, Workflow, Sequence, Data Flow, Lifecycle)
    • Four visual presets and dual themes
    • Self-contained HTML output with zero dependencies
    • 4× native resolution export (PNG, JPEG, WebP, SVG, WebM)
    • Full CLI toolchain (validate, deliver, preview, guide, demo)

    Capabilities

    Key Features

    • Five diagram types: Architecture, Workflow, Sequence, Data Flow, Lifecycle
    • Self-contained HTML output with zero dependencies
    • Four visual presets: Classic, Signal Flow, Blueprint, Editorial
    • Dark and light coordinated themes with one-click toggle
    • 4× native resolution PNG, JPEG, WebP export
    • Dual-theme SVG with prefers-color-scheme support
    • Browser-native WebM motion recording
    • 1200×630 share cards for diagrams and routes
    • One-click clipboard PNG copy
    • Conversational refinement in chat
    • Typed JSON intermediate representation (IR)
    • Atomic validate-before-deliver pipeline
    • Machine-readable failure diagnostics with repair receipts
    • Optional desktop live preview loop with last-good artifact preservation
    • Architecture Delta: Before/Delta/After snapshot comparison
    • Authored reachability tracing (upstream/downstream)
    • Route probing and journey inspection
    • Semantic lens for role comparison
    • Guided stories with finite motion
    • Shareable deep links to exact diagram states
    • Keyboard shortcut navigation
    • Semantic radar overview
    • Deployment ownership engineering profile (opt-in)
    • CLI tools: doctor, demo, guide, validate, preview, deliver

    Integrations

    Cursor
    Claude Code
    Codex CLI
    OpenCode
    Raven (EverMind)
    Claude.ai
    Slack
    Notion
    GitHub
    Figma
    APINEBULA
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Archify and help others make informed decisions.

    Developer

    tt-a1i

    tt-a1i builds Archify, an open-source agent skill that turns plain English system descriptions into polished, interactive architecture diagrams. The project is MIT-licensed and integrates with leading AI coding agents including Cursor, Claude Code, Codex CLI, OpenCode, and Raven. Archify is based on the original Cocoon-AI/architecture-diagram-generator and has grown to nearly 10,000 GitHub stars.

    Founded 2026
    1 employees
    Read more about tt-a1i
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Unpack icon

    Unpack

    Open-source framework that turns AI research conversations into structured, buildable projects for Claude Code and Codex.

    Agent Skills by mattpocock icon

    Agent Skills by mattpocock

    A collection of open-source agent skills that extend AI coding assistant capabilities across planning, development, tooling, and knowledge management.

    Letta icon

    Letta

    Letta is an open-source platform for building stateful AI agents with persistent memory that can continuously learn and self-improve over time.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    725 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    84 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    595 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions