[ FitAI ] · [ FitAI API ] · [ FitAI VS Code Extension ]
FitAI is an innovative ecosystem tailored specifically for developers who face challenges balancing health with their demanding coding schedules. Our solution simplifies achieving fitness goals by providing personalized workout and meal plans, AI expert advice and integration in the VSCode ecosystem.
The FitAI ecosystem consists of three primary components:
- Mobile Application (this repository): Offers personalized meal and workout plans tailored to your available time and financial situation. You can also chat with a personal AI health assistant, which is designed specifically for programmers
- AI Model API Server (available at FitAI API): Generates personalized fitness and meal plans based on your profile and preferences, and provides the AI chat assistant.
- Visual Studio Code Extension (available at FitAI VS Code Extension): Integrates health guidance directly into your coding workflow.
Each component has detailed setup instructions available in their respective repositories.
You may download the latest FitAI release here or via the following QR code:
App is made on Flutter (Dart), with an Emulator (mobile phone simulation) and Firebase for the data base. To build it locally, you need to do the following:
- Download and install the Flutter SDK.
- Add and configure the Android SDK. You may verify its installation via the
flutter doctor
command. - Connect an real/emulated Android 7.1 or higher device. You may verify it is available via the
flutter devices
command. - Start the application by running:
flutter run
.- Important notice
For Google authentication to properly work, you may need to build the application with development/production signing keys, registered to Firebase account. To view your local keys, you may run./gradlew signingReport
from within the/FITAI/android
directory.
- Important notice
- Enjoy! 🎉
![]() |
![]() |
![]() |
![]() |
We welcome contributions to the FitAI ecosystem! Follow these steps:
- Fork the repository: https://github.com/x2oreo/FitAI/fork
- Create a feature branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your message here"
- Push to your branch:
git push origin feature/your-feature-name
- Open a Pull Request
Your contributions will be reviewed and merged promptly!
FitAI is distributed under the MIT License. See the LICENSE file for more details.