{"id":21175846,"url":"https://github.com/shadowslayer03/zoom-clone-nextjs","last_synced_at":"2026-05-17T21:08:40.606Z","repository":{"id":254794754,"uuid":"847553309","full_name":"ShadowSlayer03/Zoom-Clone-NextJS","owner":"ShadowSlayer03","description":"An awesome video conferencing application built by leveraging the strengths of NextJS and Stream.","archived":false,"fork":false,"pushed_at":"2024-08-26T05:22:17.000Z","size":785,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T18:31:44.439Z","etag":null,"topics":["clerk","getstream","nextjs14","shadcn-ui","typescript"],"latest_commit_sha":null,"homepage":"https://syncspace.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/ShadowSlayer03.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}},"created_at":"2024-08-26T04:58:18.000Z","updated_at":"2024-08-26T12:49:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"32664823-4c6e-4196-8664-cc2ff4912073","html_url":"https://github.com/ShadowSlayer03/Zoom-Clone-NextJS","commit_stats":null,"previous_names":["shadowslayer03/zoom-clone-nextjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShadowSlayer03/Zoom-Clone-NextJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FZoom-Clone-NextJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FZoom-Clone-NextJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FZoom-Clone-NextJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FZoom-Clone-NextJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowSlayer03","download_url":"https://codeload.github.com/ShadowSlayer03/Zoom-Clone-NextJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowSlayer03%2FZoom-Clone-NextJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33155542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["clerk","getstream","nextjs14","shadcn-ui","typescript"],"created_at":"2024-11-20T17:00:35.883Z","updated_at":"2026-05-17T21:08:40.551Z","avatar_url":"https://github.com/ShadowSlayer03.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SyncSpace\n\nSyncSpace is a feature-rich video conferencing application built to simplify virtual communication. With capabilities such as creating new meetings, scheduling meetings, joining meetings, viewing your profile, and holding test meetings, SyncSpace offers a streamlined and user-friendly experience.\n\n## Features\n\n- **Create New Meetings**: Host instant video calls with ease.\n- **Schedule Meetings**: Plan meetings for a future date and time.\n- **Join Meetings**: Quickly join meetings with a unique meeting link.\n- **User Profiles**: View and manage your profile information.\n- **Test Meeting**: Hold a test meeting by yourself to check your video/audio settings before the actual meeting.\n\n## Live Preview\n\nCheck out a live preview of SyncSpace [https://syncspace-arj.vercel.app](https://syncspace-arj.vercel.app).\n\n## Tech Stack\n\n- **Frontend Framework**: [Next.js](https://nextjs.org/) (React Framework)\n- **Programming Language**: [TypeScript](https://www.typescriptlang.org/) (Typed JavaScript)\n- **UI Components**: [ShadCN UI](https://shadcn.dev/) (Utility-first components built for React)\n- **User Authentication**: [Clerk](https://clerk.dev/) (Authentication and user management)\n- **Real-Time Communication**: [Stream API](https://getstream.io/) (Real-time chat and video APIs)\n\n## Usage\n\nOnce deployed, you can start using SyncSpace to:\n\n- **Create New Meetings**: Navigate to the \"New Meeting\" page and start a call instantly.\n- **Schedule Meetings**: Go to the \"Schedule Meeting\" page, pick a time and date, and share the meeting link.\n- **Join Meetings**: Use a meeting link to join an ongoing call.\n- **View Your Profile**: Manage your personal information and update your profile settings.\n- **Hold a Test Meeting**: Use the \"Test Meeting\" option to ensure everything is working smoothly before your real meeting.\n\n## Contributing\n\nWe welcome contributions! Here's how you can contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix:\n   \n    ```bash\n    git checkout -b feature/your-feature-name\n    ```\n\n3. Make your changes and commit them:\n\n    ```bash\n    git commit -m \"Add some feature\"\n    ```\n\n4. Push to the branch:\n\n    ```bash\n    git push origin feature/your-feature-name\n    ```\n\n5. Open a Pull Request to the `main` branch.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [Next.js](https://nextjs.org/) for the amazing framework\n- [ShadCN UI](https://shadcn.dev/) for the UI components\n- [Clerk](https://clerk.dev/) for user authentication\n- [Stream API](https://getstream.io/) for real-time communication services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowslayer03%2Fzoom-clone-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowslayer03%2Fzoom-clone-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowslayer03%2Fzoom-clone-nextjs/lists"}