Accessibility audits, anywhere

A zero-dependency WCAG engine that runs in browsers, headless browsers, and server-side DOMs, in under 100ms.

rules
95
dependencies
0
median audit
53ms
Get started

Why @accesslint/core

Fast

Median audit completes in 53ms across 5,000 real-world sites, significantly faster than alternatives.

Comprehensive

95 rules covering images, forms, ARIA, landmarks, color contrast, keyboard access, and more, all mapped to WCAG 2.2.

AI-ready

Every rule ships with guidance and prompts for AI-powered remediation.

Quick start

npm install @accesslint/core
import { runAudit } from "@accesslint/core";

const result = runAudit(document);
console.log(result.violations);
  1. Read the Getting Started guide
  2. Browse all rules
  3. See how it compares in the benchmarks