Coro
AI-powered collaborative coding workspace with real-time project rooms and intelligent chat assistance.

Coro is a full-stack AI-powered development workspace designed for real-time collaboration and intelligent coding assistance. It combines project management, live messaging, and contextual AI support into a unified environment. Developers can collaborate inside project-based rooms while leveraging AI to generate code, structure files, and accelerate development workflows.
Built real-time multi-user project rooms using Socket.IO
Implemented AI-powered chat assistant triggered with @ai inside conversations
Designed system to generate structured code responses including file and folder architecture
Developed secure authentication using JWT with httpOnly cookies and WebSocket sync
Created scalable modular backend with controllers, services, and validation layers
Integrated Monaco Editor for enhanced coding experience inside the platform
Enabled seamless collaboration between developers within shared project environments
Designing a scalable real-time collaboration system that seamlessly integrates Socket.IO-based communication with AI-driven responses, while maintaining secure authentication, low latency, and structured code generation across multiple users in shared project rooms.
Built a full-stack architecture using Express, MongoDB, and React with Socket.IO for real-time communication. Implemented JWT-based authentication synchronized across REST and WebSocket layers. Integrated Groq AI to provide contextual responses inside chat, enabling developers to generate code and structured file systems directly within project conversations.