A tiny, educational accessibility CLI that detects common a11y issues in your HTML or static builds and explains:
- What the problem is
- Why it matters
- How to fix it with code examples
Perfect for catching basic accessibility problems early. In your local development environment.
- Checks for common accessibility issues, including:
- Missing
alttext on images - Missing
<h1>tags - Skipped heading levels
- Missing
- Educational output with plain language explanations and suggested fixes
- Runs locally
- Lightweight and fast
Install the package:
pnpm installRun against an HTML file:
pnpm a11y-assistant example.htmlExample output:
- More rules (links, colour contrast, ARIA patterns)
- Inline PR comments for detected issues
