FitTrack
โšก Start streak
โ€”
Current kg
โ€”
This month
0
Total logs
Log Weight
Track your daily weigh-in
โšก Daily Motivation
Today's Weight
kg
Goal Progress
Set a goal weight in Settings to track your progress here.
Recent Entries
Progress
Your weight journey over time
Summary
Workout
No active schedule
This Week's Volume
Week 1
Settings
Profile, goals, schedules and data
Profile
Your Name
โ€”
Goal Weight
Target Body Weight
in kg
Backup & Restore
Export Data
Save a full backup as JSON file
Import Data
Restore from a previous backup
๐Ÿ’ก A daily backup reminder appears at the top of the app each day. Import replaces all current data โ€” keep your backup file safe.
Workout Schedules
๐Ÿ’ก Why don't DEFAULT_DAYS edits apply? After first launch, your schedule is saved to device storage (localStorage). Editing DEFAULT_DAYS in the HTML source only applies to a brand-new install with no saved data. Edit exercises directly in the Workout tab using the โœ๏ธ Edit button instead.
CSV Format Guide
In Excel: File โ†’ Save As โ†’ CSV (Comma delimited). Use these exact column names:
Day,Exercise,Sets,Reps,Rest,Type Monday,Barbell Bench Press,4,8-10,75s,weighted Monday,DB Shoulder Press,3,10-12,60s,weighted Wednesday,Zone 2 Cardio,1,25 min,โ€”,bodyweight Wednesday,Hip Flexor Lunge Stretch,1,45-60s,โ€”,bodyweight Saturday,Goblet Squat,4,45s,15s,weighted
๐Ÿ’ก Type column: use weighted (shows kg input) or bodyweight (shows Done โœ“ checkbox). Day names must match exactly: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
Data
Clear Weight Logs
Delete all weigh-in entries
Privacy & Data Storage
โœ… Zero network calls โ€” ever
โœ… All data stored only in this device's localStorage
โœ… No analytics, no tracking, no servers
โœ… Works fully offline, no internet needed
โš ๏ธ How "local" works: Your data persists across sessions in this browser/app's localStorage. The web page (browser on your Mac) and the iOS app (built via Xcode) have separate storage โ€” changes in one won't appear in the other. When you rebuild in Xcode, the latest HTML source is bundled, so code changes (like exercises) update, but your logged data stays on each device separately.