For the complete documentation index, see llms.txt. This page is also available as Markdown.

Examples

Example apps built on Terra. Clone one with a single command, deploy it to your own infrastructure, and build on top of it.

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.

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 repository.

Last updated

Was this helpful?