A gentle, goal-setting and routine scheduling web app that helps neurodivergent people take small daily steps toward better well-being.
Team MindWave β Hackathon 2025
- David Tovmasyan β Frontend programer
- Roman Gumeniuk β Frontend programer
- Julian Rybarczyk β Backend programer
- Dominik Wojtysiak - PM
- Szymon Maciejewski - Meritorical support
Many people struggling with mental health issues find it hard to stay motivated or track healthy habits.
We wanted to make something that feels comforting, simple, and supportive β not overwhelming.
Thatβs how Olaf was born β a friendly seal talisman π¦ that helps users set realistic goals like:
- Walking 10,000 steps
- Eating 2,000 calories
- Drinking 2 liters of water
- Sleeping 8 hours
Olaf celebrates progress, encourages balance, and reminds users that every small step counts π.
- β¨ Create and track custom daily goals
- π Visualize your progress over time
- π¦ Motivational mascot "Olaf" reacts to your success
- π Smart reminders and gentle nudges
- π» Cross-platform web app (mobile-friendly)
Frontend: SvelteKit + TypeScript + TailwindCSS
Backend: Express.js + TypeScript
git clone https://github.com/David-Tovmasyan/Hackyeah_2025_Borbi_dev.git
cd frontend && npm install
npm run dev
_in another terminal_
cd backend && npm install
npm run dev