deepgram-devs/nextjs-text-to-speech
Get started using Deepgram's Text-to-Speech with this Next.js demo app
Demonstrates real-time streaming audio synthesis by integrating Deepgram's TTS API with Next.js server actions, enabling low-latency voice generation directly in the browser. The implementation leverages Next.js 13+ app router patterns and handles API authentication through environment variables, making it a reference for building production voice interfaces.
Stars
24
Forks
9
Language
TypeScript
License
MIT
Category
Last pushed
Mar 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/deepgram-devs/nextjs-text-to-speech"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepgram/deepgram-js-sdk
Official JavaScript SDK for Deepgram.
deepgram/deepgram-rust-sdk
Community Rust SDK for Deepgram.
agentvoiceresponse/avr-infra
The AVR Infrastructure project is designed to launch the Agent Voice Response application, which...
deepgram/deepgram-dotnet-sdk
Official .NET SDK for Deepgram.
deepgram-starters/node-transcription
Get started using Deepgram's Transcription with this Node demo app