{"id":15919534,"url":"https://github.com/openai/openai-realtime-console","last_synced_at":"2025-05-13T22:05:47.215Z","repository":{"id":257812733,"uuid":"865578152","full_name":"openai/openai-realtime-console","owner":"openai","description":"React app for inspecting, building and debugging with the Realtime API","archived":false,"fork":false,"pushed_at":"2025-03-11T22:18:59.000Z","size":1689,"stargazers_count":3186,"open_issues_count":56,"forks_count":1205,"subscribers_count":51,"default_branch":"main","last_synced_at":"2025-04-30T15:18:27.527Z","etag":null,"topics":["javascript","nodejs","openai","react","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-09-30T19:00:38.000Z","updated_at":"2025-04-30T11:05:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"40054777-76b8-4980-8821-048d84849f9a","html_url":"https://github.com/openai/openai-realtime-console","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"6ea4dba795fee868c60ea9e8e7eba7469974b3e9"},"previous_names":["openai/openai-realtime-console"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fopenai-realtime-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fopenai-realtime-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fopenai-realtime-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openai%2Fopenai-realtime-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openai","download_url":"https://codeload.github.com/openai/openai-realtime-console/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036817,"owners_count":22003653,"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":["javascript","nodejs","openai","react","typescript"],"created_at":"2024-10-06T19:01:47.368Z","updated_at":"2025-05-13T22:05:42.201Z","avatar_url":"https://github.com/openai.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Openai","Repos"],"sub_categories":[],"readme":"# OpenAI Realtime Console\n\nThis is an example application showing how to use the [OpenAI Realtime API](https://platform.openai.com/docs/guides/realtime) with [WebRTC](https://platform.openai.com/docs/guides/realtime-webrtc).\n\n## Installation and usage\n\nBefore you begin, you'll need an OpenAI API key - [create one in the dashboard here](https://platform.openai.com/settings/api-keys). Create a `.env` file from the example file and set your API key in there:\n\n```bash\ncp .env.example .env\n```\n\nRunning this application locally requires [Node.js](https://nodejs.org/) to be installed. Install dependencies for the application with:\n\n```bash\nnpm install\n```\n\nStart the application server with:\n\n```bash\nnpm run dev\n```\n\nThis should start the console application on [http://localhost:3000](http://localhost:3000).\n\nThis application is a minimal template that uses [express](https://expressjs.com/) to serve the React frontend contained in the [`/client`](./client) folder. The server is configured to use [vite](https://vitejs.dev/) to build the React frontend.\n\nThis application shows how to send and receive Realtime API events over the WebRTC data channel and configure client-side function calling. You can also view the JSON payloads for client and server events using the logging panel in the UI.\n\nFor a more comprehensive example, see the [OpenAI Realtime Agents](https://github.com/openai/openai-realtime-agents) demo built with Next.js, using an agentic architecture inspired by [OpenAI Swarm](https://github.com/openai/swarm).\n\n## Previous WebSockets version\n\nThe previous version of this application that used WebSockets on the client (not recommended in browsers) [can be found here](https://github.com/openai/openai-realtime-console/tree/websockets).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenai%2Fopenai-realtime-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenai%2Fopenai-realtime-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenai%2Fopenai-realtime-console/lists"}