Skip to main content

Nextjs Text To Speech

Get started using Deepgram's Text-to-Speech with this Next.js demo app

Next.js Text-to-Speech

Get started using Deepgram's Text-to-Speech with this Next.js demo app.

Quick Start

Click the button below to fork the repo:

Fork on GitHub (opens in new tab)

Local Development

git clone https://github.com/deepgram-devs/nextjs-text-to-speech.git
cd nextjs-text-to-speech
npm install
cp sample.env.local .env.local  # Add your DEEPGRAM_API_KEY
npm run dev

Open http://localhost:3000 (opens in new tab) in your browser.

License

MIT - See LICENSE (opens in new tab)