Skip to content

ABHIJATSARARI/chronos

Repository files navigation

Chronos - Main Application (Full Version)

This is the full production version of Chronos with real AI integration.

🚀 Features

  • Real Gemini AI Integration: Uses Google Gemini 2.5 Flash API
  • Backend Server: Node.js/Express on Vultr for API proxying
  • Raindrop MCP: Real Model Context Protocol integration
  • Full Functionality: All features with live AI responses

🛠️ Setup

1. Install Dependencies

cd main_app
npm install

2. Configure Environment

Create .env.local:

VITE_GEMINI_API_KEY=your_key_here
VITE_USE_BACKEND=true

3. Start Backend

cd backend
npm install
node server.js

Backend runs on http://localhost:5001

4. Start Frontend

npm run dev

Frontend runs on http://localhost:3001

🔧 Port Configuration

  • Frontend: 3001
  • Backend: 5001
  • Demo (at root): 3000

🌐 vs Demo Version

Feature Main App Demo (root)
AI ✅ Real ❌ Mock
Backend ✅ Required ❌ No
API Keys ✅ Required ❌ No

See ../README.md for demo version at project root.

About

Chronos is a "Probabilistic Multiverse Engine" that uses AI agents to simulate divergent life paths in real-time. Unlike standard chatbots, Chronos generates a visual, branching timeline of a user's potential future based on a single "Origin Decision."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors