12/5/2023

Tempo Studio

A documentation site that ships changelogs, benchmarks, and tooling notes.

Tagsdxdocumentationautomation

Brief

Tempo Studio needed a site that could publish engineering notes, component updates, and build performance in one place.

Execution

  • Built an MDX pipeline with typed front matter and automatic release note compilation.
  • Added a preview deploy hook that runs linting, type checks, and visual regression snapshots.

Build snippet

steps:
  - run: pnpm lint
  - run: pnpm typecheck
  - run: pnpm build
  - run: pnpm deploy