Scan HTML and JSX for accessibility issues with AI-powered fix suggestions
Scan your HTML and JSX files for WCAG accessibility issues. Get actual code fixes, not just warnings.
One command. Real fixes. Not just complaints.
npx ai-a11y ./src/components/Header.tsx
# Scan a single component
npx ai-a11y ./src/components/Button.tsx
# Scan all components
npx ai-a11y ./src/components/
# Scan with verbose output
npx ai-a11y ./src --verbose
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups.
Find more: https://github.com/LXGIC-Studios
Node.js 18+. Needs OPENAI_API_KEY environment variable.
MIT. Free forever.
Built by LXGIC Studios