Code World is a real-time collaborative code editor that allows multiple users to edit code together, chat, and collaborate seamlessly. It supports live code execution, syntax highlighting, file/folder management, drawing, and AI code suggestions β all in one place.
π Built with React, TypeScript, Node.js, Express, Socket.IO, and Tailwind CSS.
- β Real-Time Collaboration β Sync code live across multiple users
- π¬ Live Chat β In-room chat for instant communication
- π Multi-file & Folder Support β Create and organize code files
βΆοΈ Code Execution β Run code and view output (via Piston API)- βοΈ Collaborative Drawing β Built-in canvas for diagrams & planning
- π Room-based Sessions β Join using unique room IDs
- β‘ Fast & Responsive UI β Built with Vite + Tailwind
https://code-world-beta.vercel.app/
Frontend
- React + TypeScript
- Vite
- Tailwind CSS
- Socket.IO-client
- Zustand (for state management)
Backend
- Node.js + Express
- Socket.IO-server
- Piston API (for code execution)