{"id":23756924,"url":"https://github.com/pramodmahajan14/discord-clone","last_synced_at":"2026-04-29T23:02:51.661Z","repository":{"id":269706648,"uuid":"907973745","full_name":"PramodMahajan14/discord-clone","owner":"PramodMahajan14","description":"This project is a modern, full-stack communication platform designed to facilitate seamless real-time communication, similar to platforms like Discord. Built using cutting-edge technologies, it combines robust functionality with a clean, user-friendly interface. Users can chat via text, audio, or video, create and manage servers and channels, invit","archived":false,"fork":false,"pushed_at":"2025-01-01T12:57:01.000Z","size":322,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T21:00:24.594Z","etag":null,"topics":["nextjs","prisma","reactjs","sql","tailwindcss","websocket"],"latest_commit_sha":null,"homepage":"","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/PramodMahajan14.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-12-24T18:43:26.000Z","updated_at":"2025-01-01T12:57:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"a327178b-6ff8-4477-a858-6b30fd782361","html_url":"https://github.com/PramodMahajan14/discord-clone","commit_stats":null,"previous_names":["pramodmahajan14/discord-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PramodMahajan14/discord-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PramodMahajan14%2Fdiscord-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PramodMahajan14%2Fdiscord-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PramodMahajan14%2Fdiscord-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PramodMahajan14%2Fdiscord-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PramodMahajan14","download_url":"https://codeload.github.com/PramodMahajan14/discord-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PramodMahajan14%2Fdiscord-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32447312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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":["nextjs","prisma","reactjs","sql","tailwindcss","websocket"],"created_at":"2024-12-31T19:28:50.519Z","updated_at":"2026-04-29T23:02:51.657Z","avatar_url":"https://github.com/PramodMahajan14.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Communication Platform App\n\nA full-stack communication platform inspired by Discord, built using modern web technologies. The application supports real-time text, audio, and video communication, server and channel management, member invitations, and more.\n\n## Features\n\n- **Real-time Communication**: Supports text, audio, and video chat.\n- **Server and Channel Management**: Create and manage servers and channels.\n- **Member Invitations**: Invite members to servers and channels.\n- **Real-time Updates**: Leverages WebSockets for real-time messaging and updates.\n- **Authentication**: Secure user authentication using Clerk.\n- **Responsive Design**: A user-friendly interface designed with Tailwind CSS and shadcn.\n\n## Tech Stack\n\n- **Frontend**: Next.js, React, TypeScript\n- **Backend**: Node.js, Prisma ORM, MySQL\n- **Real-Time Communication**: WebSocket.io, LiveKit\n- **Styling**: Tailwind CSS, shadcn\n- **Authentication**: Clerk\n\n## Installation\n\n### Prerequisites\n\n- Node.js (v16+)\n- MySQL\n\n### Steps\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/PramodMahajan14/discord-clone\n   cd discord-clone\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Configure the environment variables:\n\n   Create a `.env` file in the root directory and add the following:\n\n   ```env\n   DATABASE_URL=\"mysql://user:password@localhost:3306/your_database\"\n   NEXT_PUBLIC_CLERK_FRONTEND_API=\"your-clerk-frontend-api\"\n   CLERK_API_KEY=\"your-clerk-api-key\"\n   LIVEKIT_PUBLIC_URL=\"your-livekit-server-url\"\n   NEXT_PUBLIC_LIVEKIT_API_KEY=\"your-livekit-api-key\"\n   NEXT_PUBLIC_LIVEKIT_API_SECRET=\"your-livekit-api-secret\"\n   ```\n\n4. Set up the database:\n\n   ```bash\n   npx prisma migrate dev\n   ```\n\n5. Run the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n6. Open the app in your browser:\n\n   ```\n   http://localhost:3000\n   ```\n\n## Usage\n\n- **Login/Register**: Users can register and log in securely.\n- **Create Servers and Channels**: Create and manage servers and channels to organize communication.\n- **Invite Members**: Send invitations to other users to join servers.\n- **Real-Time Chat**: Enjoy real-time messaging, audio, and video calls.\n\n## Project Structure\n\n```plaintext\nsrc/\n├── app/    # Reusable UI components\n├── hooks/         # Custom React hooks\n├── lib/           # Utility libraries and helper functions\n├── pages/         # Next.js pages\n├── prisma/        # Prisma schema and migrations\n├── public/        # Static assets\n├── components/ui/        # Global and component-specific styles\n└── utils/         # Utility functions\n```\n\n## Scripts\n\n- `npm run dev`: Start the development server.\n- `npm run build`: Build the application for production.\n- `npm run start`: Start the production server.\n- `npx prisma studio`: Launch Prisma Studio for database management.\n\n## Future Enhancements\n\n- Implement role-based access control.\n- Add notification support.\n- Integrate third-party services for extended functionalities.\n- Optimize performance for larger user bases.\n\n## Acknowledgments\n\n- [Clerk](https://clerk.dev/) for authentication.\n- [LiveKit](https://livekit.io/) for real-time audio and video communication.\n- [Prisma](https://prisma.io/) for database ORM.\n- [Tailwind CSS](https://tailwindcss.com/) for styling.\n\n--\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpramodmahajan14%2Fdiscord-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpramodmahajan14%2Fdiscord-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpramodmahajan14%2Fdiscord-clone/lists"}