A minimal web-based utility that reads aloud any text you type. Designed for simplicity and accessibility.
- Text Input: Type or paste any content into the provided textarea.
- Read Aloud: Click the Read button or press Shift + Alt + R to activate speech synthesis.
- Keyboard Shortcut: Instant access to reading functionality without touching the mouse.
- Clone the repo
- Open the app in your browser.
- Enter your desired text into the textarea.
- Click the Read button or press Shift + Alt + R.
- The browser will read the text aloud using the system’s speech synthesis engine.
- HTML
- JavaScript (SpeechSynthesis API)
- CSS
This tool leverages native browser capabilities to support screen reading and auditory feedback. Ideal for quick testing, accessibility demos, or personal use.