Skip to main content

Overview

The Profile Settings section allows you to personalize your Track Better experience and view comprehensive statistics about your fitness journey. Your profile data is stored locally and can be synced across devices using the export/import feature.

Setting Your Username

Personalize your workout tracking experience by setting your username:
  1. Navigate to the Settings tab
  2. Look for the User Profile card
  3. Enter your name in the input field
  4. Your name is automatically saved and displayed with a welcome message
Your username will be included when you export your workout data, making it easy to identify your backup files.

Fitness Journey Statistics

Track Better automatically calculates and displays key metrics about your fitness progress:

Current Streak

🔥 Current Streak

Tracks consecutive days you’ve logged workouts. The streak counter increases each day you complete at least one exercise set.
The app calculates your streak by:
  • Starting from today and working backwards
  • Counting each day that has logged exercises
  • Breaking when it finds a day without any logged activity
  • Supporting up to 365 days of streak tracking
Example: If you’ve worked out every day for the past week, your streak will show “7 days”.

Total Days Logged

📅 Days Logged

The total number of unique days where you’ve tracked at least one workout or exercise.
This metric gives you a bigger picture of your consistency over time, regardless of gaps in your routine.

Sets Completed

💪 Sets Completed

The cumulative count of all exercise sets you’ve logged across all workouts and days.
Every time you log an exercise set (whether it’s push-ups, squats, or coding problems), this counter increases.

Statistics Display

Your fitness journey stats are displayed in an easy-to-read dashboard:
// Stats are calculated from your completedExercises data
{
  currentStreak: 7,        // 7 consecutive days
  totalDaysTracked: 45,    // 45 unique days with logs
  totalSetsCompleted: 234  // 234 total sets logged
}
All statistics are calculated in real-time from your local data and update immediately when you log new exercises.

Use Cases

Watch your streak grow to stay motivated. A visible streak counter encourages daily consistency.
See how many total days you’ve been active and how many sets you’ve completed to understand your long-term progress.
Use these metrics to set personal goals like “reach a 30-day streak” or “complete 500 total sets.”

Data Privacy

All profile data and statistics are stored locally on your device. No data is sent to external servers.
Your profile information includes:
  • Username
  • All workout logs and timestamps
  • Calculated statistics
See Data Sync to learn how to backup and transfer your profile data across devices.

Build docs developers (and LLMs) love