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.
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.
All public and signed-in web interfaces meet WCAG 2.1 Level AA. This standard covers:
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.
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.
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.
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.
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:
We audit for accessibility early in design, not as an afterthought. Prototypes are tested with screen readers and keyboard navigation before they reach implementation.
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 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.
Every build runs axe, Lighthouse, and pa11y accessibility scanners. We fix any failures before merging code.
We conduct periodic accessibility testing with users who rely on screen readers, magnification, or keyboard navigation. Their feedback directly shapes our product roadmap.