morganney/tts-react
Convert text to speech using React.
This is a React component and hook that helps web developers easily add text-to-speech capabilities to their applications. You provide written text, and it produces spoken audio output directly within the user's browser. It's ideal for front-end developers building interactive web interfaces.
Available on npm.
Use this if you are a web developer building a React application and need to convert text into spoken audio for your users.
Not ideal if you need server-side text-to-speech processing or advanced voice customization beyond what's available in the browser's native speech synthesis API.
Stars
67
Forks
9
Language
TypeScript
License
MIT
Category
Last pushed
Mar 14, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/morganney/tts-react"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
petercunha/tts
:pencil: :sound: A simple text-to-speech tool. Converts your text to speech with any Amazon...
eheikes/tts
Tools to convert text to speech :books::speech_balloon:
amazon-archives/amazon-polly-sample
Sample application for Amazon Polly. Allows to convert any blog into an audio podcast.
nodef/extra-amazontts
Generate speech audio from super long text through machine (via "Amazon Polly", "ffmpeg").
meemalabs/laravel-text-to-speech
💬 A wrapper for popular TTS services to create a more simple & uniform API. Currently, only AWS...