💡MVP Features
🧠 1. Phase-Aware Daily Tip Generator
Let users pick what phase they’re in (Menstrual / Follicular / Ovulatory / Luteal), then show:
- A workout suggestion
- A nutrition tip
- A recovery suggestion
✅ Easy to build
✅ Helps users right away
✅ Can expand later with login, logging, progress
📝 2. Mood + Energy Tracker
Let users:
- Select today’s mood (low / neutral / high)
- Select energy level (low / medium / high)
- Show a supportive message based on combo
✅ Great first version of a "check-in"
✅ Teaches you about forms, conditional logic
📊 3. Cycle Phase Predictor (no auth)
Let users input:
- Start date of last period
- Average cycle length
Then show:
- What phase they’re in today
- What to focus on this week
✅ Introduces cycle logic
✅ Can plug into workouts/nutrition later