Hacker News new | ask | show | jobs
Show HN: Claude Code Release Tracker (ccwatch.net)
4 points by mdix 97 days ago
CCWatch regularly scans the Claude Code repository and its CHANGELOG.md for new releases and presents changes in a searchable, filterable interface.

I built it because I kept manually checking the changelog to stay on top of updates and wanted something that just did it for me.

Free, no login, no ads.

1 comments

Nice. What’s the tech stack?
It's super simple. HTML + CSS + JS and a node script that's executed via CRON that populates `data.json` (every 10 minutes so I don't have to auth with Github). And then the "static" frontend just fetches the updated `data.json` and works with it. You can check the JSON here https://ccwatch.net/data.json.