[ 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 (available at FitAI): 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 (this repository): Integrates health guidance directly into your coding workflow.
Each component has detailed setup instructions available in their respective repositories.
The extension is written in Typescript. To build and run it locally, you need to do the following:
- Configure Node.js 22 LTS on your machine.
- Open the project in Visual Studio Code.
- Install the nessary packages using
npm install
. - Build the extension via
npm run compile
. - Start a new VSCode instanse via the
Run and Debug
VSCode menu. - Enjoy! 🎉
-
Pomodoro Timer Integration
Work in focused intervals with scheduled breaks to boost productivity and prevent mental fatigue. -
Smart Break Reminders Get nudges to stretch, hydrate, and correct your posture—because small habits make a big difference.
-
Customizable Work Intervals
Adapt the Pomodoro technique to fit your workflow with adjustable session lengths and break times. -
Seamless FitAI Ecosystem Integration
Sync with FitAI’s AI-driven coaching to track and improve your health over time.
![]() |
![]() |
![]() |
![]() |
We welcome contributions to the FitAI ecosystem! Follow these steps:
- Fork the repository: https://github.com/x2oreo/FitAI-vscode-extension/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.