{"id":31796578,"url":"https://github.com/murabcd/opencam","last_synced_at":"2026-04-29T20:34:22.981Z","repository":{"id":317066018,"uuid":"1065790762","full_name":"murabcd/opencam","owner":"murabcd","description":"Realtime Voice AI Camera Built with Next.js and OpenAI","archived":false,"fork":false,"pushed_at":"2025-09-28T21:41:40.000Z","size":3162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T20:52:28.073Z","etag":null,"topics":["nextjs","openai","react","realtime","shadcn-ui","voice-agent"],"latest_commit_sha":null,"homepage":"https://opencam-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-28T12:42:17.000Z","updated_at":"2025-09-28T21:41:43.000Z","dependencies_parsed_at":"2025-09-28T17:18:00.788Z","dependency_job_id":"bf8fd854-ec70-4a40-a940-4627e7afbe7e","html_url":"https://github.com/murabcd/opencam","commit_stats":null,"previous_names":["murabcd/opencam"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/murabcd/opencam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fopencam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fopencam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fopencam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fopencam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murabcd","download_url":"https://codeload.github.com/murabcd/opencam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murabcd%2Fopencam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["nextjs","openai","react","realtime","shadcn-ui","voice-agent"],"created_at":"2025-10-10T20:50:40.213Z","updated_at":"2026-04-29T20:34:22.962Z","avatar_url":"https://github.com/murabcd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://opencam-oss.vercel.app\"\u003e\n  \u003cimg alt=\"OpenCam Built With Next.js and OpenAI.\" src=\"./public/preview/opencam.png\"\u003e\n  \u003ch1 align=\"center\"\u003eOpenCam\u003c/h1\u003e  \n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  Realtime AI Camera Built with Next.js and OpenAI.\n\u003c/p\u003e\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/)\n  - App Router with file-based routing, type-safe from server to client\n  - Built on Turbopack for a lightning-fast HMR development experience\n- [OpenAI Agent SDK](https://openai.github.io/openai-agents-js/guides/voice-agents/)\n  - Realtime voice agents with seamless audio streaming\n  - Realtime image streaming and analysis capabilities\n- [Camera Integration](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia)\n  - Realtime webcam access with live video streaming\n  - Image capture and frame-by-frame analysis\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 the following OpenAI models:\n\n- Realtime Model (`gpt-realtime`): Higher quality conversational model with higher latency\n\nThe app leverages these models through the [OpenAI Agent SDK](https://openai.github.io/openai-agents-js/guides/voice-agents/) to create a sophisticated voice-driven camera experience with realtime audio processing and intelligent agent handoffs.\n\n## Deploy your own\n\nYou can deploy your own version of OpenCam 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%2Fmurabcd%2Fopencam\u0026env=OPENAI_API_KEY\u0026envDescription=You%27ll%20need%20an%20OpenAI%20API%20key.\u0026envLink=https%3A%2F%2Fgithub.com%2Fmurabcd%2Fopencam%2Fblob%2Fmain%2F.env.example\u0026demo-title=OpenCam\u0026demo-description=An%20Open-source%20AI%20Camera%20App%20Built%20With%20Next.js%20and%20OpenAI.\u0026demo-url=https%3A%2F%2Fopencam-oss.vercel.app)\n\n## Running locally\n\nYou will need to use the environment variables [defined in `.env.example`](.env.example) to run OpenCam. 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 OpenAI account.\n\n1. Install Vercel CLI: `bun 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%2Fopencam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurabcd%2Fopencam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurabcd%2Fopencam/lists"}