Add template-nextjs-deepgram-voice-agent: Realtime voice conversational agent with Deepgram, Convex, and Vercel AI SDK - #277
Open
admildo wants to merge 1 commit into
Conversation
…tructure, README, and env example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new starter template for building realtime voice-based conversational agents and dynamic forms/surveys.
Highlights
Why add this template?
It fills a current gap: there are no voice/agent-focused templates in the collection yet, and this showcases a useful realtime AI + voice pattern using Convex as the DB.
My motivation
I really love Convex, think it's the perfect backend for building realtime agents and interactive AI experiences (realtime subscriptions + serverless functions make agentic flows feel magical).
I also enjoy teaching/sharing what I've learned, so I wanted to contribute to the Convex ecosystem by adding this voice agent template. Hopefully it helps other devs experiment with realtime voice + AI quickly and build some cool things faster!
Files overview
convex/— schema + functions/actions for voice/agent logicapp/— main voice UI.env.local.example— all required keys with commentsREADME.md— Convex-style quick start instructionsInspired by and adapted from https://github.com/admildo/kollect (cleaned up, restructured as a proper minimal starter).
Attachments / demo
LIVE DEMO:
https://kollect.admildomanuel.com
YT:
https://www.youtube.com/watch?v=Fb4rwBmxX2U
Happy to make adjustments at your request.