> 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/introduction/examples.md).

# Examples

Complete, runnable apps that show how the pieces of a Terra integration fit together. Each one is a full working project you can scaffold with a single command, deploy to your own infrastructure, and use as a starting point for your own app.

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

Prefer to let an AI coding agent do it? Paste this into Claude Code (or Cursor, Copilot, and similar tools) and it will scaffold, configure, and deploy an example for you:

```
Set up the Terra Basecamp example app for me:
npx --yes create-tryterra-app@latest terra-basecamp --template unified-api-web-app --yes --json
Then read the generated AGENTS.md and follow it to fill in .env and deploy with npm run setup. Ask me for any credentials (Cloudflare, Neon, Terra) you need.
```

The examples live in the [`terra-examples`](https://github.com/tryterra/terra-examples) repository.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Terra Basecamp</strong></td><td><strong>What it is:</strong> A full health data platform: wearable connections, webhook ingestion, multi-device deduplication, a unified dashboard, and an AI health assistant.</td><td><strong>Stack:</strong> React 19, Hono on Cloudflare Workers, Neon Postgres, and an LLM assistant using Durable Objects.</td><td><a href="/files/ERaSMRricn6EIyn1UaIi">/files/ERaSMRricn6EIyn1UaIi</a></td><td><a href="/pages/Lmqe2xKJp2sNwcUjWiG9">/pages/Lmqe2xKJp2sNwcUjWiG9</a></td></tr></tbody></table>
