https://github.com/cipher982/llm-benchmarks-dashboard
the frontend/backend services for visualizing and dashboarding llm-benchmarks service repo
https://github.com/cipher982/llm-benchmarks-dashboard
Last synced: 3 months ago
JSON representation
the frontend/backend services for visualizing and dashboarding llm-benchmarks service repo
- Host: GitHub
- URL: https://github.com/cipher982/llm-benchmarks-dashboard
- Owner: cipher982
- Created: 2023-10-24T00:14:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-04T21:04:57.000Z (4 months ago)
- Last Synced: 2026-03-05T02:18:42.566Z (4 months ago)
- Language: TypeScript
- Homepage: https://llm-benchmarks.com
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [llm-benchmarks.com](https://llm-benchmarks.com)
[](https://stats.uptimerobot.com/JLmzRuRDp5)
[](https://stats.uptimerobot.com/JLmzRuRDp5)

Frontend/backend code for https://github.com/cipher982/llm-benchmarks
### Environment configuration
- NODE_ENV: required. Must be `production` or `development`. The server refuses to start if missing/invalid.
- ADMIN_API_KEY: required in production. Used for all admin-protected endpoints via `x-admin-key` header.
- DISABLE_CORS: optional. If set to `true`, CORS is disabled (allow all origins). Do not use in production.
- MONGODB_URI, PORT, FRONTEND_URL: standard service configuration.
Notes:
- Manual data generation endpoint `/admin/generate-data` is protected by `x-admin-key` in production and is mostly for debugging; a cron job runs every 30 minutes automatically.