diff --git a/packages/evalite/readme.md b/packages/evalite/readme.md index 1767d80..57f43d1 100644 --- a/packages/evalite/readme.md +++ b/packages/evalite/readme.md @@ -1,11 +1,12 @@ # Evalite -The TypeScript-native, open-source tool for testing LLM-powered apps. +The TypeScript-native, local-first tool for testing LLM-powered apps. -- Fully open source: **No API Key required** -- Based on Vitest -- Terminal UI for quick prototyping -- Supports tracing and custom scorers +- Fully open source: **No API Key required**. +- Local-first: runs on your machine, your data never leaves your laptop. +- Based on [Vitest](https://vitest.dev/), the best TypeScript test runner around. +- Terminal UI for quick prototyping. +- Supports tracing and custom scorers. ## Quickstart diff --git a/readme.md b/readme.md index 1767d80..57f43d1 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,12 @@ # Evalite -The TypeScript-native, open-source tool for testing LLM-powered apps. +The TypeScript-native, local-first tool for testing LLM-powered apps. -- Fully open source: **No API Key required** -- Based on Vitest -- Terminal UI for quick prototyping -- Supports tracing and custom scorers +- Fully open source: **No API Key required**. +- Local-first: runs on your machine, your data never leaves your laptop. +- Based on [Vitest](https://vitest.dev/), the best TypeScript test runner around. +- Terminal UI for quick prototyping. +- Supports tracing and custom scorers. ## Quickstart