confident-ai/deepeval

DeepEval for Typescript

Open

#2,734 opened on Jun 9, 2026

View on GitHub
 (12 comments) (2 reactions) (1 assignee)Python (1,677 forks)auto 404
documentationenhancementhelp wanted

Repository metrics

Stars
 (16,939 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi folks - we recently released our plans for Typescript support, and we could borrow some help if some is available :)

The current /typescript folder already contains and acts as a client wrapper to Confident AI, and currently already supports tracing.

Our goal is to make local evals, simulation, and synthetic data generation, available in Typescript by July 1st.

We're leaving out benchmarks on purpose because we don't believe that's what Typescript users want.

Here are the initial TODOs:

  • Support local evaluation models
  • Support for complete metrics parity, with shared templates
  • Support for unit test based testing workflows (similar to evals iterator, evaluate function, and deepeval test run)

Post July 1st:

  • Support for complete feature parity with regards to synthetic data generation
  • Support for complete feature parity with regards to simulation
  • Support for prompt optimization

If you're interested, please comment below.

Contributor guide