JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 37
  • Score
    100M100P100Q70497F
  • License MIT

A web-based viewer for AI conversation transcripts with rollback support

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)

    Run the transcript viewer locally without cloning or building:

    npx @kaifronsdal/transcript-viewer@latest --dir ./transcripts -f

    Option 2: RunPod Deployment

    For RunPod deployment, use the following command to make the service accessible from all interfaces:

    npx @kaifronsdal/transcript-viewer@latest --host 0.0.0.0 --port 8080 --dir /workspace/transcripts -f

    RunPod Setup:

    1. Create a new RunPod instance
    2. Expose port 8080 in your RunPod configuration
    3. Upload your transcript files to /workspace/transcripts/ (or specify a different directory)
    4. Run the command above
    5. Access your service via the RunPod public URL

    Development

    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 install

    Development Server

    npm run dev

    Building

    npm run build

    Preview Production Build

    npm run preview