Skip to content

Latest commit

 

History

History

README.md

@a5c-ai/ui (Phase 6)

Local read-only UI built with Next.js + Tailwind.

Configuration

Set env vars for the UI process:

  • A5C_REPO: absolute or relative path to a git repo
  • A5C_TREEISH (optional): commit/ref to render (default: HEAD)
  • A5C_INBOX_REFS (optional): comma-separated list of inbox refs

Run

From repo root:

  • pnpm -C apps/ui dev