StrongStats is a web app that lets you upload your Strong app workout export (strong.csv
) and view your training progress in interactive charts.
- Upload your Strong CSV export
- View top sets per day
- Filter by exercise and metric (weight, reps, volume)
- All data stays local, no server

-
Clone the repository:
git clone https://github.com/joeribreedveld/strong-stats.git
-
Navigate to the project directory:
cd strong-stats
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
Contributions are welcome! Please open an issue or submit a pull request.