{"id":28827719,"url":"https://github.com/murabcd/voice-agent","last_synced_at":"2025-07-03T22:34:25.210Z","repository":{"id":286878623,"uuid":"961485625","full_name":"murabcd/voice-agent","owner":"murabcd","description":"Realtime AI Voice Agent built with Next.js and OpenAI. ","archived":false,"fork":false,"pushed_at":"2025-06-16T19:16:45.000Z","size":1390,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T19:43:14.285Z","etag":null,"topics":["jinaai","nextjs","openai","react","realtime","voice"],"latest_commit_sha":null,"homepage":"https://voice-oss.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/murabcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-06T16:12:18.000Z","updated_at":"2025-06-16T19:16:49.000Z","dependencies_parsed_at":"2025-06-16T19:32:55.923Z","dependency_job_id":"671ba643-d8cb-438c-bb99-36d426511db1","html_url":"https://github.com/murabcd/voice-agent","commit_stats":null,"previous_names":["muradpm/voice","muradpm/voice-agent","murabcd/voice-agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/murabcd/voice-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fvoice-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fvoice-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fvoice-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fvoice-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murabcd","download_url":"https://codeload.github.com/murabcd/voice-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fvoice-agent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260684359,"owners_count":23046110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jinaai","nextjs","openai","react","realtime","voice"],"created_at":"2025-06-19T04:11:42.027Z","updated_at":"2025-07-03T22:34:25.196Z","avatar_url":"https://github.com/murabcd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://voice-oss.vercel.app\"\u003e\n  \u003cimg alt=\"An Open-source Realtime AI Voice Agent Built With Next.js.\" src=\"./public/preview/voice.png\"\u003e\n  \u003ch1 align=\"center\"\u003eVoice\u003c/h1\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  An Open-source Realtime AI Voice Agent Built With Next.js, and OpenAI. \n\u003c/p\u003e\n\n- Sequential agent handoffs according to a defined agent graph (inspiration from [OpenAI Swarm](https://github.com/openai/swarm))\n- Background escalation for high-stakes decisions\n- Prompting models to follow a state machine, for example to accurately collect things like names and phone numbers with confirmation character by character to authenticate a user\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003e\u003cstrong\u003eFeatures\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#model-provider\"\u003e\u003cstrong\u003eModel Provider\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#deploy-your-own\"\u003e\u003cstrong\u003eDeploy Your Own\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#running-locally\"\u003e\u003cstrong\u003eRunning locally\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Features\n\n- [Next.js](https://nextjs.org) App Router\n  - Advanced routing for seamless navigation and performance\n  - React Server Components (RSCs) for server-side rendering and increased performance\n- [OpenAI](https://openai.com/) Integration\n  - Leverages OpenAI's powerful models for chat generation.\n  - Direct API calls for text generation and other AI features.\n  - Web search capabilities through OpenAI's Response API for real-time information retrieval\n- [Jina Reader](https://jina.ai/) Integration\n  - Advanced web scraping capabilities for extracting structured data from websites\n  - Enhances the AI's ability to process and understand web content\n- [Shadcn/ui](https://ui.shadcn.com)\n  - Styling with [Tailwind CSS](https://tailwindcss.com)\n  - Component primitives from [Radix UI](https://radix-ui.com) for accessibility and flexibility\n\n## Model Provider\n\nThis app utilizes the [OpenAI API](https://openai.com/) for its AI capabilities. It is configured to use OpenAI models for generating responses.\n\n- Realtime Model (`gpt-4o-mini-realtime-preview`): Higher quality conversational model with higher latency\n- Realtime Mini Model (`gpt-4o-realtime-preview`): Optimized for low-latency conversational responses\n- Chat Model (`gpt-4.1`): General purpose GPT-4.1 model\n- Chat Mini Model (`gpt-4.1-mini`): Smaller variant of GPT-4.1\n- Transcribe Model (`gpt-4o-transcribe`): Optimized for speech-to-text transcription\n- Transcribe Mini Model (`gpt-4o-mini-transcribe`): Optimized for low-latency speech-to-text transcription\n\n## Deploy Your Own\n\nYou can deploy your own version of the Voice to Vercel with one click:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmuradpm%2Fvoice\u0026env=OPENAI_API_KEY,JINA_API_KEY\u0026envDescription=Learn%20more%20about%20how%20to%20get%20the%20API%20Keys%20for%20the%20application\u0026envLink=https%3A%2F%2Fgithub.com%2Fmuradpm%2Fopenchat%2Fblob%2Fmain%2F.env.example\u0026demo-title=Voice\u0026demo-description=An%20Open-source%20Realtime%20AI%20Voice%20Agent%20Built%20With%20Next.js\u0026demo-url=https%3A%2F%2Fvoice-oss.vercel.app)\n\n## Running locally\n\nYou will need to use the environment variables [defined in `.env.example`](.env.example) to run Voice. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) for this, but a `.env` file is all that is necessary.\n\n\u003e Note: You should not commit your `.env` file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.\n\n1. Install Vercel CLI: `npm i -g vercel`\n2. Link local instance with Vercel and GitHub accounts (creates `.vercel` directory): `vercel link`\n3. Download your environment variables: `vercel env pull`\n\n```bash\nbun install\nbun dev\n```\n\nYour app should now be running on [localhost:3000](http://localhost:3000/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurabcd%2Fvoice-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurabcd%2Fvoice-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurabcd%2Fvoice-agent/lists"}