Skip to main content
logo
Coming soonSolo build

WCAG 2.1 accessibility audit tool

Coming soon — automated WCAG 2.1 auditing with prioritized fix-it lists. CLI today, web tomorrow.

Get notified at launch

WCAG 2.1 accessibility audit tool is currently in private testing. Drop your email and you'll be the first to know when it goes public.

About

A WCAG 2.1 audit tool that runs Playwright + axe-core against a target site, then produces prioritized remediation to-do lists across multiple formats (JSON, HTML, Markdown). Today it ships as a CLI usable in CI; the web version is in active development.

What's interesting

  • WCAG 2.1 A / AA / AAA coverage
  • Prioritized remediation by impact + effort
  • CI-friendly exit codes — fail the pipeline on critical issues
  • JSON / HTML / Markdown reports
  • Auth-aware (skips login walls instead of dying on them)

Stack

Node.js 20+Playwrightaxe-coreCommander.jsHandlebarsVitestTypeScript

Further reading