> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/developer-tools/example-apps.md).

# Example apps

Start from a working app instead of a blank project. Each one is a complete Terra integration.

```bash
npm create tryterra-app
```

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Terra Basecamp</strong></td><td>Unified API</td><td>Wearable connections, webhook ingestion, deduplication, a dashboard, and an AI assistant.</td><td><a href="/pages/XJHY75aQP2BbLEDQP9Wb">/pages/XJHY75aQP2BbLEDQP9Wb</a></td></tr><tr><td><strong>Terra Grip</strong></td><td>Streaming, producer</td><td>Pair a wearable in React Native and stream live biometrics to Terra.</td><td><a href="/pages/bOTOuEOK9smIROFHu4nd">/pages/bOTOuEOK9smIROFHu4nd</a></td></tr><tr><td><strong>Terra Pulse</strong></td><td>Streaming, consumer</td><td>Open a WebSocket from a React web app and render the stream live.</td><td><a href="/pages/rnOPaJeoZ9V0WcNKYlHT">/pages/rnOPaJeoZ9V0WcNKYlHT</a></td></tr><tr><td><strong>Terra Panel</strong></td><td>Lab Reports</td><td>Upload a lab report PDF and read standardized biomarkers against a patient's wearable history.</td><td><a href="/pages/zQhRyWQrCXz0QPd8qRAq">/pages/zQhRyWQrCXz0QPd8qRAq</a></td></tr><tr><td><strong>Terra Dispatch</strong></td><td>Vantage</td><td>Order test kits, track fulfilment, and deliver FHIR results.</td><td><a href="/pages/wmZq6bh0aByE0kHLdTkt">/pages/wmZq6bh0aByE0kHLdTkt</a></td></tr></tbody></table>

{% hint style="info" %}
Panel and Dispatch run locally in demo mode with no credentials, so you can read the code against a working app before setting anything up.
{% endhint %}

<a href="https://github.com/tryterra/terra-examples" class="button secondary" data-icon="github">Browse terra-examples</a>
