EveryDev.ai
Subscribe
Home
Tools

3,215+ 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. Next.js Evals
    Next.js Evals icon

    Next.js Evals

    LLM Evaluations

    An open-source benchmark that measures AI coding agent performance on Next.js code generation and migration tasks, tracking success rate and execution time across models.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Clone, run, and extend the eval suite at no cost.

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    LLM EvaluationsAI Coding AssistantsAutomated Testing

    Alternatives

    mdarenaSWE-benchProgramBench
    Developer
    VercelSan Francisco, CAEst. 2015$863M raised

    Listed Jul 2026

    About Next.js Evals

    Next.js Evals is an open-source evaluation suite published by Vercel that benchmarks AI coding agents on real Next.js coding tasks. It is hosted at nextjs.org/evals and backed by the MIT-licensed next-evals-oss repository on GitHub. The project measures how well models like Claude, GPT, Gemini, Cursor, and others handle Next.js-specific code generation and migration challenges, reporting both success rate and average execution time.

    What It Is

    Next.js Evals is a structured benchmark harness — not a general-purpose LLM leaderboard — focused specifically on Next.js competency. Each evaluation is a self-contained Next.js project containing a PROMPT.md task description and a EVAL.ts vitest assertion file that is withheld from the agent. Agents are scored on whether they can complete the task such that the hidden tests pass. The suite is powered by the @vercel/agent-eval npm package and is designed to run incrementally, skipping already-completed model/eval pairs.

    What the Evals Cover

    The current eval set spans 20 distinct tasks, including:

    • Pages Router → App Router migration (simple and hard variants)
    • Avoiding anti-patterns like fetch in useEffect, getServerSideProps, redundant useState, and serial await
    • Preferring Next.js primitives: Link, Image, Font, Server Actions, and the use cache directive
    • Next.js 16-specific features: proxy/middleware, connection() for dynamic rendering, after() for post-response work, updateTag() for read-your-own-writes, and revalidatePath
    • Auth patterns like Forbidden and async cookies/headers

    AGENTS.md and Documentation-Augmented Scoring

    A notable feature of the leaderboard is a second scoring column showing results when agents are given access to an AGENTS.md file containing bundled Next.js documentation. The results page notes that this file provides "bundled Next.js documentation for AI coding agents." The gap between the base success rate and the AGENTS.md-augmented rate is often significant — for example, Kimi K2.5 jumps from 21% to 58% with documentation access — illustrating how much framework-specific context affects agent performance.

    How the Runner Works

    The eval runner uses memoization so only new or missing (model, eval) pairs are executed on each run. Infrastructure or timeout failures are automatically deleted, ensuring only valid model results are exported. Results are exported to agent-results.json and then copied into the Next.js front-end site for publication at nextjs.org/evals. Adding a new eval or model is straightforward: create a directory or config file, and the runner automatically detects and fills in the missing pairs.

    Current Status and Activity

    The repository was created in October 2025 and shows active development, with the last push recorded on July 18, 2026. The leaderboard page lists a last run date of July 17, 2026, and includes 25 model/agent combinations across agents including Claude Code, Codex, Cursor, Gemini CLI, and OpenCode. The project is MIT-licensed and has accumulated 291 stars and 39 forks on GitHub as of the last recorded update.

    Next.js Evals - 1

    Community Discussions

    Be the first to start a conversation about Next.js Evals

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Clone, run, and extend the eval suite at no cost.

    • All 20+ Next.js eval tasks
    • Incremental memoized eval runner
    • AGENTS.md documentation support
    • Export results to JSON
    • MIT License

    Capabilities

    Key Features

    • AI coding agent benchmarking on Next.js tasks
    • Success rate and execution time tracking per model
    • AGENTS.md documentation-augmented scoring column
    • 20+ self-contained Next.js eval tasks
    • Incremental memoized eval runner (skips completed pairs)
    • Automatic detection of new models and evals
    • Vitest-based hidden assertion files
    • Export to JSON for publishing
    • Covers Pages Router to App Router migration
    • Tests Next.js 16-specific APIs

    Integrations

    Claude Code
    Codex
    Cursor
    Gemini CLI
    OpenCode
    Vercel
    Next.js
    Vitest
    @vercel/agent-eval
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Vercel

    Vercel is a platform for frontend developers that provides the developer experience, tools, and processes to create high-quality web applications.

    Founded 2015
    San Francisco, CA
    $863M raised
    875 employees

    Used by

    Under Armour
    Nintendo
    The Weather Company
    DoorDash
    +4 more
    Read more about Vercel
    WebsiteGitHubX / Twitter
    17 tools in directory

    Similar Tools

    mdarena icon

    mdarena

    Benchmark your CLAUDE.md files against real merged PRs to measure whether your AI agent context files help or hurt performance and token costs.

    SWE-bench icon

    SWE-bench

    A benchmark for evaluating large language models on real-world GitHub issues, tasking models to generate patches that resolve described software problems.

    ProgramBench icon

    ProgramBench

    A benchmark that tests whether AI agents can rebuild real-world programs from scratch given only a compiled binary and its documentation, with no access to source code.

    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.

    107 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    652 tools

    Automated Testing

    AI-powered platforms that automate end-to-end testing processes with intelligent test case generation, execution, and reporting for faster, more reliable software delivery.

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