ahmedkhaleel2004/gitdiagram
Free, simple, fast interactive diagrams for any GitHub repository
About the project
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
Useful for
- Open an architecture diagram of someone else's repo by replacing hub with diagram in the GitHub URL
- Generate a system diagram for a private repository by providing a fine-grained GitHub token
- Export the diagram as Mermaid or PNG for project documentation
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 164 stars so far today, about 216 expected by the end of the day. The usual pace is 4 per day, so that's 55× as much.
- Over the last two days the pace is 53× that of the previous week and a half.
- The spike has held for 3 days in a row — not a one-off blip.
- GitHub Trending today: #16, +145 stars.
- GitHub Trending TypeScript today: #6, +145 stars.
- About 10 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 16,369
- Stars in a day
- 216
- Forks
- 1,253
- Issues and pull requests
- 214
- Watchers
- 59
- Language
- TypeScript
- License
- MIT
- Created
- December 15, 2024
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 18, 2026GitHub Trending today: #16, +145 stars; GitHub Trending TypeScript today: #6, +145 stars
Similar projects
-
8.4
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…
-
6.6
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
5.7
apple/xcode-project-format
Apple's Swift library for reading, writing, and manipulating Xcode's JSON-based project.xcproj format, with a typed model under the XCSchema namespace. Also ships the xcprojformatter CLI tool.
-
5.4
devagrawal09/jev-review
A TypeScript code-review tool that analyzes a Git diff or a whole codebase through structured TypeSafe Jev model calls and shows the report in a local dashboard.
-
5.3
nMaas8388/github-ranking-audit
A Python script that audits a GitHub repository's search ranking signals: it checks name, description, topics, README, stars, and activity, scoring each factor from 0 to 100.
-
5.3
aardappel/goose
Goose is a systems programming language with memory managed via data stacks: no heap, no GC, no lifetime annotations, and it compiles to C. It claims to be faster and more memory-efficient than C++ and Rust while…