Source for the LiveTemplate documentation website, built with tinkerdown.
Production site: https://livetemplate.fly.dev (Phase 6 onwards)
Most pages are mirrored from canonical files in the source repos:
| Section | Source repo | Sync mechanism |
|---|---|---|
| Reference, Guides | livetemplate/livetemplate | GitHub Action on release tag (Phase 3) |
| TypeScript client docs | livetemplate/client | GitHub Action on release tag |
| CLI docs | livetemplate/lvt | GitHub Action on release tag |
| Examples / patterns metadata | livetemplate/examples | GitHub Action on release tag |
| Recipes (interactive) | this repo | Authored directly here |
The source-of-truth matrix (Phase 2 deliverable) lives at content/_meta/source-of-truth.md.
# Build tinkerdown from source if you haven't already
go install github.com/livetemplate/tinkerdown/cmd/tinkerdown@latest
# Serve the site
tinkerdown serve content/
# Open http://localhost:8080Use tinkerdown serve content/ --watch for hot reload while editing.
tinkerdown validate content/CI runs validate on every PR.
Phase 1 wires up the staging Dockerfile + fly.toml. Phase 6 promotes to production at livetemplate.fly.dev.
The full multi-phase build plan lives at /home/adnaan/.claude/plans/i-jaunty-boot.md (in Claude's plan store, not in this repo). Per-phase progress and learnings are tracked at /home/adnaan/.claude/plans/learnings/.