{"id":25001411,"url":"https://github.com/deepcoders30/discord-clone","last_synced_at":"2026-04-09T18:54:22.592Z","repository":{"id":221704402,"uuid":"683838595","full_name":"Deepcoders30/Discord-Clone","owner":"Deepcoders30","description":"A Full Stack Discord Clone","archived":false,"fork":false,"pushed_at":"2024-07-09T22:36:58.000Z","size":858,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T23:48:47.436Z","etag":null,"topics":["aivenio","javascript","livekit","mysql","mysql-database","nextjs13","nodejs","prisma","react-tanstack-query","reactjs","shadcn-ui","socket-io","uploadthing","websocket"],"latest_commit_sha":null,"homepage":"https://discord-clone-oh9s.onrender.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/Deepcoders30.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":"2023-08-27T21:22:24.000Z","updated_at":"2025-07-15T19:05:49.000Z","dependencies_parsed_at":"2024-03-25T23:32:56.517Z","dependency_job_id":"d243f194-5100-4cfb-9911-858f25f12778","html_url":"https://github.com/Deepcoders30/Discord-Clone","commit_stats":null,"previous_names":["deepcoders30/discord-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Deepcoders30/Discord-Clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDiscord-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDiscord-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDiscord-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDiscord-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deepcoders30","download_url":"https://codeload.github.com/Deepcoders30/Discord-Clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepcoders30%2FDiscord-Clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278916437,"owners_count":26068090,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aivenio","javascript","livekit","mysql","mysql-database","nextjs13","nodejs","prisma","react-tanstack-query","reactjs","shadcn-ui","socket-io","uploadthing","websocket"],"created_at":"2025-02-04T20:22:31.348Z","updated_at":"2025-10-08T08:52:08.230Z","avatar_url":"https://github.com/Deepcoders30.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# DISCORD CLONE\nIt is a Discord clone focusing on real-time messaging with attachments, message editing, and deletion. It supports text, audio, and video calls, including 1:1 conversations and video calls between members. The platform includes robust member management, an advanced invite system, and a modern UI with TailwindCSS and ShadcnUI, featuring Light and Dark mode themes. Built for scalability, it utilizes Prisma ORM with a MySQL database hosted on Aiven.io and ensures secure authentication through Clerk.\n\n\n## Features\n\n- Ability to send attachments as messages using UploadThing\n- Real-time message editing and deletion capabilities for all users\n- Establishment of Text, Audio, and Video call Channels\n- Support for 1:1 conversations between members\n- Enable 1:1 video calls between members\n- Comprehensive member management functionalities including Kick and Role changes (Guest/Moderator)\n- Implementation of a unique invite link generation system and fully functional invite mechanism\n- Infinite message loading in batches of 10 using tanstack/query\n- Creation and customization of servers\n- Implementation of a visually appealing UI using TailwindCSS and ShadcnUI\n- Full responsivity and mobile-friendly UI design\n- Support for Light and Dark mode themes\n- Websocket fallback mechanism: Polling with alerts\n- Integration of ORM using Prisma for database operations\n- Utilization of MySQL database provided by Aiven.io\n- Implementation of authentication mechanisms using Clerk\n\n \n## Getting Started\n\nInstructions on setting up your project locally. To get a local copy up and running, follow these steps.\n\n### Prerequisites\n\n**Node version 18.x.x**\n\n### Cloning the repository\n\n```shell\ngit clone https://github.com/Deepcoders30/Discord-Clone.git\n```\n\n### Install packages\n\n```shell\nnpm i\n```\n\n### Setup .env file\n\n```js\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=\n\n\nDATABASE_URL=\n\nUPLOADTHING_SECRET=\nUPLOADTHING_APP_ID=\n\nLIVEKIT_API_KEY=\nLIVEKIT_API_SECRET=\nNEXT_PUBLIC_LIVEKIT_URL=\n```\n\n### Setup Prisma\n\nAdd MySQL Database (I used Aiven.io MySQL Database)\n\n```shell\nnpx prisma generate\nnpx prisma db push\n\n```\n\n### Start the app\n\n```shell\nnpm run dev\n```\n\n## Available commands\n\nRunning commands with npm `npm run [command]`\n\n| command | description                              |\n| :------ | :--------------------------------------- |\n| `dev`   | Starts a development instance of the app |\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepcoders30%2Fdiscord-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepcoders30%2Fdiscord-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepcoders30%2Fdiscord-clone/lists"}