Play an audio RPG with a screen reader
EchoQuest is an audio-first AI tabletop RPG built so blind and visually impaired players can run a campaign without a sighted GM, a battle map, or a printed rulebook. Every menu is reachable by keyboard, every scene is narrated aloud, and every interaction works under NVDA, JAWS, VoiceOver, and TalkBack.
Why most RPGs don’t work with screen readers
Traditional digital tabletop tools were built around a visual battle map: tokens, fog of war, drag-and-drop initiative trackers. Screen readers can announce a character sheet but they can’t describe a 30×30 grid in a way you can play from. Even text-heavy interactive fiction usually buries scene descriptions inside UI chrome that ARIA can’t reach.
EchoQuest takes the opposite approach: the narration is the interface. The AI Game Master describes every scene aloud through your browser’s text-to-speech (or, on premium tiers, through ElevenLabs), and your responses go back through a single text field that screen readers handle natively.
What works out of the box
- Full keyboard navigation. Tab order is consistent across pages; every interactive control has a visible focus ring and an ARIA label.
- Live regions for narration. When TTS is muted, scene text routes to a polite live region so your screen reader picks it up.
- No double-speech. When TTS is audible, EchoQuest suppresses the live-region update so VoiceOver and TalkBack don’t read on top of the narration.
- Skip links and landmarks. Every page exposes
main,nav, andcontentinfolandmarks so you can jump with a single command. - Press H for shortcuts. A keyboard reference is one keystroke away during play.
Tested screen readers
We test every release with NVDA + Firefox on Windows, JAWS + Chrome on Windows, VoiceOver + Safari on macOS and iOS, and TalkBack + Chrome on Android. If you find a regression, please let us know — accessibility regressions are treated as P0 bugs.
Tuning the narrator voice
The narrator’s speed, pitch, and volume are adjustable in real time during play. On the free tier, EchoQuest uses your browser’s built-in voices; on the Storyteller tier and above, you get ElevenLabs voices that handle long-form narration much more naturally. None of the accessibility features are locked behind a paywall.