DEV Community

Cover image for Most new GitHub repos are noise. The rare good ones get buried with everything else.
Melentyev
Melentyev

Posted on

Most new GitHub repos are noise. The rare good ones get buried with everything else.

A while ago I published an open-source project I'd put real work into — tests, docs, CI, the whole thing. It landed to complete silence. Zero stars, zero traffic.
It made me realize the problem isn't that good projects are rare — it's that they're impossible to find. GitHub gets 230+ new repositories every minute, most of them throwaway, and the few genuinely good ones drown in the noise with everything else.
So I built hatchmoment.
It watches the public GitHub event stream and catches repos right when they go public — before they have any stars to rank by. Instead of popularity, it scores them on signals of actual engineering effort: tests, docs, CI, a license, a sensible structure. Whatever clears the bar gets read for substance and posted with a short, plain-language summary of what it does.
The whole idea is to judge projects by the care put into them rather than by hype — because popularity is the one thing a good project doesn't have yet on day one.
One honest caveat: it judges a repo from the outside — it doesn't run or audit code. So it's a discovery tool, not a safety check. Great for finding well-built projects early, not a substitute for reviewing one before you use it.
It's been running on autopilot for a while now — 42 finds in the channel so far. Free, no ads, nothing to sell.
Channel's here if you want to see what it surfaces: https://t.me/hatchmoment
And here's the project that started it all, just for context: https://github.com/vimathic/vimathic

If anyone has thoughts on what separates a promising new repo from the noise on day one, I'm all ears.

Top comments (0)