https://github.com/deepgram-starters/bun-voice-agent
Get started using Deepgram's Voice Agent with this Bun demo app
https://github.com/deepgram-starters/bun-voice-agent
bun conversational-ai deepgram demo quickstart typescript voice-agent voice-ai voice-bot
Last synced: 3 months ago
JSON representation
Get started using Deepgram's Voice Agent with this Bun demo app
- Host: GitHub
- URL: https://github.com/deepgram-starters/bun-voice-agent
- Owner: deepgram-starters
- License: mit
- Created: 2026-02-26T21:45:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-27T03:10:29.000Z (4 months ago)
- Last Synced: 2026-02-27T04:59:43.232Z (4 months ago)
- Topics: bun, conversational-ai, deepgram, demo, quickstart, typescript, voice-agent, voice-ai, voice-bot
- Language: TypeScript
- Homepage: https://preview.dx.deepgram.com/bun-voice-agent
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voice Agent
Get started using Deepgram's Voice Agent with this demo app
## Quick Start
Click the button below to fork the repo:
[](https://github.com/deepgram-starters/bun-voice-agent/fork)
## Local Development
### Makefile (Recommended)
```bash
make init
cp sample.env .env # Add your DEEPGRAM_API_KEY
make start
```
Open [http://localhost:8080](http://localhost:8080) in your browser.
## License
MIT - See [LICENSE](./LICENSE)