Skip to content

sehajmakkar/ChronosAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

ChronosAI 🚀

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.

🌟 Features

🗂️ Instant Project Structures

  • 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

🤝 Real-time Collaboration

  • 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

🧠 AI-Powered Development

  • Chat with AI in real-time for guidance
  • Get instant code reviews
  • Receive intelligent suggestions
  • Learn and improve as you code

🚀 Maximum Efficiency

  • Reduce project setup time dramatically
  • Focus on creativity and innovation
  • Build better products, faster
  • Streamline your development workflow

🛠️ Project Structure

└── 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

🚀 Getting Started

  1. Clone the repository
git clone https://github.com/sehajmakkar/ChronosAI.git
cd ChronosAI
  1. Install dependencies
# Backend
cd backend
npm install

# Frontend
cd ../frontend
npm install
  1. Set up environment variables
# Backend
cp .env.example .env
# Configure your environment variables

# Frontend
cp .env.example .env
# Configure your environment variables
  1. Start the development servers
# Backend
cd backend
npm run dev

# Frontend
cd ../frontend
npm run dev

💻 Tech Stack

  • Frontend: React, Vite, TailwindCSS
  • Backend: Node.js, Express
  • Database: MongoDB (with Mongoose)
  • Real-time: Socket.io
  • AI Integration: Google Gemini API
  • Caching: Redis

🤝 Contributing

We welcome contributions! Please feel free to submit a Pull Request.

🙋‍♂️ Support

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

About

ChronosAI is a collaborative coding platform that provides AI assistance, functioning like a personal junior software engineer ready to transform your ideas into reality with simple commands. The platform offers instant project structure generation, real-time team collaboration and AI-powered development assistance,.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors