A modern, full-stack AI-powered project management and team collaboration platform. Features include real-time group chat with AI support, collaborative project spaces, and the ability to run code directly in web-based containers — all designed to streamline productivity for development teams.
- User Authentication
- AI-assisted Group Chats
- Create and Join Groups
- Real-time Messaging (WebSocket-based)
- Run Codebases in Web Containers
- Modern UI built with Tailwind CSS + React
- Client-Server Architecture using Vite and Express
- React
- Tailwind CSS
- Vite
- Context API
- Node.js
- Express.js
- ESLint + Prettier
- Husky + lint-staged
- Node.js v22+
- npm
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
npm i Client
cd client
npm installServer
cd ../server
npm installStart the Development Server
npm run devStart the Backend server
npm run start