Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kaifronsdal/transcript-viewer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Transcript Viewer
A web-based viewer for AI conversation transcripts with support for rollbacks, branching conversations, and detailed analysis.
Quick Start (One Command)
Option 1: NPX (Recommended)
Run the transcript viewer locally without cloning or building:
npx @kaifronsdal/transcript-viewer@latest --dir ./transcriptsDevelopment
If you want to develop or customize the viewer:
Prerequisites
- Node.js 18+
- npm or pnpm
Setup
git clone git@github.com:safety-research/alignment-auditing-agent.git
cd alignment-auditing-agent
git checkout -b website
npm installDevelopment Server
npm run devBuilding
npm run buildPreview Production Build
npm run preview