{"id":19714341,"url":"https://github.com/jaleelb/callsquare","last_synced_at":"2025-04-11T22:21:53.294Z","repository":{"id":181361009,"uuid":"645149571","full_name":"JaleelB/callsquare","owner":"JaleelB","description":"An open-source, feature-rich video conferencing application built with Next.js and 100ms. Offers seamless online meetings with functionalities like screen sharing, participant invites, call history, and more. ","archived":false,"fork":false,"pushed_at":"2024-06-25T04:05:17.000Z","size":1685,"stargazers_count":144,"open_issues_count":1,"forks_count":17,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-11T22:21:46.595Z","etag":null,"topics":["next-auth","nextjs","nextjs13","typescript","video-call","videochat","videoconference"],"latest_commit_sha":null,"homepage":"https://callsquare.jaleelbennett.com","language":"TypeScript","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/JaleelB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-05-25T03:11:16.000Z","updated_at":"2025-03-27T11:01:34.000Z","dependencies_parsed_at":"2024-01-16T15:43:03.313Z","dependency_job_id":"ceab1ced-c2e7-4e93-a8b1-f5966feb9c0f","html_url":"https://github.com/JaleelB/callsquare","commit_stats":null,"previous_names":["jaleelb/callsquare"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaleelB%2Fcallsquare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaleelB%2Fcallsquare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaleelB%2Fcallsquare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaleelB%2Fcallsquare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaleelB","download_url":"https://codeload.github.com/JaleelB/callsquare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487681,"owners_count":21112197,"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":["next-auth","nextjs","nextjs13","typescript","video-call","videochat","videoconference"],"created_at":"2024-11-11T22:30:50.118Z","updated_at":"2025-04-11T22:21:53.273Z","avatar_url":"https://github.com/JaleelB.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Callsquare\n\n\u003e **Warning**\n\u003e This is a work-in-progress and not the finished product.\n\u003e\n\u003e I work on this project fir an hour or so whenever I have free time during the night after work. Feel free to leave feature suggestions and/or contribute to the project.\n\n[![Callsquare](./public/web-shot.png)](https://callsquare.jaleelbennett.com/)\n\n## About this project\n\nThis project was conceived as an experiment to explore the capabilities of Next.js 13. The primary objective was to build a modern application that incorporates a variety of features including, but not limited to, authentication, API route handlers, middleware, and server components.\n\nThe application is designed to simulate a video call platform, providing a practical context in which to apply and test these features. It leverages the power of Next.js 13 to handle server-side operations, routing, and server side rendering.\n\nKey features of the application include:\n\n- User Authentication: Ensuring secure access to the application and protecting user data.\n- API Routes: Facilitating communication between the client and server, enabling data exchange for various application features.\n- Middleware: Managing the sequence of functions that process requests and responses.\n- Server Components: Utilizing Next.js 13's server components to deliver an optimized user experience.\n  T\n  his project is an ongoing experiment, with plans for further exploration and expansion of its capabilities.\n\n## Known Issues\n\nA list of things not working right now:\n\n1. Share screen functionality is not working.\n2. Invite email is not working. (Using React Email and Nodmailer, email sending works, but Resend with React Email throws this error when sending: \"The gmail.com domain is not verified. Please, add and verify your domain on Resend\". The doamin has been verified and an api key generated for it. I can't seem to find any documentation or issues online that address this.)\n\n## Tech Stack\n\n- [Next.js](https://nextjs.org)\n- [NextAuth.js](https://next-auth.js.org)\n- [Prisma](https://prisma.io)\n- [Tailwind CSS](https://tailwindcss.com)\n- [100ms](https://100ms.live)\n- [Shadcn UI](https://ui.shadcn.com)\n- [React Email](https://react.email/)\n- [Resend](https://resend.com/)\n\n## Features to be implemented\n\n- [ ] Invite email with **React Email** and **Resend**\n- [x] Scheduling calls\n- [ ] Screen Annotations\n- [x] Deleting calls records\n- [ ] In call chat\n- [ ] Call recording\n- [x] View call details\n- [x] Rejoiing calls\n- [ ] Call transcription\n- [ ] Call limits\n- [ ] Screen sharing\n\n## Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/JaleelB/callsquare\n```\n\n### 2. Install dependencies\n\n```bash\npnpm i\n```\n\n### 3. Create a `.env` file\n\nCreate a `.env.local` file in the root directory and add the environment variables as shown in the `.env.example` file.\n\n## How do I deploy this?\n\nFollow the deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information\n\n## License\n\nLicensed under the MIT License. Check the [LICENSE](./LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions are welcomed and will be acknowledged.\n\nSee the [contributing guide](./CONTRIBUTING.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaleelb%2Fcallsquare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaleelb%2Fcallsquare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaleelb%2Fcallsquare/lists"}