Get started using Deepgram's Text-to-Speech with this Next.js demo app.
Click the button below to fork the repo:
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 devOpen http://localhost:3000 in your browser.
MIT - See LICENSE