Skip to content

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,.

Notifications You must be signed in to change notification settings

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

No packages published