I Built a Better Way to Discover Trending GitHub Repos ๐Ÿš€

Published: (December 5, 2025 at 12:58 PM EST)
2 min read
Source: Dev.to

Source: Dev.to

Introduction

Cover image for I Built a Better Way to Discover Trending GitHub Repos ๐Ÿš€

Finding new and exciting libraries on GitHub can be noisy. The standard โ€œTrendingโ€ tab is great, but it often shows old repositories that just happened to get a random spike in activity today.

I wanted more control. I wanted to see projects that were created recently (like in the last week) but are already gaining traction.

So, I built OhNiceRepo.

OhNiceRepo screenshot

What it does

This is a simple web app that connects to the GitHub API to help you discover rising stars. Instead of a generic list, it lets you filter specifically by language, creation date, and star count.

For example, you can search for โ€œTypeScript repositories created in the last 7 days with at least 100 stars.โ€ This filters out the ancient libraries and leaves you with the fresh, trending gems that are actually new.

Try it out

The project is fully open source. If you want to find some new libraries to play with, or if you just want to see how the code handles the GitHub API, check it out.

  • Live Demo:
  • Source Code:

Please show your support and drop a star on the GitHub repo! Your star counts a ton, and hey, maybe itโ€™ll help OhNiceRepo itself get featured in someone elseโ€™s list of nice repos! โญ

Happy discovering! ๐Ÿ‘ฉโ€๐Ÿ’ป

Back to Blog

Related posts

Read more ยป

Show HN: SerpApi MCP Server

Article URL: https://github.com/serpapi/serpapi-mcp Comments URL: https://news.ycombinator.com/item?id=46165251 Points: 4 Comments: 1...

Fast trigram based code search

Article URL: https://github.com/sourcegraph/zoekt Comments URL: https://news.ycombinator.com/item?id=46156718 Points: 4 Comments: 0...

Multivox: Volumetric Display

Article URL: https://github.com/AncientJames/multivox Comments URL: https://news.ycombinator.com/item?id=46149813 Points: 21 Comments: 3...