cd /news/artificial-intelligence/calorie-tracker-for-my-garmin-watch · home topics artificial-intelligence article
[ARTICLE · art-98210] src=ashu1461.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Calorie tracker for my Garmin watch

A developer built a calorie tracker for Garmin watches using ChatGPT to identify food from photos, Supabase for storage, and the Garmin Connect SDK for the watch face, with a web dashboard for detailed views. The system estimates calories, stores entries by meal type and date, and displays total calories consumed on the watch and web.

read2 min views1 publishedAug 15, 2026
Calorie tracker for my Garmin watch
Image: Ashu1461 (auto-discovered)

I am already using my Garmin watch to track my steps and calories burned. I wanted to add a simple calorie tracker to it, so I can see how many calories I have eaten and what the breakdown is.

I also did not want to use any heavy frameworks to build this and did not want to pay for any third party apps as well.

Desired workflow# #

  • I send a photo of the food along with the nutrition information (if available) I am eating to ChatGPT.
  • ChatGPT identifies the food, estimates its calories, and saves the entry in the backend via a MCP endpoint.
  • The backend stores the food item, calorie count, meal type, and date.
  • The calorie tracker on my Garmin watch fetches today’s data from the backend and displays the total calories consumed.
  • A frontend dashboard to fetch the same data and display it in a more detailed way.

Implementation# #

  • I ended up using Supabase to store the data because it has a MCP endpoint and a simple database.
  • For the UI surfaces, I used the Garmin Connect SDK to build a watch face and a web app powered by ChatGPT sites.
  • Surprisingly Garmin had a very streamlined process for building and deploying a watch face. Once I uploaded the plugin, I could sync it directly to my watch and see the changes immediately.
  • Rest once the stack was decided Claude did the heavy lifting of the implementation and I just had to wire it up.

In production# #

The end result with an overview on the left and a detailed view on the right. The watch face shows the total calories consumed today, while the detailed view shows the breakdown of protein, carbs, and fat.

And the same number is displayed on the web as well, with a trend graph.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @garmin 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/calorie-tracker-for-…] indexed:0 read:2min 2026-08-15 ·