Settings

Theme

Show HN: I built a client-side GitHub repo comparator

gitranc.com

2 points by motsarnt 2 months ago · 0 comments · 1 min read

Reader

I wanted to compare star growth between a few repos and couldn't find a tool that did it the way I wanted, so I built one.

Most existing tools have a backend that proxies requests to the GitHub API, which means your token goes through someone else's server. They also don't cache results, so if you look up the same repo twice you're burning rate limit both times. And they're mostly single-metric viewers.

This tool is entirely client-side. Your GitHub token goes directly from your browser to the GitHub API, no backend.

Results are cached in the browser so repeat lookups are instant You can search for repos by name or paste a URL, add multiple repos, and compare their star history and contributions overlaid on the same chart. You don't need an account to use it. If you have a GitHub token you can use that to raise your rate limit,it's optional but highly recommended for basic use.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection