Show HN: DeepRepo ā AI architecture diagrams from GitHub repos
16 points by uwais12
by comchangs
2 subcomments
Tried it on a few repos ā the file-tier prioritization is a nice touch. Skipping lockfiles and generated code saves a lot of noise.
Would be interesting to see this integrated into CI ā auto-generate updated diagrams on each PR so architecture docs never go stale.
by spbuilds
1 subcomments
Interesting approach. How does it handle monorepos or repos with unconventional structure? The multi-pass analysis sounds nice, but Iād be curious how consistent the output is across runs if you run it twice on the same repo, do you get basically the same diagram?
by kent8192
2 subcomments
It's pretty good for me, and I applied it to my project!
I want to connect this tool to my Claude Code via an MCP or a plugin.
Could I do that as though it were Deepwiki?