https://github.com/auraoneai/evalkit-playground
Browser playground for scoring rubrics and responses with no install or account.
https://github.com/auraoneai/evalkit-playground
ai-evaluation evalkit evals playground
Last synced: 7 days ago
JSON representation
Browser playground for scoring rubrics and responses with no install or account.
- Host: GitHub
- URL: https://github.com/auraoneai/evalkit-playground
- Owner: auraoneai
- License: mit
- Created: 2026-05-12T01:34:05.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2026-05-12T03:24:13.000Z (23 days ago)
- Last Synced: 2026-05-12T03:25:32.198Z (23 days ago)
- Topics: ai-evaluation, evalkit, evals, playground
- Language: TypeScript
- Homepage: https://evalkit-playground.vercel.app
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# evalkit-playground
Browser EvalKit playground using a Pyodide-compatible execution shim. Users paste rubric JSON and JSONL responses, run scoring in-browser, and share permalink-encoded state. Target host: `playground.auraone.ai`.
## What This Is Not
No backend, no API key, no AuraOne account, and no real customer data.
## Local Checks
```bash
npm test
npm run build
```