What accessibility widgets claim to do
Accessibility widgets (also called "overlays") are third-party JavaScript tools that businesses install on their websites for $49-$490 per month. Major vendors include AccessiBe, UserWay, EqualWeb, accessiBe, and several smaller players. The sales pitch is simple: install one line of code, check a compliance box, eliminate ADA lawsuit risk.
The technical claim is that the widget scans the site in real-time and uses AI to fix accessibility issues on the fly. A user with a disability visits the site, the widget detects what they need, and applies corrections automatically.
What they actually do
Widgets apply a small number of cosmetic accessibility features: a floating toolbar with options for larger text, higher contrast, dyslexia-friendly fonts, and reading assistance. These features help some users. They do not fix the underlying code.
What widgets don't do:
- Fix missing alt text on images (the AI-generated alt text is often wrong or unhelpful)
- Fix unlabeled form fields (you have to edit the source HTML)
- Fix keyboard traps (requires restructuring the interactive components)
- Fix color contrast issues permanently (the toggle only works while the user has the widget active)
- Fix screen-reader structural problems (heading hierarchy, landmark regions, ARIA)
The site remains non-compliant for any user who doesn't activate the widget, which is the vast majority of users, including the screen-reader users the widget is supposedly designed to help.
What courts have said
Multiple federal courts have rejected widget-based compliance defenses in ADA Title III cases. The basic legal theory: the underlying site is what's accessed, and if the underlying site fails the legal accessibility standard, the widget doesn't cure the violation. Some widgets have actually made accessibility worse by interfering with screen readers and creating new keyboard traps.
Plaintiffs' firms have figured this out. 25% of 2025 ADA web lawsuits were filed against businesses that had accessibility widgets installed when the violation was found. The widget is, if anything, a signal that the business owner wasn't serious about compliance.
The FTC AccessiBe case
In 2024, the Federal Trade Commission took action against AccessiBe, one of the largest widget vendors. The FTC found that AccessiBe had made false and unsubstantiated claims about its product's ability to make websites ADA-compliant. Specific claims called out by the FTC:
- "Make your site ADA-compliant in 48 hours"
- "Full WCAG 2.1 compliance"
- "Protection from ADA lawsuits"
The FTC determined none of these claims could be substantiated. AccessiBe was fined $1 million and ordered to stop making these representations. The settlement is public record and has been cited in subsequent litigation against businesses that relied on similar widget claims.
What widget vendors won't tell you
Widget contracts typically contain language specifically disclaiming legal responsibility. Read the fine print on any widget you're considering. The standard clause: "Customer acknowledges that the Product is provided AS IS and Vendor makes no warranty that the Product will result in compliance with any law." In other words: we don't guarantee this works, and if you get sued, that's your problem.
This language exists because the vendors know the product doesn't deliver compliance. They sell peace of mind. They don't sell legal protection.
The real fix
The only real defense against ADA lawsuits is building the underlying site to the legal accessibility standard and documenting it. That means editing the actual HTML, CSS, and JavaScript. Adding proper semantic markup. Testing with real screen readers. Verifying keyboard navigation. Writing proper alt text. Structuring forms correctly. It's more work. It's the only work that holds up in court.
If you've already installed a widget, don't panic but don't stop there. Keep the widget if it's providing value to some users, but commission a real compliance audit and remediate the underlying code. That's the evidence that matters if a demand letter arrives.
The cheaper, slower truth
Widgets exist because they offer a shortcut, and shortcuts sell. Real compliance takes weeks of engineering work and ongoing maintenance. But the math is simple: a single demand letter settlement exceeds years of real compliance work. Pay now in engineering, or pay later in legal fees and settlement. There is no free option.