Paste any public GitHub URL. In a few seconds you'll see how many lines of code it has, which languages, where the complex files live, and a COCOMO-based estimate of how much it would cost — and how long it would take — to build the same thing from scratch.
Every file in the default branch counted, summed by language and ranked by code volume. See where the bulk actually lives.
COCOMO (Boehm 1981, organic mode) translates SLOC into person-months, calendar months, and dollars. Industry-standard formula — not a guess.
Top files by branch + loop count, so the gnarly parts of the codebase surface immediately.
Results are keyed by commit SHA. Re-hitting the same commit is instant. Every analyzed repo gets a stable URL like /r/owner/repo.
# anywhere with curlcurl -X POST https://repostats.app/api/analyze \ -H 'Content-Type: application/json' \ -d '{"url":"https://github.com/golang/go"}'# or just open the URLhttps://repostats.app/r/golang/go