Kõik projektid
HaleView
A health-profile and progress application with local calculations, nutrition planning, and an optional AI assistant.
Projekti tehniline kirjeldus on inglise keeles.
Iseseisev projekt
Minu panus
I built the frontend and backend, including profile setup, progress tracking, account flows, and the Hale guidance interface.
Kuidas ma töötasin
- Separated deterministic calculations from optional online AI so the main application does not depend on an external model.
- Built guest and account paths with different storage rules, then added charts, nutrition workflows, and verification around those paths.

Mis see on
HaleView brings profile setup, activity records, progress charts, nutrition planning, and the Hale assistant into one application. Core calculations and local guidance work without online AI. Guest mode keeps the profile in the browser; account mode uses a backend and SQLite.
Funktsioonid
- Guest and account access
- Profile setup, records, and progress charts
- Nutrition and shopping workflows
- Local guidance with optional online AI
- Account verification, session refresh, and optional two-step sign-in
Tehnoloogiad
Kuidas jooksutada
git clone https://gitea.kood.tech/alekseyaleksandrovich/numbers-dont-lie.git
cd numbers-dont-lie
docker compose up --build
# Open http://127.0.0.1:27450