AI-powered accessibility analysis for your website
Paste a URL, upload a screenshot, or run axe-core in your browser, find out what's broken, who it affects, and exactly how to fix it.
Works best on static and server-rendered sites. React SPAs may give limited results.
How to get axe-core results
Go to the website you want to test in Chrome
Open DevTools (F12 or Cmd+Option+I) and go to the Console tab
Paste and run this command:
Consolevar s=document.createElement('script');s.src='https://cdnjs.cloudflare.com/ajax/libs/axe-core/4.9.1/axe.min.js';s.onload=()=>axe.run().then(r=>console.log(JSON.stringify(r)));document.head.appendChild(s);
Or install the free axe DevTools Chrome extension for a one-click experience.