Search for a command to run...
Curated audit resources for designers and developers.
axe DevTools is a powerful browser extension that automatically scans web pages for accessibility issues and provides detailed reports with specific remediation guidance. It's built by accessibility experts and is widely considered the gold standard for automated accessibility testing, helping developers catch issues early in the development process.
Added Feb 2026
Lighthouse is built directly into Chrome DevTools and provides comprehensive accessibility audits alongside performance and SEO analysis. It automatically scans pages for common accessibility issues and provides actionable recommendations, making it an essential tool that's always available to developers and designers.
Pa11y is a command-line tool and web service that runs automated accessibility tests on web pages using HTML CodeSniffer rules. It can be integrated into development workflows and CI/CD pipelines to catch accessibility issues early, providing detailed reports and the ability to test multiple pages at scale.
Stark is a comprehensive accessibility suite that integrates with design tools like Figma, Sketch, and Adobe XD to help designers check contrast, simulate vision conditions, and ensure accessible color choices. It provides real-time accessibility feedback during the design process, making it easier to catch and fix issues before they reach development.
WAVE (Web Accessibility Evaluation Tool) provides visual feedback about the accessibility of your web content by injecting icons and indicators into your page. It helps identify accessibility errors, alerts, and structural elements, making it easy to see exactly where issues exist and understand their impact on users.