---
title: next-ai-ready
description: Add AI-readable discovery and Markdown endpoints to a Next.js App Router site in about 10 minutes.
canonical_url: https://next-ai-ready.vercel.app/en
url: https://next-ai-ready.vercel.app/en
last_updated: 2026-08-02
updated: 2026-08-02
author: next-ai-ready team
summary: Add AI-readable discovery and Markdown endpoints to a Next.js App Router site in about 10 minutes.
topics: [next.js, aeo, agent-api]
---

# next-ai-ready

Add AI-readable discovery and Markdown endpoints to a Next.js App Router site in about 10 minutes. Add authenticated agent actions later, when you need them.

## Start in 10 minutes

```bash
pnpm add next-ai-ready zod@^4
pnpm exec next-ai-ready init
pnpm exec next-ai-ready build
pnpm exec next-ai-ready doctor --score
```

The basic setup is complete when `doctor` reports **0 errors** and `public/llms.txt` lists your content. Point the generated config at your MDX or Markdown content before building.

## What it provides

- **AI-readable knowledge** through `llms.txt`, `sitemap.md`, per-page Markdown, JSON-LD, and a semantic graph.
- **Agent-callable capabilities** through typed actions, OpenAPI 3.1, `tools.json`, and MCP.
- **Deployment checks** through `next-ai-ready doctor` and `next-ai-ready audit <url>`.
- **Open standards** with no dependency on a single AI provider.

This documentation site tracks `main`, while npm `latest` and `alpha` currently serve `0.1.0-alpha.17`. The published package adds root and `src/` content discovery, correct Nextra and Fumadocs routes, and locale-filtered MCP page search to the verified runtime and audit surface documented here.

## Verified readability baseline

The production documentation scored **100/100** across all 25 checks in Vercel's open-source `@vercel/agent-readability@0.5.0` on August 1, 2026.

- [Machine-readable result](https://github.com/mustcanbedo/next-ai-ready/blob/main/docs/audit-baselines/vercel-agent-readability-0.5.0-2026-08-01.json)
- [Recurring Agent Readability workflow](https://github.com/mustcanbedo/next-ai-ready/actions/workflows/agent-readability.yml)
- Reproduce locally with `pnpm audit:vercel:site`

This third-party tool score measures technical agent readability. It does not guarantee ranking, indexing, or citation.

## Start here

- [Introduction](/en/docs/introduction)
- [Installation](/en/docs/installation)
- [Quickstart](/en/docs/guides/quickstart)
- [Configuration reference](/en/docs/api-reference/config)

The generated artifacts improve technical accessibility for AI consumers. They do not guarantee ranking, indexing, citation, or inclusion in AI-generated answers.
