Table of Contents
This is a full stack discord clone project named "LINK".
Main Features:
- Light / Dark mode
- Authentication with Clerk
- ORM using Prisma
- UI using TailwindCSS and ShadcnUI
- Server creation and customization
- Member management: kick, role change for guest or moderator
- Create text, audio and video channels
- 1:1 conversation between members
- 1:1 video calls between members
- Unique invite link generation & full working invite system
npm i
Add MySQL Database (PlanetScale used)
npx prisma generate
npx prisma db push
npm run dev
- Authentication
- Dark / Light theme
- Server Creation API
- Navigation sidebar
- Invitation and invitation url generate
- server settings: invite, member manage, edit channel and delete / leave server
- Add Changelog
- Add back to top links
- Complete search channel list
- Edit channel, channel ID page and chat header
- Complete prisma model: Conversation, directConversation, Message
- Conversation set up
- Socket IO Set up
- Messages API
- Message Attachment
- Emoji bar
- Chat message component
- Chat Item component
- Video calls
- Deployment
- Stress Test
Created by LucidChart