This is the full production version of Chronos with real AI integration.
- 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
cd main_app
npm installCreate .env.local:
VITE_GEMINI_API_KEY=your_key_here
VITE_USE_BACKEND=truecd backend
npm install
node server.jsBackend runs on http://localhost:5001
npm run devFrontend runs on http://localhost:3001
- Frontend:
3001 - Backend:
5001 - Demo (at root):
3000
| Feature | Main App | Demo (root) |
|---|---|---|
| AI | ✅ Real | ❌ Mock |
| Backend | ✅ Required | ❌ No |
| API Keys | ✅ Required | ❌ No |
See ../README.md for demo version at project root.