Skip to content

debug313/voice-call-service

Repository files navigation

Voice Call Service

Next.js realtime voice-agent experiment built around the OpenAI Agents SDK, with notes and reference copies for Twilio and Supabase setup.

Project Status

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.

Main Pieces

  • src/: Next.js app code
  • public/: static assets
  • reference-implementations/: copied upstream references
  • reports/: planning and setup notes

Dependencies

  • Node.js 20+
  • npm
  • An OPENAI_API_KEY
  • Optional Supabase, Twilio, and Vercel accounts if you want to follow the setup notes

Local Run

Commands:

npm install
npm run dev

Then 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.

Notes

  • This repo looks like an experiment/prototype, not a maintained service.
  • Historical committed dependency folders were removed during the open-source cleanup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors