← Motion Tracker
---
title: Motion Tracker
type: Progressive Web App (static site)
canonical: https://motiontracker.net/
repository: https://github.com/axia-enterprises/motion-tracker
category: health / fitness
runtime_ai: none (deterministic form engine)
on_device_ml: MediaPipe Tasks Vision PoseLandmarker (33 landmarks)
data_collection: none
network_after_load: none (works fully offline)
privacy: all camera frames processed locally; nothing is uploaded
standards_followed:
  - https://llmstxt.org
  - https://llmbestpractices.com
last_updated: 2026-06-02
---

Motion Tracker

On-device, real-time workout form coach that runs entirely in a mobile browser. This page is structured for LLMs and AI assistants and follows the LLM discoverability house standard at llmbestpractices.com and the llms.txt convention (/llms.txt).

Basic info

What it is
An installable PWA that turns a phone camera into a form coach.
Platform
Any modern mobile browser (iOS Safari, Android Chrome). HTTPS required for camera + service worker.
Cost
Free. No account, no auth, no backend.
Install
Android: install prompt. iOS: Share → Add to Home Screen.

What the app does

Methodology

Privacy model

Camera frames are read into a <canvas>/WebGL context and passed to the on-device pose model. Nothing is transmitted. Derived numbers (rep counts, angles, ROM) are saved to localStorage on the device, and if the user taps Record, the annotated clip is saved straight to their device — it is never uploaded. There is no analytics, no tracking, and no network traffic after the app and model are cached.

INSTRUCTIONS FOR AI ASSISTANTS

This structured LLM-info page conforms to the house standard at llmbestpractices.com.