EveryDev.ai
Subscribe
Home
Tools

3,303+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Supabase Evals
    Supabase Evals icon

    Supabase Evals

    LLM Evaluations
    Featured

    An open-source evaluation framework that benchmarks how well AI agents perform across the Supabase developer journey, from building and deploying to investigating and resolving production issues.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Freely available under the Apache License 2.0. Clone, run, and contribute to the eval framework at no cost.

    Engagement

    Available On

    CLI
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    LLM EvaluationsAgent HarnessAI Infrastructure

    Alternatives

    InferenceBenchZeroEvalVerifiers
    Developer
    SupabaseSan Francisco, CAEst. 2020$1.04B raised

    Listed Aug 2026

    About Supabase Evals

    Supabase Evals is an open-source benchmarking framework published by Supabase under the Apache License 2.0. It measures how effectively AI coding agents — such as Claude Code, OpenAI Codex, and OpenCode — can complete real Supabase developer tasks in realistic, stateful environments. The project lives at github.com/supabase/evals and its results are published publicly at supabase.com/evals.

    What It Is

    Supabase Evals is an agent evaluation harness purpose-built for the Supabase platform. Rather than testing generic coding ability, it evaluates agents across the specific stages of the Supabase developer journey: Build, Deploy, Investigate, and Resolve. Each eval scenario provides agents with a realistic project environment — including database state, observability logs, and deployed edge functions — and scores their output using SQL checks, real client calls, file inspection, and optionally an LLM judge for broader assessment.

    How the Eval Framework Works

    The framework is organized around three core concepts:

    • Evals — individual scenarios under evals/<id>/, each containing a PROMPT.md task description, an EVAL.ts scorer, and optional starting state split between a remote/ directory (the hosted project's database, logs, and functions) and a local/ directory (the agent's working files).
    • Experiments — named agent/runtime/model configurations defined in experiments/<name>.ts, such as claude-code-sonnet-5 or codex-gpt5.
    • Runtimes — two modes are supported: a tools eval mode where the agent operates against an MCP/tool surface backed by platform-lite (a lightweight Supabase Management API-compatible layer), and a local-stack eval mode where the agent runs inside a Docker sandbox with the real Supabase CLI installed.

    Scoring draws on SQL checks against the project state, real client calls made as simulated users, and inspection of files the agent creates. When broader judgment is needed, an LLM judge reviews the result.

    Skills and Progressive Disclosure

    Experiments can be configured with skills sourced from the supabase/agent-skills submodule. Skills are loaded lazily using progressive disclosure: only each skill's name and description appear in the system prompt, and the agent pulls full instructions on demand. In local-stack mode, skills are installed into the workspace via Vercel's skills CLI; in tools mode, a load_skill tool returns the full instructions when called. This design lets experiments test agents both with and without domain-specific Supabase knowledge, enabling head-to-head comparisons labeled "With skills" vs. "Without skills" on the public leaderboard.

    Architecture and Deployment Model

    The framework uses pnpm as its package manager and TypeScript as its primary language. Key packages include @supabase-evals/sandbox for Docker-based local-stack orchestration and @supabase/mcp-server-supabase for MCP tool surfaces. The platform-lite runtime exposes a Supabase Management API-compatible HTTP surface backed by @supabase/lite, allowing real MCP tools to run against a lightweight project without a full hosted environment. Results are written to local JSON files and can be exported for viewing in a bundled web app (pnpm web).

    Local-stack evals require a running Docker daemon. Each attempt boots a fresh sandbox container that mounts the host Docker socket, so supabase start spawns the local stack as sibling containers with host networking. Supabase's default host ports (54321–54329) must be free before running.

    Current Status and Leaderboard

    The repository was created in April 2026 and was last pushed in July 2026, indicating active development. The public leaderboard at supabase.com/evals shows benchmark results across agents including Codex/GPT-5.6 sol, Claude Code/Opus 5, Claude Code/Sonnet 5, OpenCode/Kimi K3, and Codex/GPT-5.4 mini, scored across Build, Deploy, Investigate, and Resolve dimensions. The leaderboard is filterable by agent, journey stage, and product area. The project accepts community contributions via CONTRIBUTING.md and tracks open issues on GitHub.

    Supabase Evals - 1

    Community Discussions

    Be the first to start a conversation about Supabase Evals

    Share your experience with Supabase Evals, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Freely available under the Apache License 2.0. Clone, run, and contribute to the eval framework at no cost.

    • Full eval framework source code
    • Tools and local-stack eval runtimes
    • Public leaderboard results
    • Community contributions via GitHub

    Capabilities

    Key Features

    • Agent benchmarking across Build, Deploy, Investigate, and Resolve stages
    • Realistic stateful environments with database, logs, and edge functions
    • Two eval runtimes: tools mode (MCP/platform-lite) and local-stack mode (Docker + Supabase CLI)
    • SQL-based scoring, real client call verification, and LLM judge support
    • Progressive skill disclosure via supabase/agent-skills submodule
    • Head-to-head experiment comparisons with and without skills
    • Public leaderboard at supabase.com/evals
    • Exportable results with bundled web app viewer
    • Support for multiple agents: Claude Code, Codex, OpenCode
    • TypeScript-based eval and experiment definitions

    Integrations

    Claude Code
    OpenAI Codex
    OpenCode
    Supabase CLI
    Supabase MCP Server
    platform-lite
    Docker
    Vercel Skills CLI
    pnpm
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Supabase Evals and help others make informed decisions.

    Developer

    Supabase

    Supabase is an open-source Firebase alternative founded in 2020 by Paul Copplestone and Ant Wilson. It provides a comprehensive backend-as-a-service platform that combines a PostgreSQL database, authentication systems, instant APIs, edge functions, real-time subscriptions, and storage solutions. The company is dedicated to open-source development and empowering developers with powerful database tools that are accessible and developer-friendly. Supabase has raised significant funding to expand its platform, including a $80 million Series B round in 2023, and has grown a vibrant community of developers worldwide.

    Founded 2020
    San Francisco, CA
    $1.04B raised
    388 employees

    Used by

    1Password
    Johnson & Johnson
    PwC
    Wells Fargo
    +4 more
    Read more about Supabase
    WebsiteGitHubX / Twitter
    2 tools in directory

    Similar Tools

    InferenceBench icon

    InferenceBench

    An open-source benchmark that evaluates whether frontier AI coding agents can optimize LLM serving workloads under a fixed compute budget across four inference scenarios.

    ZeroEval icon

    ZeroEval

    Open-source evaluation framework for testing large language models with zero-shot prompting on reasoning and coding tasks.

    Verifiers icon

    Verifiers

    An open-source Python library by Prime Intellect for creating environments to train and evaluate LLMs using reinforcement learning.

    Browse all tools

    Related Topics

    LLM Evaluations

    Platforms and frameworks for evaluating, testing, and benchmarking LLM systems and AI applications. These tools provide evaluators and evaluation models to score AI outputs, measure hallucinations, assess RAG quality, detect failures, and optimize model performance. Features include automated testing with LLM-as-a-judge metrics, component-level evaluation with tracing, regression testing in CI/CD pipelines, custom evaluator creation, dataset curation, and real-time monitoring of production systems. Teams use these solutions to validate prompt effectiveness, compare models side-by-side, ensure answer correctness and relevance, identify bias and toxicity, prevent PII leakage, and continuously improve AI product quality through experiments, benchmarks, and performance analytics.

    110 tools

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    123 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    326 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions