AccessiBe vs manual remediation: why overlays don't work
Accessibility overlays promise ADA compliance for $49/month. The FTC, courts, and disability advocates all say otherwise. Here's what the data shows.
What are accessibility overlays?
Accessibility overlays (also called widgets or toolbars) are JavaScript plugins that add a floating button to your website. When clicked, they open a panel with options like "increase font size," "high contrast mode," or "screen reader mode." Popular overlay products include accessiBe, UserWay, EqualWeb, and AudioEye's widget.
The pitch is simple: add one line of code, get instant ADA compliance. The reality is far more complicated.
Why overlays don't provide ADA compliance
Overlays fail for a fundamental technical reason: they inject JavaScript on top of your existing code, but they can't change the underlying HTML structure. Screen readers interact directly with your DOM — not the overlay's JavaScript layer. If your HTML has missing alt text, broken ARIA attributes, or unlabeled form fields, the overlay can't fix those problems for assistive technology users.
Specifically, overlays cannot fix:
The FTC fine and what it means
In 2025, the Federal Trade Commission settled with accessiBe for $1 million over claims that its overlay widget could make websites ADA compliant. The FTC found that accessiBe's marketing was deceptive — the product did not deliver the compliance it promised.
This matters because it establishes at the federal level that overlay widgets are not considered a valid compliance solution. If the company selling the overlay admits (via settlement) that it can't guarantee compliance, you can't rely on it to protect you from a lawsuit.
What actually works: scanning + code-level fixes
Real ADA compliance requires changing your actual HTML, CSS, and JavaScript. The process is:
Cost comparison: overlays vs real remediation
The overlay is cheaper upfront but provides no actual protection. Real scanning and remediation costs roughly the same annually and actually fixes the problems.