Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

GitDiagram

Instantly visualize any codebase as an interactive diagram

Turn any GitHub repository into an interactive diagram for visualization in seconds.

Top comment

GitDiagram is an open-source micro dev-tool that I made this past week Given any public GitHub repository it generates diagrams in Mermaid.js with Claude 3.5 Sonnet Try it out for free at https://gitdiagram.com I extract information from the file tree and README for details and interactivity (you can click components to be taken to relevant files and directories) Also, you can replace "hub" with "diagram" in any repository URL to access its diagram I created this because I wanted to contribute to open-source projects but quickly realized their codebases are too massive for me to dig through manually, so this helps me get started I do still plan on adding other features like private repository access if that becomes a thing people want This project was heavily inspired by https://gitingest.com/ so make sure to check that out as well! Hopefully this tool can help you and feedback is always welcome!