{"id":21900931,"url":"https://github.com/utsavpatel562/zoom-clone","last_synced_at":"2025-04-15T20:04:06.202Z","repository":{"id":243259350,"uuid":"811929846","full_name":"utsavpatel562/Zoom-Clone","owner":"utsavpatel562","description":"Zoom Clone using Next.js, TypeScript, Tailwind CSS, GetStream and Clerk.","archived":false,"fork":false,"pushed_at":"2025-03-24T19:23:51.000Z","size":8002,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T20:28:56.567Z","etag":null,"topics":["clerk","getstream-io","javascript","nextjs14","tailwindcss","typescript-react","vercel","zoom-clone"],"latest_commit_sha":null,"homepage":"https://zoom-clone-iota-six.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/utsavpatel562.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-07T15:28:48.000Z","updated_at":"2025-03-24T19:23:56.000Z","dependencies_parsed_at":"2024-06-16T16:58:09.388Z","dependency_job_id":"ec62c56d-9473-49cf-863e-661f53184e32","html_url":"https://github.com/utsavpatel562/Zoom-Clone","commit_stats":null,"previous_names":["utsavpatel562/zoom-clone"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavpatel562%2FZoom-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavpatel562%2FZoom-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavpatel562%2FZoom-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavpatel562%2FZoom-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utsavpatel562","download_url":"https://codeload.github.com/utsavpatel562/Zoom-Clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249145290,"owners_count":21219966,"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":["clerk","getstream-io","javascript","nextjs14","tailwindcss","typescript-react","vercel","zoom-clone"],"created_at":"2024-11-28T15:11:37.096Z","updated_at":"2025-04-15T20:04:06.195Z","avatar_url":"https://github.com/utsavpatel562.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zoom Clone 🚀 - A Project by Utsav Patel\n\u003cimg src=\"public/Screenshot 2024-06-24 183450.png\" style=\"border-radius:20px;\"\u003e\n\nA feature-rich Zoom clone built with modern technologies such as TypeScript, Next.js, Tailwind CSS, Shadcn, GetStream, Clerk, and Node.js.\n\n## Features ✨\n\n- 🔒 User Authentication with Clerk\n- 💬 Real-time messaging with GetStream\n- 📹 Video conferencing\n- 📱 Responsive UI with Tailwind CSS\n- ⚡ Server-side rendering with Next.js\n- 🚀 Deployment: Deployed using Vercel for seamless deployment and hosting.\n\n## Tech Stack 🛠️\n\n- **Frontend**: TypeScript, Next.js, Tailwind CSS, Shadcn\n- **Backend**: Node.js\n- **Authentication**: Clerk\n- **Real-time Messaging**: GetStream\n- **Deployment**: Vercel\n\n### Prerequisites ✅\n\n- Node.js (v14.x or later)\n- npm or yarn\n\n### Steps 📝\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/utsavpatel562/zoom-clone.git\n   cd zoom-clone\n   \n\n### Install dependencies 📦\n```bash\nnpm install\n# or\nyarn install\n```\n\n### Set up environment variables\nCreate a .env.local file in the root directory and add the following variables:\n```bash\nNEXT_PUBLIC_CLERK_FRONTEND_API=your-clerk-frontend-api\nCLERK_API_KEY=your-clerk-api-key\nSTREAM_API_KEY=your-getstream-api-key\nSTREAM_API_SECRET=your-getstream-api-secret\n```\n### Usage 🚀\nUser Authentication 🔐\n\u003cli\u003eSign up or log in using Clerk for user authentication.\u003c/li\u003e\nMessaging\n\u003cli\u003eReal-time messaging is enabled using GetStream.\u003c/li\u003e\nVideo Conferencing\n\u003cli\u003eStart or join a video call session.\u003c/li\u003e\n\n### Project Structure 🗂️\n```bash\n.\n├── components    # Reusable UI components\n├── pages         # Next.js pages\n├── public        # Static assets\n├── styles        # Tailwind CSS styles\n├── utils         # Utility functions\n├── server        # Node.js server code\n├── .env.local    # Environment variables\n├── README.md     # Project documentation\n├── package.json  # Project dependencies and scripts\n└── tsconfig.json # TypeScript configuration\n```\n\n### Contributing 🤝\nContributions are welcome! Please fork the repository and create a pull request.\n\n### License 📄\nThis project is licensed under the MIT License.\n\n### Acknowledgements 🙌\n\u003cul\u003e\n  \u003cli\u003eNext.js\u003c/li\u003e\n  \u003cli\u003eTailwind CSS\u003c/li\u003e\n  \u003cli\u003eShadcn\u003c/li\u003e\n  \u003cli\u003eGetStream\u003c/li\u003e\n  \u003cli\u003eClerk\u003c/li\u003e\n  \u003cli\u003eNode.js\u003c/li\u003e\n  \u003cli\u003eVercel\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavpatel562%2Fzoom-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futsavpatel562%2Fzoom-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavpatel562%2Fzoom-clone/lists"}