Archify Hits GitHub Trending as a Mermaid Alternative That Generates Cleaner Diagrams from Plain English
Archify fills a real gap: Mermaid's output often looks utilitarian, and teams that need polished, shareable architecture diagrams without leaving the editor now have a zero-dependency alternative that runs as an agent skill inside the tools they already use.
Archify is an Agent Skill for Claude, Codex, and opencode that generates system and flow diagrams from plain English. It produces a JSON intermediate representation, runs schema and layout checks, and outputs a self-contained HTML file with dark/light themes and export to PNG, JPEG, WebP, and SVG. The project started in April with only architecture diagrams and grew to support four chart types, 4x resolution export, a CLI, CI, and a zero-dependency install package.
Organic sharing on Twitter drove its spread, with users noting the output looks better than Mermaid and the HTML format makes diagrams easy to distribute. Trendshift records show it first entered GitHub Trending on June 30, peaking at number 9.
The creator, a self-taught front-end engineer with a vocational-college background, built the tool while working at a startup and later at MiroFish. He credits the project's visibility with opening doors that a top-up bachelor's degree had previously closed, including passing an interview at a large Shanghai firm after failing two coding questions but demonstrating his open-source work.
Archify's growth pattern — zero marketing, pure Twitter word-of-mouth — suggests developer tooling still spreads fastest when the output is immediately visually superior to the incumbent, not just functionally equivalent.
The creator's story highlights a persistent hiring filter in Chinese tech: top-up bachelor's degrees are often treated as a hard disqualifier at large firms, regardless of demonstrated ability, making open-source portfolio a practical workaround.
Building a tool as an Agent Skill rather than a standalone app lowers the adoption barrier; users stay inside Claude Code or Codex and treat diagram generation as just another agent capability.
The project's evolution from a single diagram type to a full multi-format exporter with CI and a CLI in under three months shows how quickly a solo developer with AI-assisted coding can iterate when the scope is tightly defined.