What problem does it solve?
Provides automated discovery, crawling, and runtime scanning of web pages to build inventories and find accessibility issues across single pages or multi-page sites, removing manual link collection and ad-hoc checks.
Core Features & Use Cases
- Runtime Scanning: Execute axe-core CLI scans against live URLs to surface WCAG 2.x and 2.2 issues.
- Crawl & Inventory: Discover pages via sitemap or link-based crawling with same-domain restrictions and a configurable page cap.
- Screenshots & Evidence: Capture full-page screenshots for visual review using lightweight capture-website-cli or Playwright as a fallback.
- Framework Detection & Code Review Prep: Detect common frameworks from workspace files to enable targeted reviews and code-based accessibility checks.
- Use Case: Generate an accessibility inventory for a production site by crawling up to 50 pages, running axe-core on each, capturing screenshots, and exporting results for audit triage.
Quick Start
Scan https://example.com using an axe-core runtime scan, crawl up to 50 same-domain pages, capture full-page screenshots, and save results to ACCESSIBILITY-SCAN.json.