ResponsiveVoice Examples

Learn how to use @responsivevoice/core with these examples

CDN Examples

Drop a <script> tag on any page — no build step.

npm Examples

Install @responsivevoice/core from npm and bundle with your tool of choice.

Node.js Examples

Server-side usage — runs in Node.js, not the browser. Uses @responsivevoice/api-client.

CLI Tool Node.js

Command-line TTS tool. Run with: npm run cli -- "Hello"

HTTP Server Node.js

REST API server for TTS. Run with: npm run server