Drop in a URL or your Lovable slug and we'll audit the page against WCAG 2.1 AA and the accessibility issues we see most often in shadcn/Tailwind apps. Detailed findings are grouped by severity.
We audit against the four WCAG principles: Perceivable, Operable, Understandable, Robust, plus the Lovable-specific issues we see most often in shadcn/Tailwind apps.
Every non-text element needs a text equivalent so screen readers, search engines, and users with images off can still understand it.
Text and UI must meet WCAG AA contrast, and color alone can't be the only cue for meaning (errors, status, required fields).
Every interactive element must be reachable and usable with a keyboard, with a visible focus indicator and no traps.
Tap targets should be comfortable on mobile, motion should respect user preferences, and users shouldn't be rushed.
Content should read in a logical order, use semantic structure, and label form inputs clearly so people know what to enter.
Use the right element for the job so assistive tech and browsers can interpret the page reliably — including as the app updates.