One URL in. Page count, template count, and a first-pass information architecture out — before the pitch, in under four minutes.
A redesign pitch has two numbers that matter: how many pages exist (content migration effort) and how many distinct layouts those pages use (design effort). They're rarely the same number. A 300-page site might run on 11 templates.
Before SiteScope, getting those numbers meant two hours of manual crawling, a spreadsheet, and a rough count that varied by who did it last. Now it's a URL and a button.
The template classification is the part that's hard to do manually. Claude receives every URL on the site alongside structural signals from representative pages — headings, forms, tables, downloads — and groups them by visual and functional similarity, not by URL pattern. The result matches what a senior UX designer would produce after an hour of manual review.
Anthropic API key lives in the Cloudflare Worker. Never touches the browser. Worker handles sitemap discovery, Common Crawl queries, bulk URL validation, and Claude API proxying — all in one deployed script.