The Ultimate Real-time Collaborative Development Environment
CodeCollab is a powerful, full-stack platform designed for developers to code, brainstorm, and communicate together in real-time. Whether it's remote pair programming, technical interviews, or classroom learning, CodeCollab provides the perfect shared workspace.
- 🛡️ Deep Obsidian Aesthetic: A premium, high-tech interface with glassmorphism effects and sophisticated animations.
- ⚡ Interactive Terminal: Full-featured VS Code-like terminal using
xterm.jswith real-timestdin/stdoutstreaming. - 📝 Collaborative Editor: Multi-file tab support powered by Monaco Editor and Yjs for conflict-free synchronization.
- 🤖 AI Expert: Context-aware developer assistant using Groq API (Llama 3.3 70B) to help you code faster.
- 🎨 Shared Canvas: Real-time collaborative whiteboard for brainstorming and architecture diagrams.
- 🎥 Secure Video: Face-to-face collaboration powered by Jitsi (JaaS) integrated directly into the workspace.
- 🔒 Private Rooms: Password-protected rooms with permanent persistence for code and history.
- Frontend: React, Vite, Premium CSS Design System, Monaco Editor, Xterm.js, Yjs.
- Backend: Node.js, Express, WebSockets (
ws), Mongoose, MongoDB Atlas. - Services: Jitsi as a Service (Video), Groq API (AI Assistant), Wandbox (Remote Runner Fallback).
Recommended: Render
- Runtime: Node
- Build Command:
npm run install-all(from root) - Start Command:
npm start(from root) - Env Vars:
MONGO_URI,JWT_SECRET,NODE_VERSION=18.0.0.
Recommended: Vercel
- Framework Preset:
Vite - Build Command:
npm run build - Output Directory:
dist - Env Vars:
VITE_WS_URL(e.g.wss://your-backend.onrender.com),VITE_GROQ_API_KEY,VITE_JAAS_APP_ID.
- Clone the repo:
git clone <your-repo-link> - Install deps:
npm run install-all - Setup environment: Create
.envfiles based on.env.examplein both root and backend folders. - Run Dev:
npm run dev
Built by Prakhar Jain