Public
Daily scraper for code.claude.com/docs to track changes
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

📄 Claude Code Docs Tracker

Automatically scrapes all 41 pages on code.claude.com/docs once per day and tracks content changes over time.

How it works

Rendering mermaid diagram...

Files

FileTypeDescription
scraper.tsInterval (daily)Fetches all doc pages and stores snapshots in SQLite
dashboard.tsHTTPWeb dashboard — overview of all pages, per-page history, and diffs
database.tsScriptDatabase helpers (init, queries, fetch logic)
discover-pages.tsScriptDiscovers all doc page URLs from the site nav and caches them in blob storage

Dashboard pages

  • / — Overview of all 41 tracked pages with change status
  • /page?url=... — Snapshot history for a specific page
  • /diff?old=ID&new=ID — Sentence-level diff between two snapshots
  • /source — View source code