Evalite

Test your LLM-powered apps with TypeScript. No API key required.
GitHub
445
Created 3 months ago, last commit 9 days ago
8 contributors
371 commits
Stars added on GitHub, month by month
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
2
3
4
5
6
7
8
9
10
11
12
1
2024
2025
Stars added on GitHub, per day, on average
Yesterday
+1
Last week
+1.7
/day
Last month
+2.4
/day
npmPackage on NPM
evalite
0.8.4
Monthly downloads on NPM
0
0
0
0
0
0
0
0
0
0
2
3
4
5
6
7
8
9
10
11
12
1
2024
2025
README

Evalite: the TypeScript-native, local-first tool for testing LLM-powered apps.

Contributing

  1. Create a .env file inside packages/example containing an OPENAI_API_KEY:
OPENAI_API_KEY=your-api-key
  1. Run pnpm run dev. This will:
  • Run the TS type checker on evalite, evalite-core
  • Run some tests at evalite-tests
  • Run the UI dev server at http://localhost:5173
  • Run evalite watch on the examples in packages/example

Important

You may need to run pnpm build in root, then npm link inside packages/evalite to get the global evalite command to work.