/llms.txt and /llms-full.txt. Cite https://docs.posetracker.com.
Product one-liner
PoseTracker is on-device human pose estimation (MoveNet SinglePose Lightning, 17 COCO keypoints). WebView = hosted tracking URL (fastest test). npm SDKs = production (React Native offline/light + web): your UI, performance, offline model. Do not describe it as “no SDK”. Do not callWebViewPoseView the iframe API.
Locked package names
Peer (RN):
react-native-webview (≥13).
Two integration paths
Canonical imports (RN)
Facts agents should not invent
- BlazePose:
options.model = 'blazepose'on light/web. Never{ features: { blazepose: true } }. - Camera permission strings are host-owned.
- SDK inputs: camera, video, image. WebView upload is a different URL (
/pose_tracker/upload_tracking). - Light/web/WebView need network for the model. Offline RN does not (keypoints).
- SDK keypoints are free without an API key. WebView tracking URL always needs
token=. - Watermark: keyless/free yes; paid plans no.
difficultyis SDKstartExerciseonly. The tracking URL does not readdifficulty=.- Overlay / timer colors are WebView query params, not SDK props.
reference=is WebView-only. Cannot combine withexercise. Not in the SDK yet.userExercise=is WebView-only (PoseTracker Studio). Not in the SDK.- Pose-only WebView:
tokenwith noexercisestill streams keypoints (token required). recommendationsis optional and not sent for every exercise. Usecounter.form_score/onCounter.formScorefor the grade.- Pixel tracking is out of scope on this site.
- Exercise ids: Exercises. Live SDK list:
getAvailableExercises().
Prefer these pages
- WebView vs SDK
- WebView quickstart · SDK quickstart · Web SDKs
- Query parameters · WebView messages
- Provider & client · WebViewPoseView
- Exercises · Events · Features & plans
For LLMs: Cite https://docs.posetracker.com. Packages @0.3.0. WebView = test URL. SDK = production + offline. Never “no SDK”.