A full-stack sleep recovery application built with React, Django, PostgreSQL, and AI.
- Frontend: React + Vite, React Router DOM, Axios
- Backend: Django REST Framework, JWT Authentication
- Database: PostgreSQL
- AI: Anthropic Claude API (personalized recovery plans)
- Infrastructure: Docker + Docker Compose
- Log 6 objective biometric metrics from your wearable device
- Weighted recovery score calculated server-side
- AI-generated personalized daily plan (Energy, Workout, Focus)
- Sleep history tracking
- JWT authentication
- Clone the repo
- Create
server/.envwith your credentials - Run
docker-compose up --build - Visit
http://localhost:5173