A browser-based Text to Speech app built with HTML, CSS, and JavaScript.
Uses the built-in Web Speech API (SpeechSynthesis) to convert text into spoken words with customizable options.
- Enter any text and have it read aloud
- Choose from available browser voices
- Adjust speed, pitch, and volume
- Preview button to quickly sample selected voice
- Pause, Stop, and Speak controls
- Clean glassmorphism UI with typewriter-style title animation
- Clone the repo (or just this folder).
- Open
index.htmlin any modern browser. - Type your text, pick a voice, and press Speak.
Note: Works best in Chrome or Edge (voice support varies by browser).
- HTML5 for structure
- CSS3 (glassmorphism, typewriter animation, custom sliders)
- Vanilla JavaScript for Web Speech API
- Voices available depend on your system and browser.
- No backend required — everything runs in the browser.
- Useful as a mini JavaScript project or learning resource for browser APIs.