deepgram-starters/node-voice-agent
Get started using Deepgram's Voice Agent with this Node demo app
Demonstrates real-time voice interactions using Deepgram's speech recognition and synthesis APIs, with a frontend-backend architecture that separates the Node.js server (handling API communication) from a browser-based UI. The setup uses WebSocket connections for low-latency audio streaming and includes environment-based configuration for API authentication, making it adaptable for building conversational voice applications.
Stars
31
Forks
26
Language
JavaScript
License
MIT
Category
Last pushed
Feb 28, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/deepgram-starters/node-voice-agent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
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