|
|
|
Show HN: Commit Tracker – RSS feeds for GitHub commits
(committracker.com)
|
|
1 points
by noloman
158 days ago
|
|
I built Commit Tracker because I follow 50+ repos (React, Next.js, Tailwind, etc.) and GitHub notifications are unusable. What it does:
- Subscribe to any public GitHub repo
- Get commits via RSS/Atom/JSON, email digest, or Slack/Discord
- AI explains what changed (in email digests)
- Filter by author, message, or date
- Private repos work too via GitHub App Why RSS: I wanted commit updates in my feed reader alongside newsletters and blogs. GitHub doesn't offer this natively. Tech: Next.js 16, PostgreSQL, Vercel. ~700 tests. Free to use: https://www.committracker.com Looking for feedback on what features matter most. |
|