tts-react and tts

These are ecosystem siblings where one is a React component library for client-side integration and the other is a Node.js CLI tool for server-side text-to-speech conversion, both leveraging Amazon Polly as the underlying voice synthesis engine.

tts-react
68
Established
tts
57
Established
Maintenance 13/25
Adoption 16/25
Maturity 25/25
Community 14/25
Maintenance 10/25
Adoption 10/25
Maturity 16/25
Community 21/25
Stars: 67
Forks: 9
Downloads: 4,014
Commits (30d): 0
Language: TypeScript
License: MIT
Stars: 171
Forks: 34
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
No Dependents
No Package No Dependents

About tts-react

morganney/tts-react

Convert text to speech using React.

Provides both a React component and hook wrapping the native `SpeechSynthesis` API with fallback support for custom audio sources via `HTMLAudioElement`. Supports React 19+ with a separate v3 branch for React 18, offering voice selection, rate/pitch/volume control, and playback state management through a unified interface.

About tts

petercunha/tts

:pencil: :sound: A simple text-to-speech tool. Converts your text to speech with any Amazon Polly voices. Built with Node.js.

Supports multiple TTS engines including Google Wavenet alongside Amazon Polly, offering over 10 distinct voices with configurable speech parameters. The tool provides both a web interface served over HTTPS and a programmatic API, enabling integration into text processing pipelines. Built as a self-hosted service with rate-limiting considerations to manage AWS API costs.

Scores updated daily from GitHub, PyPI, and npm data. How scores work