HUT's accessibility commitment: WCAG 2.1 Level AA target, known gaps, and how to report issues.

Accessibility at HUT

Last reviewed: April 2026

Our commitment

HUT targets WCAG 2.1 Level AA across every public page and authenticated workspace. Real-estate decisions involve serious money; the tools that help make them must work for every user — including users who rely on screen readers, keyboard-only navigation, captions, high-contrast modes, or reduced motion.

We test each release on macOS VoiceOver + Safari, NVDA + Firefox on Windows, iOS VoiceOver, and Chrome with axe-core.

What we ship today

  • Semantic HTML5 landmarks (header, nav, main, footer) on every page.
  • Visible keyboard-focus styles; full tab order on the hamburger nav, pricing accordions, and forms.
  • aria-live regions on the demo dashboard so loading and update states are announced.
  • Form labels are programmatically tied to inputs; error messages are announced.
  • Color contrast meets AA on body text and primary CTAs (4.5:1 minimum).
  • No autoplaying audio. Motion respects prefers-reduced-motion.
  • All informational images use descriptive alt text; decorative images use alt="".

Known gaps we are working on

We disclose what we have not yet fixed because honesty beats marketing.

  • The pricing comparison table is horizontal-scroll on viewports under 700 px. We are converting it to a per-tier accordion.
  • The map (/map) does not yet expose every pin to keyboard users; a list-mode toggle is on the roadmap.
  • Some legacy charts on internal dashboards do not yet have text-only equivalents.
  • Spanish localization is partial. The footer language switcher works on landing and pricing today; signup, login, about, demo, how-scores-work, and blog are next.

Report an accessibility issue

If you encounter a barrier — anywhere on huthut.app — please tell us. We respond within 5 business days with an acknowledgement, a triage estimate, and a fix ETA.

Please include the URL, a brief description, the assistive technology you use (if any), and a screenshot if helpful.

Standards & references