A simple web app that converts typed text into speech using the browser's built-in Speech Synthesis API with a clean Tailwind CSS design.
- Type text and listen instantly
- Start and stop speech controls
- Responsive UI with Tailwind CSS
- Uses Font Awesome icons
- Enter text in the input box.
- Click Speak to hear the text.
- Click Stop to stop speech.
- HTML5
- Tailwind CSS (via CDN)
- Font Awesome (via CDN)
- JavaScript Web Speech API
#voice-synthesizer #text-to-speech #javascript #webspeechapi #tailwindcss #frontend #webapp
index.html— Main HTML file with markup and script.
- Requires a modern browser that supports the Speech Synthesis API.
- No backend needed; fully client-side.