Code Chat and Collaborate with ChronosAI
β¨ "Dream it. Command it. Build it - with ChronosAI!"
ChronosAI is your ultimate platform for collaborative coding, powered by cutting-edge AI assistance. Think of it as having your own junior software engineer at your fingertips, ready to help you transform ideas into reality with just a few commands.
- Tell ChronosAI what you need, and get a complete file structure and code tailored to your vision
- Save hours on project setup and boilerplate code
- Focus on what matters: building your unique features
- Add teammates and collaborate seamlessly
- Chat in real-time while coding
- Share ideas and solve problems together
- Perfect for both remote and co-located teams
- Chat with AI in real-time for guidance
- Get instant code reviews
- Receive intelligent suggestions
- Learn and improve as you code
- Reduce project setup time dramatically
- Focus on creativity and innovation
- Build better products, faster
- Streamline your development workflow
βββ sehajmakkar-chronosai/
βββ backend/ # Node.js backend
β βββ controllers/ # Request handlers
β βββ db/ # Database configuration
β βββ middleware/ # Custom middleware
β βββ models/ # Database models
β βββ routes/ # API routes
β βββ services/ # Business logic
βββ frontend/ # React frontend
βββ public/ # Static assets
βββ src/
βββ assets/ # Media files
βββ auth/ # Authentication
βββ components/ # Reusable UI components
βββ config/ # Configuration files
βββ context/ # React context
βββ lib/ # Utility functions
βββ routes/ # Route definitions
βββ screens/ # Page components
- Clone the repository
git clone https://github.com/sehajmakkar/ChronosAI.git
cd ChronosAI- Install dependencies
# Backend
cd backend
npm install
# Frontend
cd ../frontend
npm install- Set up environment variables
# Backend
cp .env.example .env
# Configure your environment variables
# Frontend
cp .env.example .env
# Configure your environment variables- Start the development servers
# Backend
cd backend
npm run dev
# Frontend
cd ../frontend
npm run dev- Frontend: React, Vite, TailwindCSS
- Backend: Node.js, Express
- Database: MongoDB (with Mongoose)
- Real-time: Socket.io
- AI Integration: Google Gemini API
- Caching: Redis
We welcome contributions! Please feel free to submit a Pull Request.
If you have any questions or need help, please open an issue or contact our team. X: https://x.com/sehajmakkarr LinkedIn: https://www.linkedin.com/in/sehajmakkar/ Email: sehajmakkar007@gmail.com
Made with β€οΈ by SEHAJ