ποΈ The wingman for your fitness
- π¦ About
- π± Getting Started
- πΈ Demo
- π§ Roadmap
- π License
- π€ Contributing
- π οΈ Tech Stack
Wingfit is a minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data.
Demo is worth a thousand words, head to πΈ Demo.
π Privacy-First β No telemetry, no tracking, fully self-hostable. You own your data. Inspect, modify, and contribute freely.
If you need help, feel free to open an issue.
Deployment is designed to be simple using Docker.
Use the docker-compose.yml file provided in this repository. No changes are required, though you may customize it to suit your needs.
Run the container:
docker-compose up -d# Ensure you have the latest image
docker pull ghcr.io/itskovacs/wingfit:5
# Run the container
docker run -d -p 8080:8000 -v ./storage:/app/storage ghcr.io/itskovacs/wingfit:5Refer to the configuration documentation to set up OIDC authentication and other settings.
A demo is available at Wingfit.fr.
New features coming soonTM, check out the development plan in the Roadmap Wiki. If you have ideas π‘, feel free to open an issue.
If you want to develop new feature, feel free to open a pull request (see π€ Contributing).
I decided to license Wingfit under the CC BY-NC-SA 4.0 β You may use, modify, and share freely with attribution, but commercial use is prohibited.
Contributions are welcome! Feel free to open issues if you find bugs and pull requests for your new features!
- Fork the repo
- Create a new branch (
my-new-wingfit-feature) - Commit changes
- Open a pull request
π °οΈ Angular 19- ποΈ PrimeNG 19
- π¨ Tailwind CSS 4
- π FastAPI, SQLModel
- ποΈ SQLite