README.md
August 11, 2025 ยท View on GitHub
![]()
Wingfit
๐๏ธ The wingman for your fitness

๐ Table of Contents
- ๐ฆ About
- ๐ฑ Getting Started
- ๐ธ Demo
- ๐ง Roadmap
- ๐ License
- ๐ค Contributing
- ๐ ๏ธ Tech Stack
๐ฆ About
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.
๐ฑ Getting Started
If you need help, feel free to open an issue.
Deployment is designed to be simple using Docker.
Option 1: Docker Compose (Recommended)
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
Option 2: Docker Run
# 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:5
Refer to the configuration documentation to set up OIDC authentication and other settings.
๐ธ Demo
A demo is available at Wingfit.fr.
![]() | ![]() |
![]() | ![]() |
![]() | ![]() |
๐ง Roadmap
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).
๐ License
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.
๐ค Contributing
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
๐ ๏ธ Tech Stack
Frontend
- ๐ ฐ๏ธ Angular 19
- ๐๏ธ PrimeNG 19
- ๐จ Tailwind CSS 4
Backend
- ๐ FastAPI, SQLModel
- ๐๏ธ SQLite





