Accessibility
Our ongoing commitment to building software that everyone can use.
Target
Striveloom Agency aims to meet or exceed WCAG 2.2 AA for all public marketing pages, the client dashboard, and the admin command center.
Keyboard-first
Every interactive component is fully usable with a keyboard. We test with Tab/Shift-Tab, Arrow keys, Enter/Space, and Escape.
Visible focus
Every focusable element gets a 2px ring with 4.5:1 contrast against any background. `:focus-visible` is enforced.
Screen reader-friendly
Landmarks on every page. Live regions for dynamic updates. Announcements on route changes. No decorative motion without motion-reduce fallback.
Zoom + contrast
Our layouts stay usable at 200% zoom. Color contrast meets WCAG AA (4.5:1 for text). High-contrast OS themes respected.
How we test
- axe-core runs on every Playwright E2E test; zero violations is a merge gate.
- Manual VoiceOver + NVDA walkthroughs on critical flows every release.
- Lighthouse CI enforces 95+ accessibility score on the 10 most-visited pages.
- Contrast checked automatically on every Tailwind token change.
Known limitations
- Some third-party embeds (Stripe Checkout, n8n instances) we don't fully control.
- Video content captions are added manually and can lag behind publishing by a few days.
Report an issue
Found a barrier? Email accessibility@striveloom.com — we respond within 2 business days and prioritize fixes within one sprint.