UserWay vs accessiBe for Accessibility on Spiritual Business Websites
UserWay $490/yr. accessiBe $490-950/yr, FTC fine (reportedly $1M, April 2025). Neither overlay guarantees WCAG compliance. What practitioners should know.
You got a letter threatening an ADA lawsuit. Or a client mentioned your site doesn't work with their screen reader. Or you read that small businesses are being targeted for accessibility violations. So you searched for a solution and found two paid overlays that both promise to make your site compliant within minutes.
Before you type your card number, you need to understand what these tools actually do - and what the accessibility community says about them.
This article presents the practical picture without legal advice. For any specific legal situation, talk to an attorney.
What an Overlay Actually Is
UserWay and accessiBe are overlay tools. They work by injecting a JavaScript layer on top of your existing website that attempts to detect and patch accessibility problems in real time - when a screen reader loads your page, the overlay tries to add missing labels, adjust contrast, and fix keyboard navigation on the fly.
The critical limitation: overlays address the symptom, not the cause. Your underlying code still has the same problems. If you cancel the subscription, every overlay "fix" disappears immediately. The site goes back to its original state.
Contrast this with actual code fixes: when a developer adds proper alt text to your images, fixes your heading structure, or corrects keyboard navigation in your HTML - that fix is permanent and costs nothing to maintain.
What the Accessibility Community Says
Over 800 accessibility professionals have signed a public document called the Overlay Fact Sheet arguing against overlay tools. The core position: overlays cannot reliably achieve real accessibility because they're patching code they don't control. They may introduce new barriers while masking existing ones. Some screen reader users report that overlays actively interfere with their assistive technology.
This isn't a fringe position - it's the mainstream view among WCAG and ARIA experts. When an overlay vendor claims WCAG 2.1 AA compliance, that claim should be read carefully: WCAG compliance is measured by whether real users with disabilities can access your content, not by whether a JavaScript layer is running.
Source: hounder.co overlay comparison analysis (2026)
accessiBe: The FTC Action
In April 2025, the FTC took action against accessiBe. The company reportedly received a $1M fine for making misleading claims about its ability to achieve full ADA compliance - though the full details and final settlement terms should be verified through official FTC records [VERIFY]. The FTC action centered on marketing claims that accessiBe described as guarantees of compliance when the technology cannot deliver that guarantee.
This does not mean accessiBe stopped operating or that their tool provides zero value. It means their compliance claims were found to be overstated, which is worth factoring into any purchasing decision.
Source: ratedwithai.com/blog/accessibe-review-2026 (2026)
Pricing
Tool | Annual cost | What's included | Compliance guarantee |
|---|---|---|---|
UserWay Widget Pro (to 100K pageviews/mo) | $490/year | AI remediations, compliance statement, $10K legal pledge | No guarantee |
accessiBe (to 1,000 pageviews/mo) | $490/year | Widget, automated remediations | No guarantee |
accessiBe (10,001-25,000 pageviews/mo) | $950/year | Widget, automated remediations | No guarantee |
WAVE + developer code fix | $0 + $200-800 one-time | Real permanent fixes | Addresses actual issues |
Sources: userway.org/pricing/ (official, 2026); accessibe.com/pricing/accesswidget (official, 2026)
UserWay's $10,000 "legal pledge" is a commitment to support you if you receive an ADA demand letter - not a guarantee that you won't receive one, and not an indemnification in the legal sense.
The 10-Year Cost Comparison
For a spiritual business site with under 100,000 pageviews per month:
`overlay_10yr = $490/year x 10 = $4,900` (and you're still running an overlay, not fixed code)
`code_fix_one_time = $200-800` (a developer spending 4-8 hours addressing the issues WAVE identifies)
At $50-100/hour for a developer, 4-8 hours of targeted accessibility remediation costs $200-800 and the fixes are permanent. You don't pay again next year.
For the specific issues most common on spiritual business websites - missing alt text on tarot and astrology imagery, poor contrast on dark mystical themes, keyboard navigation problems - these are all solvable without an overlay.
Free Diagnosis: Where to Start
Before spending anything, run your site through free diagnostic tools:
WAVE (wave.webaim.org): Free Chrome and Firefox extension. Loads your page and shows every accessibility issue with a red or yellow marker. Clicking any marker shows what the problem is and how to fix it. This is where to start.
Lighthouse: Built into Chrome DevTools (right-click, Inspect, then the Lighthouse tab). Runs an automated accessibility audit and gives you a score with specific items to fix.
axe DevTools: Free Chrome extension from Deque, widely used by accessibility professionals for thorough automated testing.
None of these fix anything - they diagnose. The diagnosis tells you what actually needs fixing so you can prioritize.
The DIY Fixes That Matter Most
For typical spiritual business websites, three issues cause the majority of accessibility problems:
Alt text on images: Every image needs an `alt` attribute describing what it shows. For tarot card images: `alt="The High Priestess tarot card"`. For decorative images that convey no information: `alt=""`. WordPress, Squarespace, and most platforms let you add alt text in the image settings without touching code.
Color contrast: Dark text on dark backgrounds - common in mystical aesthetic designs - frequently fails the WCAG minimum contrast ratio of 4.5:1 for normal text. Check your color combinations at webaim.org/resources/contrastchecker/. If it fails, lighten the text or darken the background.
Video captions: If you embed YouTube meditations or astrology readings, enable auto-generated captions in YouTube settings. Then review and correct them - auto-captions in spiritual content often mangle terminology.
For a systematic approach to these basics without hiring anyone, see the companion website accessibility basics guide.
When an Overlay Might Make Sense
There are narrow situations where an overlay has practical value:
- You've received an actual ADA demand letter and need to demonstrate immediate action while you implement real fixes
- You're in the middle of a full site rebuild and want a temporary measure during the transition
- Your site runs on a platform where you genuinely cannot modify the underlying code
In these cases, an overlay as a temporary measure while real fixes are implemented is defensible. An overlay as a permanent, replace-actual-compliance solution is the problem the accessibility community objects to.
For cookie consent and legal compliance more broadly, see Cookiebot vs Termly vs iubenda. For SEO considerations that often overlap with accessibility (semantic HTML, proper heading structure), see SEO for esoteric sites.
Frequently Asked Questions
Does having an accessibility overlay protect me from ADA lawsuits?
This is a legal question that requires a lawyer, not a tool comparison article. What the documented record shows: overlay vendors cannot guarantee protection, their compliance claims have been challenged (including by the FTC in accessiBe's case), and courts have not consistently found that having an overlay satisfied ADA requirements. Consult an attorney for your specific situation.
Is the $10,000 UserWay legal pledge meaningful?
UserWay's legal pledge covers support if you receive an ADA demand letter. It's a customer service commitment, not a legal indemnification. If you receive a demand letter, they help you respond. They don't guarantee you won't receive one, and they don't provide legal representation.
How common are ADA lawsuits against small spiritual businesses specifically?
ADA accessibility lawsuits target small businesses broadly - over 4,000 cases per year in the US across all sectors. Service businesses and e-commerce are common targets. There's no data specifically on spiritual businesses as a category. The risk is real but not necessarily higher for your type of practice than for any other small service business with a website.
Can I make my site accessible without any paid tools?
Yes. WAVE (free) diagnoses your issues. Fixing alt text, contrast, and basic heading structure requires no paid tools - only access to your site's settings or a developer's help. The $200-800 estimate for a code fix assumes hiring someone; if you're comfortable in your platform's settings, some fixes cost only time.
What's the difference between ADA compliance and WCAG compliance?
WCAG (Web Content Accessibility Guidelines) is the technical standard - a set of specific criteria for accessible web content at levels A, AA, and AAA. ADA Title III is US law requiring accessibility in places of public accommodation, which courts have applied to websites. WCAG 2.1 Level AA is generally accepted as the target standard for ADA compliance in web contexts, though the legal standard continues to evolve.
