Use star velocity, repo activity, and early sources like Show HN and release feeds to find rising GitHub repos before Trending.
If I want to spot a repo before it blows up, I don’t rely on GitHub Trending alone. I look for three signals at once: star growth over time, repo activity, and early mentions on places like Show HN and release feeds.
Here’s the short version:
- GitHub Trending is late because it reacts to short-term star jumps
- Star totals can fool me; I watch the shape of growth instead
- Repo health matters; commits, pull requests, contributors, and releases help me tell hype from staying power
- Early sources matter; Show HN, release trackers, and daily.dev can surface repos before they hit the main boards
- A weekly review works best; one pass to collect, one pass to check, one pass to trim
In other words: I’m not looking for the biggest repo. I’m looking for the one that is starting to move now.
A simple way to do that is:
- Find candidates from Show HN, daily.dev, and release alerts
- Check star velocity with star-history
- Check repo activity with OSS Insight
- Keep only repos with repeat motion by the end of the week
What I’m watching is not just popularity. I’m watching whether interest is stacking up across more than one source.
| Source | What I check | What it tells me |
|---|---|---|
| GitHub Trending | Short-term star burst | What already got attention |
| star-history | Star curve over days and weeks | Whether interest is speeding up or flattening |
| OSS Insight | Commits, PRs, contributors | Whether the repo is active |
| Show HN | New launches and demos | Early project mentions |
| Release trackers | Release cadence, changelogs | Whether the team keeps shipping |
| daily.dev | Daily links and dev chatter | More repos to review |
That’s the full idea in one view: use discovery sources to build a list, then use stars plus repo activity to filter it. This gives me a better shot at finding rising repos before they land on Trending.

Track momentum with star-history and star analytics

Once a repo is on your radar, don’t stop at the star total. Look at how those stars are showing up over time.
Read star charts for velocity, not total counts
Raw star counts matter less than the shape of the growth curve. Use star-history to judge velocity, not just totals. A repo that keeps gaining stars week after week usually looks more promising than one that gets a short spike and then goes flat.
In plain terms, you’re looking for motion. A steady climb often tells you more than a big number sitting still.
The next step is to compare that curve against other repos in the same niche.
Compare repos in the same category to find the one pulling ahead
Put similar repos side by side. When you compare projects in the same niche, the one with the steeper and steadier climb is usually the one worth watching.
That kind of comparison helps you spot which repo is building interest now, not just which one had a good moment in the past.
Use OSS Insight to check whether growth is real

Star velocity shows attention. It does not prove a project is healthy.
Think of velocity as the first filter, not the final call. OSS Insight adds the health check by showing repository activity and contribution signals, so you can look past raw star totals and see what’s happening inside the repo .
Check topic pages and topic-level movement
Topic pages help you see which projects are gaining traction in the same niche. That matters because a keyword on a profile can make two projects look alike when they’re moving in very different ways.
Use this view to compare similar-looking projects and spot the ones with actual movement underneath.
Tell apart hype spikes from lasting momentum
Next, check whether the repo is still shipping. A spike in stars means more when recent GitHub activity backs it up.
Look at recent commits and pull requests. If the data is stale, the spike is often short-lived .
Find candidates earlier with Show HN, release trackers, and developer feeds
These sources can put repos on your radar before they hit Trending. Use them to build a shortlist first. Then check that list with star-history and OSS Insight. Trending works best as a confirmation layer; this section is about where the early signs tend to show up.
Scan Show HN for fresh launches and open source demos
Show HN is one of the best places to spot a project early. Builders share side projects, libraries, and tools on Hacker News under the "Show HN" tag, often before those repos have picked up many stars.
Look through recent Show HN posts in your niche and save the GitHub links that fit what you're tracking. After a repo makes your shortlist, check whether its star curve and activity are still moving up.
Use release trackers to find active shipping teams
Star counts show attention. Release cadence shows whether a team is still shipping before the stars catch up.
If you watch GitHub releases or release roundups, you can spot maintained projects whose adoption may be growing ahead of their star count. A steady flow of releases and changelog updates is often a better early sign than a static repo with a bigger star total.
Use daily.dev as your daily discovery layer

daily.dev gives you a personalized daily feed of launch notes, articles, and community discussions tied to your stack, so new projects can surface without you having to check a bunch of places by hand.
Make this a weekly habit. Collect candidates first, then validate them later, so discovery and validation don't get mixed together.
Build a weekly routine to catch rising repos early
A short weekly routine helps you keep your watchlist current and spot momentum before a repo blows up. Once you have a shortlist, this weekly pass lets you sort it fast without turning it into a big research project.
Early-week scan: collect candidates in one place
On Monday or Tuesday, gather candidates in one place. Check your daily.dev feed, recent Show HN posts, and any release alerts. Then log the GitHub URL, the topic, and one sentence on why it matters.
Mid-week pass: check star velocity and repo health
Once you’ve gathered candidates, shift from discovery to validation. On Wednesday or Thursday, review the shortlist with star-history and OSS Insight. Look at whether stars are accelerating, whether new contributors are showing up, and whether releases are still shipping. Write those signals next to each repo.
End-of-week review: decide what to watch next
On Friday, trim the list. Remove one-day spikes, keep repos that show repeat momentum, and finish with a short watchlist. For your top picks, scan the README and the latest commits before they stay on the list.
Conclusion: combine multiple signals instead of relying on a single leaderboard
GitHub Trending is a good place to start. But it’s a lagging signal. If you want to spot momentum early, you need to look at more than one source. That’s how scattered clues turn into early discovery.
Here’s the workflow: find candidates through Show HN, release trackers, and your daily.dev feed. Then measure momentum with star-history, focusing on velocity instead of total star counts. After that, check OSS Insight to see whether the growth is backed by real contributor activity, not just a short spike. Review your shortlist once a week.
The best signs tend to show up together: an early mention, rising stars, and active contributors. That’s how you find rising repos before they hit the leaderboard. Combine those signals, review them weekly, and you’ll catch momentum before Trending does.
FAQs
How do I tell real momentum from a hype spike?
Don’t stop at star counts. Stars can spike from short bursts of attention and make a project look hotter than it is.
Instead, check long-term growth patterns and historical velocity. Look at whether pull requests, issue resolutions, and commits stay steady over months, not just a few days.
Real momentum usually shows up as sustained activity from a broad contributor base. You’ll also see ongoing discussion or signs that the project is making its way into developer workflows on daily.dev, instead of just collecting passive clicks.
What star-growth pattern should I watch for?
Look for a steady, organic climb in star velocity instead of sudden spikes that come out of nowhere. When the star-history graph moves upward at a consistent pace, that usually points to genuine, sustained interest from the community.
On the flip side, sharp vertical jumps deserve a closer look. They can come from viral buzz or even inflated attention, not steady development work. Healthier growth tends to show up as gradual gains paired with active commits and meaningful contributions over time.
How often should I review rising repos?
Review rising repos once a week. That cadence cuts through the day-to-day noise without leaving you so late that you miss what’s picking up steam.
It also gives repositories enough time to show real momentum. That makes it much easier to separate a brief spike from a project that may have staying power.