Skip to main content

AccordKit Viewer

⚠️ Work in progress: This guide is not final and may change as AccordKit Cloud evolves.

The AccordKit Viewer is a Vite + React app that displays trace events.

Features

  • Drag & drop JSONL files
  • Provider/model badges
  • (Planned) live tail via SSE
  • (Planned) virtualized list for 10k+ events

Run locally

git clone https://github.com/accordkit/viewer
cd viewer
pnpm i
pnpm dev

Point live mode to: https://api.accordkit.dev/api/events?project=<id> (when Cloud is enabled).