wcag-quickscan
v1.0.0
Published
Quick WCAG/ADA website accessibility scanner. Scan URL, get violations report. Sellable MVP: $29 lifetime.
Maintainers
Readme
WCAG QuickScan\n\n## What it does\nScans any website URL for WCAG/ADA accessibility violations using axe-core. Generates a client-ready PDF/HTML report with pass/fail score, violation list, and fix suggestions.\n\n## Who it's for\n- Freelance web devs\n- Small agencies\n- Businesses checking compliance before launch\n\nAvoid $10k+ ADA lawsuits with a 2-min scan.\n\n## How to run\nbash\ncd apps/wcag-quickscan\nnpm install\nnpx playwright install\nnpm start\n\nVisit http://localhost:3000\n\n## Monetization\nStripe checkout: $29 lifetime access. Replace stub keys in server.js.\n\n## Status\nCore MVP complete: Local server scans URL, shows HTML report with violations. Pricing stubbed. Install deps & test:
npm install
npx playwright install
npm startOpen http://localhost:3000, scan https://www.w3.org/WAI/
