REPO-SIGHT reads your C++, Python, or Java repository and reports the numbers that matter — size, structure, complexity, and rule violations. Paste a public GitHub URL, no signup required.
Hey PH 👋
I built this after getting wrecked in a code review.
Senior dev told me my cyclomatic complexity was "out of control." I nodded like I knew what that meant. I did not.
Spent the next week Googling at 11pm. Eventually understood it. Then realized I had no easy way to just... check my own code before submitting it for review. SonarQube is great but overkill when you just want a quick gut-check. Linters catch style, not structure.
So I built REPO-SIGHT. Paste a public GitHub URL, get a health score and the metrics that actually matter — complexity, function length, nesting depth, comment coverage, technical debt density. Under 30 seconds. No account, no setup, no config.
Supports C++, Python, and Java right now. More languages coming.
Three things I'd love feedback on:
Which metric do you actually care about most in a quick snapshot?
What language should I add next?
Is the health score grading (A through F) useful or would you want something different?
Happy to answer anything. Tried to build the thing I actually needed — a mirror, not a nag.
Thanks for checking it out 🙏