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.
Automatically scrapes all 41 pages on code.claude.com/docs once per day and tracks content changes over time.
Rendering mermaid diagram...
| File | Type | Description |
|---|---|---|
scraper.ts | Interval (daily) | Fetches all doc pages and stores snapshots in SQLite |
dashboard.ts | HTTP | Web dashboard — overview of all pages, per-page history, and diffs |
database.ts | Script | Database helpers (init, queries, fetch logic) |
discover-pages.ts | Script | Discovers all doc page URLs from the site nav and caches them in blob storage |
/— 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