Legal
Accessibility
Our commitment: Apex aims for WCAG 2.1 Level AA conformance. We're a small team, we don't always get it right, and we want to know when we miss.
What we do
- Keyboard navigation: every interactive control is reachable and operable with Tab, Enter, and Space.
- Visible focus rings: we never strip focus indicators on interactive elements.
- Skip-to-content link: first focusable element on each page.
- Reduced motion: animations respect
prefers-reduced-motion. Coach faces don't breathe, transitions don't animate. - Semantic HTML: proper headings, landmarks, ARIA labels where helpful.
- Color contrast: text passes WCAG AA contrast ratios. We re-check after every visual change.
- Resizable text: text scales up to 200% without horizontal scroll on common screen sizes.
Where we know we fall short
- Live AI conversations may include long responses; some screen readers don't announce mid-stream tokens well. We're working on a "wait until done" announcement mode.
- Some animations on the marketing landing are subtle but present. The reduced-motion media query disables them, but if you find one we missed, please report.
- Voice input is not yet supported.
How to report an issue
If something doesn't work for you with assistive technology, tell us. We treat accessibility bugs as priority bugs.
Email accessibility@apex.coach with:
- The page URL
- What assistive technology you're using (NVDA, VoiceOver, JAWS, etc.)
- What you tried to do and what happened instead
We aim to acknowledge accessibility reports within 2 business days.
Standards we reference
- WCAG 2.1 Level AA
- Section 508 (US federal accessibility standard, where applicable)
- EN 301 549 (EU accessibility standard)
Note: This is a starter template. A formal accessibility audit by a qualified specialist is strongly recommended before launch.