Next.js realtime voice-agent experiment built around the OpenAI Agents SDK, with notes and reference copies for Twilio and Supabase setup.
This repository is being open sourced as-is. It may or may not be in working condition. Most of the work here came from vibe-coding experiments by an engineer with very little coding experience, so expect rough edges, stale docs, and partial implementation.
src/: Next.js app codepublic/: static assetsreference-implementations/: copied upstream referencesreports/: planning and setup notes
- Node.js 20+
- npm
- An
OPENAI_API_KEY - Optional Supabase, Twilio, and Vercel accounts if you want to follow the setup notes
Commands:
npm install
npm run devThen open http://localhost:3000.
If the realtime routes depend on provider credentials or external services, set those in local env first. The setup notes in reports/ are historical guidance, not a guarantee that the current code path still works without adjustment.
- This repo looks like an experiment/prototype, not a maintained service.
- Historical committed dependency folders were removed during the open-source cleanup.