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 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 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!