Skip to main content
Reachablr

Accessibility Statement

Last updated: May 2026

Our Commitment

Reachablr (reachablr.com) is committed to making this website accessible to all users, including people with disabilities. We aim to conform to the Web Content Accessibility Guidelines (WCAG) 2.1, Level AA, published by the World Wide Web Consortium (W3C).

Accessibility is central to our product. We build tools that help teams find and fix accessibility issues in their own software — so it would be inconsistent to ship a marketing site that fails the same tests. This statement documents our compliance posture honestly, including the areas where we have known gaps.

Standards and Conformance

This website targets WCAG 2.1 Level AA conformance. We use the following methods to assess and maintain accessibility:

  • Automated testing: All components are tested with jest-axe (axe-core) as part of our continuous integration pipeline. No component merges with open accessibility violations.
  • Lint-time checks: eslint-plugin-jsx-a11y catches common accessibility mistakes (missing alt text, improper ARIA usage) during development.
  • Keyboard navigation testing: Every interactive flow is tested with keyboard-only navigation before each release.
  • Screen reader testing: We test with VoiceOver (macOS) and NVDA (Windows) on navigation, pricing tables, and interactive elements.
  • Lighthouse audit: We target a Lighthouse Accessibility score of 100/100 on all pages.

Technical Approach

This site is built with the following accessibility-first technology choices:

  • Semantic HTML: We use native HTML elements (headings, lists, tables, sections) with proper structure rather than generic div-based layouts.
  • Radix UI / Base UI primitives: Interactive components (navigation menus, mobile drawer) are built on accessible primitives that provide keyboard navigation, focus trapping, and ARIA attributes.
  • Skip navigation link:A "Skip to main content" link is the first focusable element on every page, allowing keyboard users to bypass repetitive navigation.
  • Accessible data tables: Pricing and comparison tables use native HTML table elements with appropriate scope attributes on column and row headers.
  • Color contrast: All text meets WCAG 2.1 AA minimum contrast ratios (4.5:1 for body text, 3:1 for large text).

Known Limitations

We are aware of the following limitations on this site. We are actively working to address them:

  • Screen reader testing coverage: We currently test with VoiceOver (macOS Sonoma) and NVDA (Windows). Testing with JAWS, TalkBack, and iOS VoiceOver is planned but not yet systematically performed.
  • Blog content: The blog (coming in a future release) will use MDX-rendered content. We will ensure all MDX components follow the same accessibility standards documented here.
  • Reduced motion: We do not currently implement prefers-reduced-motion media query overrides for animated elements. This will be addressed before animations are added to the site.

If you encounter an accessibility barrier not listed here, please let us know using the contact information below.

Feedback and Contact

We welcome feedback on the accessibility of this site. If you experience any difficulty accessing content or have suggestions for improvement, please contact us:

We aim to respond to accessibility feedback within 2 business days.

Enforcement Procedure

If you are not satisfied with our response to your accessibility feedback, you may contact the relevant enforcement authority in your jurisdiction. In the United States, you may file a complaint with the U.S. Department of Justice regarding ADA Title III compliance. In the European Union, the European Accessibility Act (EAA) provides recourse through national supervisory authorities.

This accessibility statement was prepared on May 23, 2026, based on a self-assessment by Reachablr using WCAG 2.1 Level AA criteria, supplemented by automated axe-core testing and manual keyboard/screen reader testing.