🧪 STAGING ENVIRONMENT · sandboxed Firestore · Stripe test mode · safe to click anything
Trust & Compliance

Accessibility at NeuroPath

We are committed to building accessible digital products and services. This page describes our accessibility posture, what we conform to, and how to report issues.

Our commitment

NeuroPath is designed to be accessible to people of all abilities. We believe that accessibility is not a feature — it's a foundation. Every user-facing surface we build, including the public marketing site, signed-in clinical applications (Classroom Compass, Home Compass, Specialist Portal, Admin Dashboard), and all generated artifacts (Blueprints, printable toolkits, IEP packets, audio overviews), must meet or exceed WCAG 2.1 Level AA accessibility standards.

What we conform to

Web Content Accessibility Guidelines (WCAG) 2.1 Level AA

All public and signed-in web interfaces meet WCAG 2.1 Level AA. This standard covers:

Section 508 (US Federal Accessibility Standard)

We align with Section 508 for federal and state deployments. Section 508 adoption tracks WCAG 2.1 AA, so meeting WCAG means meeting Section 508.

Authoring Tool Accessibility Guidelines (ATAG) 2.0

For any tools we provide that allow users to author or edit content (e.g., custom case-study templates, user-generated text fields in blueprints), we follow ATAG 2.0 to ensure the creation process itself is accessible.

Where we stand today

Fully in place (verified through testing)

In progress (active development)

Not yet implemented

Generated artifacts (PDFs and printables)

Every PDF and visual artifact generated by NeuroPath — including Blueprints, behavior-tracking forms, printable intervention cards, and IEP advocacy packets — must pass automated accessibility checks before download. We use a combination of PDF automated scanners and manual review to ensure:

If a generated artifact fails accessibility checks, the user is notified and offered a text-alternative summary or a regeneration with accessible formatting.

Third-party content and services

When we embed or link to external services (payment processing via Stripe, identity management via Firebase Auth, video hosting), we review those vendors' accessibility statements. We won't integrate a third-party service that has materially lower accessibility support than NeuroPath unless we provide an accessible alternative.

The marketing website uses analytics only in anonymized, privacy-respecting mode (no tracking pixels, no third-party cookies). Non-tracking analytics tools do not impact accessibility.

Reporting an accessibility issue

If you encounter something that isn't accessible, we want to know. Please report it to:

In your report, please include:

Our commitment to you:

Our design and development approach

Shift-left accessibility

We audit for accessibility early in design, not as an afterthought. Prototypes are tested with screen readers and keyboard navigation before they reach implementation.

Semantic HTML

We use semantic HTML elements (<button>, <nav>, <fieldset>, <heading>, etc.) rather than generic <div> elements wherever possible. This means assistive technology can understand the page structure correctly.

ARIA (Accessible Rich Internet Applications) sparingly

ARIA is useful for complex interactive components (dropdowns, date pickers, tabs) where native HTML can't express the interaction model. We use ARIA only where semantic HTML is insufficient, and we test extensively with screen readers.

Automated testing

Every build runs axe, Lighthouse, and pa11y accessibility scanners. We fix any failures before merging code.

Manual user testing

We conduct periodic accessibility testing with users who rely on screen readers, magnification, or keyboard navigation. Their feedback directly shapes our product roadmap.

Last updated: April 25, 2026 · Next review: October 25, 2026 (annual audit)