Accessibility
Last updated: April 7, 2026
Our Commitment
Skill Harbor is committed to making our platform accessible to everyone, regardless of ability or technology. We conform to the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA.
What We've Built For
- Keyboard navigation: All interactive elements are reachable and operable via keyboard alone.
- Screen readers: We use semantic HTML and ARIA attributes so assistive technology can accurately describe the interface.
- Color contrast: Text and interactive elements meet WCAG AA contrast ratios (4.5:1 for body text, 3:1 for large text and UI components).
- Responsive design: The platform works at any viewport width, including when text is zoomed to 200%.
- Focus indicators: Visible focus rings are present on all focusable elements.
Try it: text zoom
Browser zoom and OS text scaling are the most common accessibility tools. Watch text scale here without breaking layout.
Skill Harbor remains usable when text scales. Layout reflows, no horizontal scroll, no clipped content. Tap a button above to feel it.
Current zoom: 100%
Known Limitations
Skill Harbor is an early-stage product under active development. Some areas may not yet meet full WCAG 2.1 AA compliance. We are actively working to close those gaps. If you encounter a specific barrier, please let us know.
Technical Approach
Skill Harbor is built with Next.js and uses ShadCN/ui components, which are built on Radix UI primitives. Radix provides robust keyboard interaction patterns and ARIA semantics out of the box. We supplement with custom ARIA labels where needed.
Feedback and Contact
If you experience an accessibility barrier on Skill Harbor, please reach out. We take these reports seriously and will respond promptly.
Email us at feedback@skillharbor.net. Please describe the barrier you encountered and, if possible, the assistive technology you were using.
Standards Reference
This statement references the Web Content Accessibility Guidelines (WCAG) 2.1 published by the W3C Web Accessibility Initiative (WAI).