Discord, redesigned in Windows 98 retro-style built for the Codédex Mini Holiday Hackathon 2024.
Retrocord_Demo.mp4
RetroCord reimagines Discord with a classic Windows 98 aesthetic. Experience the modern communication platform through the lens of 90s design, complete with classic UI elements, retro color schemes, and nostalgic interactions.
- Authentic Windows 98 UI: Experience 90s retro vibe with this one
- Garbage Authentication: Welp, what would you ask more from a static website? Enter username, get in.
- Servers & Channels: Organize conversations in different servers & channels just like our beloved discord.
- Real-Time Chat: Send and receive messages in a retro-styled interface. Real time? Or is it?
- Responsive Design: Works seamlessly on both desktop and mobile devices
- Local Storage: Persistent data storage using browser's local storage. Eh? Database is for noobs.
- Retro Animations: Classic Windows 98-style effects, transitions and animations.
- Hit Counter: Classic webpage hit counter for that authentic 90s feel. It scams though.
Uhm yeah, it does replicate the most basic api routes discord offers.
Route | Use |
---|---|
/ |
Landing/Login, redirects to /app |
/app |
Loading screen, redirects to /channels/@me |
/channels |
Garbage catch heh, redirects to /app |
/channels/@me |
Shows server list |
/channels/:serverID |
Redirects to first channel of the server, /channels/:serverID/:channelID |
/channels/:serverID/:channelID |
Shows the chat window to chat in a particular channel |
- Next.js 15 - React framework with App Router
- TypeScript - For type-safe code
- CSS Modules - For scoped styling
- Local Storage API - For data persistence (No database/backend hehe)
- Lucide Icons - For minimal, retro-styled icons
- React Fast Marquee - For retro text animations (Who doesn't know marquee?)
-
Clone the repository
git clone https://github.com/FireHead90544/RetroCord.git
-
Install dependencies
cd RetroCord npm install
-
Run the development server
npm run dev
-
Open http://localhost:3000 in your browser
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
This project is MIT licensed.
- Inspired by Discord's interface
- Windows 98 design system
- Codedex for hosting the hackathon
Made with 💜 by FireHead90544