---
title: "Showcase: MyBodyTutor — Nutrition Coaching App"
description: How MyBodyTutor leverages Capacitor to build a cross-platform app for personalized weight-loss coaching with human accountability.
date: 
  created: 2025-07-20
  updated: 2025-07-20
authors:
  - robingenz
categories:
  - Capacitor
  - Showcase
links:
  - MyBodyTutor Website: https://www.mybodytutor.com/
  - MyBodyTutor in App Store: https://apps.apple.com/us/app/bodytutor/id1503217320
  - MyBodyTutor in Play Store: https://play.google.com/store/apps/details?id=com.mybodytutor.app
---

# Showcase: MyBodyTutor - A Personalized Nutrition and Weight Loss Coaching App

[MyBodyTutor](https://www.mybodytutor.com/){:target="_blank"} is a weight loss and nutrition coaching service built around human connection and personalized accountability. Built with Capacitor, this cross-platform app gives clients daily one-on-one coaching support instead of a standard diet and exercise program.

<!-- more -->

## Introduction

MyBodyTutor focuses on the psychological and behavioral aspects of sustainable weight loss. Unlike automated or AI-driven solutions, MyBodyTutor pairs each client with a dedicated human coach who provides daily support, accountability, and personalized guidance.

The app is built using Capacitor, allowing the MyBodyTutor team to use web technologies while delivering a native mobile experience across iOS and Android platforms. This cross-platform approach has enabled them to efficiently serve over 10,000 users while maintaining a lean development team.

<div markdown>
![MyBodyTutor Screenshot](/blog/showcase-mybodytutor/screenshot-1.png){ width="220" }
![MyBodyTutor Screenshot](/blog/showcase-mybodytutor/screenshot-2.png){ width="220" }
![MyBodyTutor Screenshot](/blog/showcase-mybodytutor/screenshot-3.png){ width="220" }
</div>

## Features

The MyBodyTutor app provides these features for clients throughout their weight loss journey:

- **Daily Coach Communication**: Direct messaging with assigned personal coaches
- **Food Tracking**: Log meals and receive personalized feedback
- **Workout Logging**: Track exercise activities and progress
- **Progress Photos**: Visual tracking of transformation journey
- **Inspirational Content**: Access to motivational articles and videos
- **Custom Reminders**: Personalized notification system
- **Extensive Customization**: Tailored app experience based on individual preferences

The app's standout feature is its emphasis on Mindset, Psychology, and Habits (MPH) transformation. Rather than providing generic meal plans, coaches create 100% unique plans around each client's food preferences, lifestyle, and psychological relationship with food and exercise.

## Monetization

MyBodyTutor operates on a coaching service model rather than traditional in-app purchases. The company focuses on high-value, personalized coaching relationships, serving between 750-1,000 active clients depending on the season.

The service includes a 100% risk-free, 30-day money-back guarantee.

## Development

MyBodyTutor's app is built with a modern technology stack:

- **Angular** as the web framework
- **Ionic Framework** for UI components
- **Capacitor** as the cross-platform layer
- **Sentry** for monitoring
- **Uploadcare** for media management
- **Auth0** for authentication

The app uses several Capacitor plugins to provide native functionality:

```
@capacitor/app
@capacitor/camera
@capacitor/filesystem
@capacitor/haptics
@capacitor/keyboard
@capacitor/local-notifications
@capacitor/network
@capacitor/preferences
@capacitor/share
@capacitor/splash-screen
@capacitor/status-bar
@capawesome-team/capacitor-datetime-picker
@capawesome-team/capacitor-file-compressor
@capawesome/capacitor-android-edge-to-edge-support
@capawesome/capacitor-file-picker
@capawesome/capacitor-live-update
@capgo/capacitor-navigation-bar
```

The MyBodyTutor app has been in continuous development since 2016, starting with the original Ionic/Angular/Cordova stack and moving to Capacitor as it matured. The development process has involved thousands of hours of iteration and refinement across multiple versions.

The development is primarily handled by CTO Jonathan Bennett, with support from a small team of freelancers when needed, typically involving 1-3 people actively working on the app at any given time.

## Q&A

**Q: Why did you choose Capacitor over other cross-platform solutions?**

**A**: "From what I've seen and worked with, it seems to be the easiest way to get a reliable cross-platform mobile app launched. You can use whichever framework you're already familiar with and gain access to native functions quickly. They've continued to improve it over the years and it's solid." - Jonathan Bennett, CTO

**Q: What challenges did you face during development?**

**A**: "In the earlier days, the best practices for mobile app development were not as well understood, and we faced some tricky bugs that took some time to figure out. The Ionic/Capacitor ecosystem was not as mature as it is now. We also learned that it's helpful to have in-house developers who can pick up any slack that an agency might have."

**Q: What are your future development plans?**

**A**: The team plans to focus on UX/UI improvements, more customization options, adding offline support, and implementing charts to help clients better track and understand their progress.

**Q: What's your most valuable tip for Capacitor developers?**

**A**: "It's worth paying for the paid content out there to get up to speed quickly with using it. Besides that, AI tools such as Claude Code seem to understand Angular and Capacitor pretty well, so you can also use that to help double-check your work and troubleshoot potential issues."

**Q: How satisfied are you with Capacitor?**

**A**: Jonathan rates his satisfaction as 9 out of 10, noting that "it's not as popular as some options such as React Native, but there is still a helpful community of developers using it that you can learn from."

## Related Posts

- [Showcase: Appreciation Jar — Messages App](./showcase-appreciation-jar.md)
- [Showcase: CostPal - Price tracking app for Costco](./showcase-costpal.md)
- [Showcase: LEAGUES - The visual football app](./showcase-leagues.md)

## Conclusion

If your app is built around messaging, media upload and reminders, follow MyBodyTutor's route: pick the web framework your team already knows, add Ionic Framework for the UI, and reach for a Capacitor plugin only when you need a native API. One to three developers keep the app running on iOS and Android for 750-1,000 active clients that way.

Before you start, budget for learning material. Jonathan recommends paying for good Capacitor content to get up to speed, then using AI tools such as Claude Code to double-check your Angular and Capacitor work.

*Interested in learning more about MyBodyTutor? Visit their website at [mybodytutor.com](https://www.mybodytutor.com/){:target="_blank"} or download the app from the [App Store](https://apps.apple.com/us/app/bodytutor/id1503217320){:target="_blank"} or [Google Play Store](https://play.google.com/store/apps/details?id=com.mybodytutor.app){:target="_blank"}.*

**You want to showcase your Capacitor app?** Reach out to us at [support@capawesome.io](mailto:support@capawesome.io). We would love to feature your app in our next showcase post!
