A simple fitness tracker app built with Laravel and Filament.
- 🏋🏻 track your sets, reps, and weight for each exercise
- 💪 view your progress over time with charts and graphs
- 📐 save body measurements and track your weight
- DEMO site: demo.repflux.app
- FREE cloud version is available at repflux.app
- workout logging
- body measurements
- weight tracking
- progression widgets/charts/reports
- PR tracking
- PWA
- full dark mode support
- multilingual (English, Hungarian)
- imperial / metric support
Installation for php-fpm + web server:
- Clone the repository
- Run
npm install - Run
npm run build - Run
composer install - Copy
.env.exampleto.env - Modify
.envaccording to your taste - Run
php artisan key:generate - Run
php artisan migrate - Profit!
TBD.
You can enable demo mode by adding the following lines to your .env file:
APP_DEMO=true
APP_DEMO_EMAIL=demo@repflux.app
APP_DEMO_PASSWORD=YOUR_DEMO_PASSWORD_CAN_BE_ANYTHINGThen run the following command:
php artisan migrate:fresh --seed --seeder=DemoSeederThis will recreate all database tables and create a single user with a tenant and some fake data.

