RatedWithAI

RatedWithAI

Accessibility scanner

ReviewJune 16, 2026 · 14 min read

Recite Me Review 2026: Useful Toolbar, But Not a Compliance Solution

Recite Me is one of the most widely used accessibility toolbars in the UK public sector, deployed by councils, NHS trusts, universities, and charities to give visitors reading aid tools. But there's a critical distinction the sales materials often blur: Recite Me is a user accommodation tool, not a WCAG compliance tool. Here's an honest assessment of what it does, what it can't do, and whether it's worth the cost.

⚖️ Our Verdict: 3/5 — Useful Toolbar, Misrepresented as Compliance

What Recite Me Does Well

  • Genuine reading aids: text-to-speech, font changes, contrast themes
  • Translation into 100+ languages — valuable for multilingual audiences
  • Screen mask and reading ruler help users with dyslexia and focus issues
  • Strong UK public sector track record and brand recognition
  • Accessible to users who don't have their own assistive technology

Significant Limitations

  • Does NOT fix WCAG violations in your source code
  • Not an ADA/EqA legal compliance solution — you remain exposed
  • Toolbar relies on JavaScript — users with JS disabled won't see it
  • Most screen reader users don't want or use browser toolbars
  • $1,500–$6,000/year that would be better spent on real remediation

What Is Recite Me?

Recite Me is a UK-based company (founded 2010, headquartered in Newcastle upon Tyne) that provides an accessibility toolbar widget for websites. The toolbar is a JavaScript snippet you add to your site that gives visitors a floating icon — when clicked, it opens a panel of reading and language tools.

Recite Me is particularly dominant in the UK public sector: NHS trusts, local councils, housing associations, universities, and charities represent a significant portion of their customer base. The company also operates in North America, Australia, and other English-speaking markets, where it markets to healthcare organizations, financial institutions, and government bodies.

It is important to understand from the outset what Recite Me is and is not. It is a user-side accommodation tool — it helps site visitors who need reading assistance, larger text, or a different contrast scheme. It is not an accessibility auditing tool, it does not scan your site for WCAG violations, and it does not fix code-level accessibility problems. This distinction matters enormously if you are evaluating it as a compliance strategy.

Recite Me at a Glance

  • Founded: 2010, Newcastle upon Tyne, UK
  • Type: Accessibility toolbar overlay (user-side widget)
  • Key features: Text-to-speech, translation, font/contrast customization, reading ruler
  • Pricing: ~$1,500–$6,000/year (quote-based, annual contracts)
  • Primary market: UK public sector, healthcare, education
  • Compliance: Does not provide WCAG compliance or fix code violations

How Recite Me Actually Works

Recite Me operates as a JavaScript snippet installed in your website's code (or via a CMS plugin). When a visitor loads your site, the Recite Me toolbar icon appears — typically as a floating button or a toolbar trigger in the header. When the visitor clicks it, a toolbar panel opens with the following tools:

Text-to-Speech

Visitors can have any selected text or entire page sections read aloud using text-to-speech synthesis. This is valuable for users with dyslexia, low literacy, or vision impairments who don't have or don't prefer dedicated screen readers. The speech quality varies by browser and language, using the Web Speech API.

Text Customization

Users can change font size, font family (including OpenDyslexic, a dyslexia-friendly typeface), text spacing, and line height. These adjustments override the site's CSS for the visitor's session, allowing someone who needs larger text to get it without relying on browser zoom settings.

Color and Contrast Themes

Visitors can switch between color themes — high contrast, low contrast, dark mode, sepia, and custom color combinations. This helps users with color blindness, photosensitivity, or low contrast sensitivity. Note: this changes the visual display for that visitor but does not fix color contrast violations in your actual WCAG-tested source code.

Reading Ruler and Screen Mask

A reading ruler highlights one line at a time and a screen mask dims everything except the active reading area. These tools are specifically aimed at users with ADHD, dyslexia, or focus difficulties who benefit from isolating text.

Translation

Recite Me includes translation functionality for 100+ languages, powered by machine translation. This is valuable for multilingual audiences — particularly for UK councils serving diverse communities or healthcare organizations needing to communicate with non-English-speaking patients.

Recite Me Pricing

Recite Me does not publish pricing on their website. All plans are quote-based and annual-only. Based on publicly available contract disclosures (UK public sector contracts are often published), typical pricing is:

Small Organizations / Charities

~$1,500–$2,500/year

Charities, small councils, and nonprofits with lower traffic volumes typically pay at the lower end of the range. UK-based organizations can sometimes access charity discount rates. Annual contract required.

Mid-Size Organizations (Recite Me's Sweet Spot)

~$2,500–$4,000/year

NHS trusts, mid-size universities, district councils, and housing associations typically fall in this band. This represents the bulk of Recite Me's UK public sector installed base.

Large / Enterprise Organizations

~$4,000–$6,000+/year

Large NHS organizations, county councils, major universities, and financial institutions with high traffic volumes. Multi-domain licensing adds cost. Exact pricing depends on monthly unique visitor volumes.

Cost reality check: For what many mid-size organizations pay Recite Me ($2,500–$4,000/year), they could fund real accessibility remediation: WCAG scanning with RatedWithAI ($349/year), plus several days of developer time to fix the most common violations. That approach produces genuine WCAG conformance. Recite Me does not.

The Compliance Problem: What Recite Me Cannot Do

This is the most important section of this review. Recite Me is sometimes sold with language implying it improves or resolves your accessibility compliance — and this framing is misleading. Here is what Recite Me cannot do:

It Cannot Fix Your Source Code Violations

WCAG compliance is assessed against your website's source code and rendered DOM. If you have missing alt text, unlabeled form fields, broken keyboard navigation, or insufficient color contrast in your actual CSS, Recite Me does not fix any of these. ADA plaintiffs' attorneys and DOJ accessibility investigators evaluate the source code — not whether a toolbar is present.

Screen Reader Users Often Don't Use It

Users who rely on JAWS, NVDA, VoiceOver, or TalkBack have already configured their preferred screen reading environment. Recite Me's text-to-speech is aimed at users without dedicated AT — people with dyslexia, low literacy, or mild visual impairments. It is not a substitute for screen reader compatibility, which requires proper ARIA semantics, landmark structure, and keyboard navigation in your source code.

JavaScript Dependency Is a Problem

The toolbar only works if JavaScript loads successfully. Users with JavaScript disabled, on very slow connections, or using certain corporate proxy configurations may not see the toolbar at all. If users cannot load the toolbar, any accommodations it provides are unavailable — which is particularly problematic for users on older devices or with certain assistive technology configurations.

It Is Not a Legal Shield

In both US ADA lawsuits and UK Equality Act claims, courts evaluate whether a website meets WCAG 2.1 AA criteria. An accessibility overlay or toolbar does not satisfy this legal standard if the underlying pages have violations. Several high-profile cases have confirmed this: organizations with overlay tools have still been found non-compliant and faced ADA settlements.

Recite Me's own position: To their credit, Recite Me does not explicitly claim their toolbar provides WCAG compliance in their official documentation. They describe it as a "web accessibility and language support toolbar." The compliance confusion often comes from how the product is positioned in sales conversations or third-party marketing. Always ask any vendor directly: "Does your product fix WCAG violations in our source code?"

Recite Me Pros and Cons

✅ Pros

  • Genuine user benefit. For visitors with dyslexia, low literacy, or mild visual impairments who don't have their own AT, Recite Me's toolbar provides real reading accommodations.
  • Translation is valuable. The 100+ language translation feature serves multilingual communities in ways that standard accessibility tools don't address.
  • Easy implementation. A JavaScript snippet or CMS plugin — most organizations can deploy it without developer effort.
  • UK public sector credibility. Recognized by NHS, councils, and housing associations — procurement teams familiar with it.
  • Honest about its role. Unlike some overlay vendors, Recite Me generally positions itself as a user aid rather than claiming to "fix" compliance.

❌ Cons

  • Not a compliance solution. Buying Recite Me does not make your website WCAG compliant or reduce ADA/EqA legal exposure.
  • Screen reader users don't use it. The users most likely to sue over accessibility are screen reader users — Recite Me doesn't help them.
  • Annual contract lock-in. No monthly billing, no self-serve trial — opaque pricing requires a sales call.
  • Opportunity cost. The $2K–$4K annual spend would produce far more compliance benefit if applied to actual WCAG remediation.
  • Toolbar UX can be intrusive. Some users find floating accessibility buttons disruptive to the normal browsing experience.

Who Recite Me Is Actually Good For

✅ Recite Me Is a Good Fit If…

  • You serve a diverse audience including users with dyslexia, low literacy, or non-English speakers
  • You're a UK public sector organization where Recite Me is procurement-familiar
  • You want to add user-side reading accommodations as a complement to your existing WCAG program
  • Your audience includes users who may not have or know how to use their own assistive technology
  • You already have a WCAG compliance program in place and want to add user-side accommodations

❌ Recite Me Is NOT the Right Solution If…

  • You're buying it as your primary ADA or WCAG compliance strategy
  • You're trying to reduce legal exposure from ADA demand letters or DOJ investigations
  • You need to identify and fix WCAG violations in your website's code
  • Your budget is limited and you must choose between Recite Me and real remediation — choose remediation

Recite Me vs Alternatives

How does Recite Me compare, and when should you choose each option?

Recite Me vs UserWay

Closest Competitor

UserWay is also an accessibility toolbar/overlay, but takes a more aggressive position — it claims AI-powered automatic WCAG fixes. Recite Me is more honest about being a user aid. Neither provides genuine compliance, but Recite Me's translation and reading aid features are stronger. UserWay tends to be cheaper at the entry level.

Recite Me vs AudioEye

Hybrid Approach

AudioEye combines an overlay widget with actual code-level remediation services and ongoing monitoring. It's more expensive than Recite Me but provides genuine WCAG scanning alongside the toolbar. For organizations that want a toolbar AND compliance monitoring, AudioEye is a stronger choice than Recite Me. See our Recite Me vs AudioEye comparison.

Recite Me vs Deque axe

Different Category

Deque axe and Recite Me are not competitors — they solve different problems. Deque axe scans your code for WCAG violations and helps your developers fix them. Recite Me gives visitors a reading toolbar. If you need compliance, you need Deque axe (or a similar scanner). See our Recite Me vs Deque comparison.

Recite Me vs RatedWithAI

For WCAG Compliance

RatedWithAI provides continuous WCAG monitoring, automated scanning, regression alerts, and compliance reporting starting at $29/month — identifying and tracking real code-level violations. If your goal is genuine ADA/WCAG compliance, RatedWithAI addresses the actual problem. Recite Me does not. Some organizations use both: RatedWithAI for compliance scanning + Recite Me for user-side reading accommodations.

Our Recommendation

Recite Me is a legitimate product that provides real value to users with dyslexia, low literacy, or language barriers. The text-to-speech, translation, and reading aid features are genuinely useful for a segment of website visitors. It is not snake oil.

But Recite Me is being evaluated incorrectly by many organizations. If you're considering it as your primary accessibility investment — as a way to "handle" ADA compliance — you are solving the wrong problem. The legal and ethical obligation is to build websites that work with screen readers, keyboard navigation, and without sufficient contrast failures. A reading toolbar doesn't address any of that.

The Decision Framework

  • If your goal is ADA/WCAG compliance: Start with WCAG scanning (RatedWithAI, Deque axe, or Pope Tech) and fix the actual code violations.
  • If you serve multilingual or dyslexia-heavy audiences: Recite Me's translation and reading aids provide genuine user value — as a complement to real compliance work.
  • If budget is limited: Spend on remediation first. A WCAG scanner + development time produces compliance. Recite Me alone does not.
  • UK public sector with procurement requirements: Recite Me is a recognized product in this space and may satisfy accessibility toolbar requirements — but ensure it is paired with an active WCAG remediation program.

Sponsored

Also audit your site's full technical health

SEMrush Site Audit checks 130+ issues — missing alt text, broken links, slow pages. Free crawl up to 100 pages, no credit card required.

Try SEMrush Free →

Frequently Asked Questions

Is Recite Me worth it for small UK charities?

Recite Me offers charity-discounted pricing and may be accessible to smaller organizations at £1,000–£2,000/year. If your charity serves users with dyslexia, literacy challenges, or language barriers, the toolbar provides real user value. However, it should not replace fixing underlying WCAG violations. Under the UK Equality Act 2010, public-facing services have obligations to provide accessible digital content — a toolbar alone doesn't satisfy this. Pair Recite Me with an accessibility audit and remediation plan.

Does Recite Me help with ADA lawsuits?

No. Recite Me does not provide protection against ADA website accessibility lawsuits in the United States. ADA plaintiffs and their attorneys test websites for WCAG 2.1 AA conformance in the source code — not whether a toolbar is present. Multiple organizations with overlay tools have faced ADA settlements. The National Federation of the Blind and other advocacy organizations have specifically criticized accessibility overlays as inadequate compliance solutions. If you have received an ADA demand letter or are concerned about litigation, the correct response is to audit and fix your site's actual WCAG violations.

How does Recite Me compare to Google Translate for translation?

Recite Me's translation integrates directly into your website experience — visitors don't need to navigate to an external translation site. It also integrates with the toolbar's text-to-speech, so translated content can be read aloud. Google Translate's website translation widget provides similar functionality for free. For basic translation needs, Google Translate's widget is a cost-effective alternative. Recite Me's edge is the combined package: translation + TTS + reading aids in a single product.

Can Recite Me be used alongside WCAG compliance tools?

Yes, and this is actually the recommended approach for organizations that want both genuine WCAG compliance AND user-side reading accommodations. Use a WCAG scanning tool (RatedWithAI, Deque axe, Pope Tech) to identify and fix source code violations, then add Recite Me as a user aid layer for visitors who benefit from text-to-speech, larger fonts, or translation. The two approaches are complementary, not alternatives.

Start with a Free WCAG Scan

Before investing in any accessibility product, understand your actual WCAG violations. Our free scanner identifies the most common issues in under 60 seconds.

Try RatedWithAI Free →