Back to browse
Oosmetrics – growth, acceleration, and originality for 300K+ OSS repos

Oosmetrics – growth, acceleration, and originality for 300K+ OSS repos

by alessandroflati·Mar 18, 2026·2 points·4 comments

AI Analysis

●●SolidSlickBig Brain

Originality scores rank repos against category peers instead of raw star counts.

Strengths
  • Originality metric contextualizes growth against taxonomy peers, not absolute numbers.
  • Dynamic bracketing bypasses GitHub API's 1,000 result search limit.
  • Acceleration metric identifies speeding-up momentum before raw totals spike.
Weaknesses
  • GitHub Trending and OSS Insight already dominate this discovery landscape.
  • No API access for integrating these metrics into other workflows.
Target Audience

Developers, open source scouts, tech investors

Similar To

OSS Insight · GitHub Trending · Star History

Post Description

I built oosmetrics to answer a question I kept running into: which repos are actually gaining momentum right now, not just which ones already have the most stars?

It tracks 300,000+ GitHub repos continuously and computes three metrics per repo: - Growth rate (7d and 30d): star velocity, not raw count - Acceleration: is growth speeding up, stable, or declining? - Originality: how does this repo perform relative to its taxonomy peers? A 2K-star Rust HTTP framework that leads its niche scores higher than a 10K-star repo that's average for its category

Each metric gets a percentile-based letter grade (S → F). The feed is filterable by topic, language, and sort order, with a "Rising Stars" view for repos that entered tracking recently but are already accelerating.

A few technical details that might interest HN: - GitHub's Search API caps results at 1,000 per query. Discovery works around this by dynamically splitting star-count brackets when a bracket hits the ceiling; currently at 315 brackets - Processing is fully continuous. A worker pool picks any repo not processed in the last 24h and runs snapshot -> taxonomy -> metrics -> grades -> cache invalidation - Grades are percentile-based within the corpus (or within taxonomy for originality), so they recalibrate automatically as the dataset grows - Repo pages include an on-demand AI overview (what it does, who it's for, quick start, license) generated from the README by a self-hosted language model and cached permanently, only generated on first visit

Everything is free, no login required. Would love feedback on the metric definitions and whether the grading feels calibrated.

https://oosmetrics.com

Similar Projects

Infrastructure●●Solid

Real-Time Satellite Tracking and Intelligence Dashboard

GPU-accelerated 30K object rendering is impressive, but the space tracking category already has Heavens-Above and N2YO.

WizardryNiche Gem
keveenwong
103mo ago