A voice-activated nutrition tracking system built on iOS Shortcuts, designed for endurance athletes who need hands-free logging and real-time statistics during long training sessions and events.
Track nutrition intake during cycling, running, triathlon, ultramarathon, or any endurance activity without breaking focus. Voice commands enable logging while moving, with real-time summaries to monitor fueling strategy.
- Voice-Activated Logging - Log items hands-free via Siri
- Backdated Entries - Record items consumed minutes ago
- Real-Time Statistics - Check calories/hr and carbs/hr mid-activity
- Edit Incomplete Entries - Update items where values were unknown
- Session Tracking - Automatic grouping of entries by date/time
- Performance Optimized - Efficient queries with thousands of entries
See docs/quick-start.md for 10-minute setup.
- iPhone with iOS 26.0 or later
- Data Jar app (free from App Store)
- iCloud enabled (recommended)
Download all 5 files from shortcuts/release/:
- Log Nutrition.shortcut
- Nutrition Summary.shortcut
- Edit Recent Entry.shortcut
- Nutrition Get Entries.shortcut
- Nutrition Calculate Stats.shortcut
IMPORTANT: Use shortcuts/release/ files (not shortcuts/latest/)
- Tap each .shortcut file
- Tap "Add Shortcut"
- Verify all 5 appear in Shortcuts app
After importing, check these exact names in Shortcuts app:
| Shortcut | Required Name |
|---|---|
| Helper 1 | Nutrition: Get Entries |
| Helper 2 | Nutrition: Calculate Stats |
Note the colon after "Nutrition" - this is required.
If missing, long press ->' Rename ->' add the colon.
- "Log food" ->' Log Nutrition
- "Fuel check" ->' Nutrition Summary
See docs/installation.md for full details.
"Hey Siri, log food"
- Speak item name
- Enter calories (0 if unknown)
- Enter carbs in grams (0 if unknown)
- Choose timing (Just now / Earlier)
- Confirm to save
"Hey Siri, fuel check"
Enter hours to review. Output example:
Last 3 hours:
Items: 5
Calories: 450 (150/hr)
Carbs: 95g (32g/hr)
Items without data: 1
- Open Shortcuts app
- Run "Edit Recent Entry"
- Select item
- Enter correct values
nutrition-tracker/
|-- shortcuts/
| |-- latest/ <- Development files (hyphenated names)
| -- release/ <- Import-ready files (correct iOS names)
|-- docs/
| |-- quick-start.md
| |-- user-guide.md
| |-- installation.md
| |-- architecture.md
| -- logic/ <- Pseudocode for each shortcut
-- tests/
|-- test-plan.md
-- field-test-template.md
v1.0 (Current)
- Core logging and summary
- Voice activation
- Edit functionality
- Performance optimization
v1.1 (Planned)
- Quick Log menu for common items
- CSV export for analysis
- Automated backup to iCloud Drive
- Enhanced edit function: Edit any recent entry (not just incomplete)
v2.0 (Future)
- Apple Watch support
- Training platform integration
- Predictive alerts
See CONTRIBUTING.md for guidelines.
MIT License - See LICENSE for details.
Version: 1.0.1
Last Updated: February 18, 2026
Compatibility: iOS 26.0+