Archify: The GitHub-Trending AI Agent That Turns Code Repos into Live Architecture Diagrams
Archify, an open-source AI agent, generates searchable HTML architecture diagrams from a sentence and tops GitHub Trending. Its creator, a self-taught developer with a community-college degree, tells how open source became his second resume.
According to the report, Archify lets users describe a code repository or paste a system description, then produces a visual architecture diagram as a standalone HTML file. Users can search nodes, trace call paths, switch between dark and light themes, and export to PNG, SVG, WebM, or a share card. It supports Claude Code, Codex, Cursor, OpenCode, and other AI agents, and does not depend on a specific model.
As of this writing, Archify has received multiple X posts with over 100,000 likes, accumulated 31,400 stars and 1,900 forks, and briefly ranked first on the GitHub trending chart. Many developers said the tool saved them at least four or five follow-up meetings.
Archify is not just a text-to-diagram tool like Mermaid or D2. The report explains that Archify embeds diagramming directly into the workflow of programming agents. It first generates a structured JSON IR, then validates the schema, layout, labels, and connection conflicts before rendering the final HTML or SVG. If validation fails, it points out specific problems and allowed fixes instead of producing a visually appealing but incorrect diagram.
The tool can also compare two architecture snapshots and highlight additions, deletions, modifications, moves, and rerouted connections in a Before/Delta/After format. The developer says this means architecture diagrams can become part of code review, not just a post-development illustration.
However, users have reported limitations. Some said node detail pop-ups are small, models without built-in vision (such as deepseek-v4-flash) work less smoothly, and token consumption is high. The developer acknowledged these issues and said new versions are being prepared.
The developer's story has drawn particular attention. He entered a vocational college in 2018, then transferred to Chongqing University of Posts and Telecommunications with the highest score in his cohort and majored in software engineering. During job hunting, he passed interviews at companies like Feishu and Yuanfudao, but said background checks repeatedly led to rejection because of his community-college diploma. He described working as a security guard, studying auto repair, and working in factories.
After many failed offers, he was encouraged by Cz Chen, then COO of Manus, to prove his abilities through open-source projects. He followed that advice, built several projects, and eventually obtained an offer from a major Shanghai-based tech company. Archify became the most prominent of these projects.
The developer wrote on X: "My education background is not something I can change now. No matter how I explain, others still see me as a community-college transfer student. Open source didn't turn me from a vocational student into a 985 graduate, and it doesn't guarantee I won't be blocked by my degree again. But at least Archify is being used by real people. The fact that my work brings value to others is the biggest meaning of doing open source."
The report says the developer has not publicly disclosed his real name or current employer. He said the encouragement from Cz Chen was a turning point, and his open-source portfolio became a second resume.