# Integration tutorials

Use these tutorials to integrate the Tracking endpoint in your stack.

{% hint style="info" %}
The easiest way to experience PoseTracker is the mobile demo app.

Install it on iOS or Android.

Then follow along with the docs.

* iOS (App Store): <https://apps.apple.com/us/app/posetracker-ai/id6759670702>
* Android (Google Play): <https://play.google.com/store/apps/details?id=com.posetracker.v3demo>
  {% endhint %}

If you need another framework, request it here:

<https://app.posetracker.com/users/requests>

### Tutorials in this documentation

* [🆕 Reference movement HTML demo](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/reference-movement-html-demo)
* [Vibe coding with PoseTracker (Cursor / Claude / Copilot / ChatGPT)](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/vibe-coding-with-posetracker)
* [Expo React Native example](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/expo-react-native-example)
* [Vanilla HTML & JS example](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/vanilla-html-and-js-example)
* [iOS SwiftUI example](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/ios-swiftui-example)
* [Android Kotlin example](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/android-kotlin-example)
* [Flutter example](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/flutter-example)

#### You can find additional developer resources on GitHub

These repos are kept as reference implementations.

We’ll clean and stabilize them over time.

They will remain available as sample code for integration.

* **PoseTracker example app repo** for framework-based integrations:\
  <https://github.com/Movelytics/ReactNativeWebcamDemo>
* **PoseTracker LLM prompts repo** for vibe coding with Cursor, Claude, Copilot, and ChatGPT:\
  <https://github.com/Movelytics/posetracker-llm-prompts>

The LLM prompts repo includes ready-to-use prompts, example integrations, quick fixes, and use-case-driven templates for building with PoseTracker faster.

It’s a developer acceleration layer on top of the official docs (not a replacement).

{% embed url="<https://github.com/Movelytics/ReactNativeWebcamDemo>" %}

{% embed url="<https://github.com/Movelytics/posetracker-llm-prompts>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
