{"id":18575036,"url":"https://github.com/jennwah/discord-clone","last_synced_at":"2025-11-01T17:30:39.475Z","repository":{"id":245082062,"uuid":"815184232","full_name":"jennwah/discord-clone","owner":"jennwah","description":"A full stack web Discord clone built with NextJS","archived":false,"fork":false,"pushed_at":"2024-06-19T08:47:46.000Z","size":174,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T15:12:03.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://discord-clone-beige.vercel.app","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/jennwah.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-06-14T14:31:43.000Z","updated_at":"2024-07-19T04:02:59.000Z","dependencies_parsed_at":"2024-06-19T17:34:38.664Z","dependency_job_id":"0f91717e-fd8f-493d-9ca4-d43ee8dbf9fb","html_url":"https://github.com/jennwah/discord-clone","commit_stats":null,"previous_names":["jennwah/discord-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jennwah%2Fdiscord-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jennwah%2Fdiscord-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jennwah%2Fdiscord-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jennwah%2Fdiscord-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jennwah","download_url":"https://codeload.github.com/jennwah/discord-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239311619,"owners_count":19618013,"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":[],"created_at":"2024-11-06T23:17:22.106Z","updated_at":"2025-11-01T17:30:39.428Z","avatar_url":"https://github.com/jennwah.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Clone \n\n## Overview\n\nThis project is a Discord clone website created using Next.js 13 with a wide range of features and technologies to provide users with a robust chat and communication platform. It offers real-time messaging, multimedia support, voice and video calls, member management, server customization, and more.\n\n## Features\n\n### Real-time Messaging\n\n- Utilizes Socket.io for real-time messaging, ensuring instant communication between users.\n\n### File Attachments\n\n- Users can send attachments as messages, enhancing the user experience.\n\n### Message Management\n\n- Allows users to delete and edit messages in real time, ensuring a smooth and interactive chat experience.\n\n### Communication Channels\n\n- Supports text, audio, and video call channels, offering various communication options to users.\n\n### Private Conversations\n\n- Enables one-on-one conversations between members for private interactions.\n\n### Video Calls\n\n- Supports one-on-one video calls between members for face-to-face communication.\n\n### Member Management\n\n- Admins can kick users and change their roles between guest and moderator for effective member management.\n\n### Invite System\n\n- Implements a unique invite link generation system for inviting new members to the platform.\n\n### Message Pagination\n\n- Uses tanstack/query to load messages in batches of 10, providing an efficient and seamless chat experience.\n\n### Server Customization\n\n- Allows users to create and customize servers to tailor their experience to their preferences.\n\n### User Interface\n\n- Features a beautiful and responsive UI design using TailwindCSS and ShadcnUI, ensuring an aesthetically pleasing user experience.\n\n### Light/Dark Mode\n\n- Offers both light and dark mode options to accommodate user preferences and reduce eye strain.\n\n### Websocket Fallback\n\n- Implements a fallback mechanism using polling with alerts in case WebSocket connectivity is unavailable.\n\n### Database and ORM\n\n- Utilizes Prisma as an Object-Relational Mapping (ORM) tool and a MySQL database hosted on Planetscale for efficient data management.\n\n### Authentication\n\n- Implements user authentication using Clerk for secure and personalized user experiences.\n\n## Getting Started\n\n1. Clone this repository to your local machine.\n\n   ```shell\n   git clone https://github.com/impruthvi/discord-clone-nextjs.git\n   ```\n2. Install the necessary dependencies.\n   ```shell\n   cd discord-clone-nextjs\n   npm install\n   ```\n3. Configure environment variables for database, authentication, and other settings.\n   ```shell\n   cp .env.example .env\n   ```\n\n 4. Start the development server.\n    ```shell\n    npm run dev\n     ```\n  5. Access the application in your web browser at http://localhost:3000.\n\n## Technologies Used\n\nThe Discord clone website is built using the following technologies and tools:\n\n- **Next.js 13:** A popular JavaScript framework for building modern web applications, offering server-side rendering and a great developer experience.\n\n- **Socket.io:** A library for real-time, bidirectional communication between clients and the server, enabling instant messaging.\n\n- **UploadThing:** Used for sending attachments as messages within the chat application.\n\n- **Prisma:** An Object-Relational Mapping (ORM) tool for working with databases, simplifying database interactions.\n\n- **MySQL (Planetscale):** A relational database used for storing and managing data, hosted on Planetscale for scalability and reliability.\n\n- **Clerk:** Provides user authentication and user management features to enhance security and user experiences.\n\n- **Tanstack/Query:** Used for efficient message pagination, fetching data in batches for a smooth chat experience.\n\n- **TailwindCSS:** A utility-first CSS framework for creating beautiful and responsive user interfaces.\n\n- **ShadcnUI:** A UI component library or framework used to enhance the aesthetics and user experience of the website.\n\n\n## Contributing\n\nWe welcome and appreciate contributions from the open-source community. If you'd like to contribute to this project, please follow these guidelines:\n\n1. Fork the repository to your GitHub account.\n\n2. Create a new branch for your feature or bug fix:\n\n   ```shell\n   git checkout -b feature/your-feature\n    ```\n3. Commit your changes with a descriptive commit message:\n   ```shell\n   git commit -m \"Add feature: your feature description\"\n   ```\n4. Push your changes to your fork:\n   ```shell\n    git push origin feature/your-feature\n   ```\n5. Create a pull request (PR) to the main repository, describing your changes and improvements.\n6. Your PR will be reviewed, and once approved, your changes will be merged into the project.\n\n- Thank you for contributing to our project!\n\n## Demo\n\nCheck out the live demo of Discord Clone [here](https://discord-clone-impruthvi.vercel.app/).\n\n## Contact\n\nCreated by [@impruthvi](https://impruthvi.netlify.app/) if you have any questions or suggestions.\n\n## License\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Support\n\nIf you find this project helpful or interesting, please consider giving it a ⭐️ on GitHub!\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjennwah%2Fdiscord-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjennwah%2Fdiscord-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjennwah%2Fdiscord-clone/lists"}