A powerful tool to automatically audit websites for WCAG accessibility violations, extract exact faulty HTML elements, and generate AI-powered code fixes using OpenAI or DeepSeek Coder (via Ollama).
This application helps developers and QA engineers test websites for accessibility compliance. It:
- Crawls a website using
robots.txtand/orsitemap.xml - Finds all internal URLs
- Runs WCAG audits using Pa11y and Axe-core
- Uses CSS selectors to extract problematic HTML elements
- Suggests AI-generated HTML fixes using LLM:
- OpenAI (GPT-4o)
- DeepSeek coder model(used through Ollama)
- Uses
/robots.txtor/sitemap.xml - Fallbacks to anchor-tag crawling
- Returns all internal pages (up to 5000)
Choose a specific internal page from the scanned results.
- Uses
pa11yandaxeto identify WCAG violations - Displays:
- Guideline code
- Severity
- Violation message
- CSS selector
- Queries HTML using
Playwrightand selector - Extracts the exact DOM element's HTML
Choose between:
Each gives a fixed version of the HTML snippet, resolving the accessibility issue.