JSON Eval Viewer is a lightweight frontend for exploring exported DeepEval JSON results in a cleaner, more readable format.
Drop in an exported eval JSON file and the app generates an interactive view of the run. From there, you can filter cases by All, Pass, or Fail, then select an individual case to inspect its metrics, extracted fields, and actual-vs-expected output in more detail.
- Drag-and-drop or click-to-upload support for exported DeepEval JSON files
- Interactive pass/fail summary for the full eval run
- Case filtering by
All,Pass, andFail - Detailed per-case inspection view
- Field-by-field actual vs. expected comparison
- Quick review of metrics and endpoint data without reading raw JSON directly
- React
- TypeScript
- Vite
- CSS Modules
- GitHub Actions + GitHub Pages for deployment
npm install
npm run devTo create a production build:
npm run buildThis repo is configured for GitHub Pages via GitHub Actions.
To publish successfully, the repository must have GitHub Pages enabled under:
Settings -> Pages -> Build and deployment -> Source -> GitHub Actions
|
|
This is still an evolving internal tool and may change as the eval workflow grows.

