Hey Product Hunt! My friend and I just launched Gitprobe, it turns any GitHub repo into a clean, readable summary of its architecture and logic.
Tools like Gitingest stop at listing files, but leave out the deeper context. Gitprobe fills that gap by mapping function-level relationships into a neat JSON structure that gives instant architectural insight.
Drop in a repo URL and you get:
* A breakdown of core modules and how they interact
* Key functions, entry points, and data flow
* Plain-text output that makes onboarding and AI workflows smoother
Itโs open source, lightweight, and built for devs who want to understand codebases fast.
Would love your thoughts and feedback, weโre actively improving it!
๐ https://gitprobe.com
I find GitProbe provides a clear and interactive visualization of codebases, which really helps when exploring or auditing projects. However, I noticed it can be a bit slow with larger repositories.
๐๐ Just tried #GitProbe โ loving the clean way it analyzes & visualizes codebases! Makes repo deep dives way less painful ๐ง ๐ป Anyone using it with large monorepos yet? ๐งฑ๐
I love the idea of visualizing the function call graphs and the relationships between modules in a clean, readable format. Does Gitprobe support private repositories, or is it currently only for public ones?
Replies
GitProbe
I find GitProbe provides a clear and interactive visualization of codebases, which really helps when exploring or auditing projects. However, I noticed it can be a bit slow with larger repositories.
๐๐ Just tried #GitProbe โ loving the clean way it analyzes & visualizes codebases! Makes repo deep dives way less painful ๐ง ๐ป Anyone using it with large monorepos yet? ๐งฑ๐
I love the idea of visualizing the function call graphs and the relationships between modules in a clean, readable format. Does Gitprobe support private repositories, or is it currently only for public ones?
GitProbe
@evgenii_zaitsev1 At the moment gitprobe is available only for public repositories but thatโs something we can look to doing in the future!