A cinematic life simulator that reveals your financial, social, and psychological patterns through the choices you make — and how you make them.
cd backend
pip install -r requirements.txt
# Add your API key
cp .env.example .env
# Edit .env and add your ANTHROPIC_API_KEY
# Run server
uvicorn main:app --reload --port 8000cd frontend
npm install
npm startApp runs at http://localhost:3000
- 7 rounds of cinematic life scenarios
- Every choice is tracked — financially, socially, career, relationships
- Round 4: Your Shadow Self appears — the version of you who chose differently
- Behavioral tracking: time taken, hesitations, answer changes are all recorded silently
- End debrief: Full psychological + financial personality report based on BOTH your choices AND how you made them
- Backend: Python + FastAPI + Anthropic SDK
- Frontend: React (CRA) + vanilla CSS
- AI Engine: Claude Sonnet via Anthropic API
backend/
main.py ← All API endpoints + Claude prompts
requirements.txt
.env.example
frontend/src/
App.js ← Full game logic + all screens
App.css ← Dark cinematic UI
- Boot the simulation
- Play 3-4 rounds live
- Let the Shadow Self reveal hit
- Skip to debrief to show the full personality report
- Point out the emotional insights section — it reads their hesitations, not just their choices
Built for Anthropic x UMD Hackathon 2026