Accessibility audits, anywhere
A zero-dependency WCAG engine that runs in browsers, headless browsers, and server-side DOMs — in under 100ms.
- rules
- 93
- dependencies
- 0
- median audit
- 52ms
Why @accesslint/core
Fast
Median audit completes in 52ms across 5,000 real-world sites — significantly faster than alternatives.
Comprehensive
93 rules covering images, forms, ARIA, landmarks, color contrast, keyboard access, and more — all mapped to WCAG 2.1.
AI-ready
Every rule ships with guidance and prompts for AI-powered remediation. Built for the next generation of developer tools.
Quick start
npm install @accesslint/core import { runAudit } from "@accesslint/core";
const result = runAudit(document);
console.log(result.violations); - Read the Getting Started guide
- Browse all rules
- See how it compares in the benchmarks