Accessibility Statement
Last updated: April 2026
Our Commitment
NICE SPACESHIP is committed to making our platform accessible to everyone. We follow WCAG 2.1 Level AA guidelines and continuously test for accessibility.
What We've Built
- Keyboard navigation: All interactive elements are reachable via keyboard. Tab, Enter, Escape, and arrow keys work throughout the app.
- Skip-to-content link: Hidden link at the top of every page lets keyboard users jump past navigation.
- ARIA landmarks: Proper semantic HTML with ARIA roles for screen readers (navigation, main, complementary).
- Color contrast: Text meets WCAG AA contrast ratios. The dark theme and Office (light) theme both pass contrast checks.
- Focus indicators: Visible focus outlines on all interactive elements.
- Screen reader support: Cards, buttons, and navigation elements have descriptive labels.
- Responsive design: Works at all screen sizes from 375px to ultrawide monitors.
- Reduced motion: Respects prefers-reduced-motion where animations are used.
Automated Testing
Our E2E test suite includes accessibility checks using axe-core (the same engine used by Deque). Every merge to main runs these tests automatically.
Known Limitations
- Some theme variants (Matrix, The Grid) may have lower contrast ratios in decorative elements
- The drag-and-drop slot system has limited screen reader support (keyboard alternatives are available)
- AI-generated content may not always meet readability standards
Feedback
If you encounter an accessibility barrier, please let us know. We take every report seriously and fix issues promptly.
Email: hello@nicespaceship.com
GitHub: Report an accessibility issue