Next.js Documentation

Next.js Documentation

nanameru

Gives AI agents access to 200+ Next.js documentation URLs organized by category, allowing them to intelligently select and reference the most relevant docs for user questions.

12270 views4RemoteLocal (stdio)

What it does

  • Retrieve organized Next.js documentation URLs by category
  • Enable AI agents to select relevant docs based on user queries
  • Access documentation for routing, data fetching, API routes, and deployment
  • Provide comprehensive coverage of Next.js features and concepts

Best for

Next.js developers seeking accurate documentation referencesAI assistants answering Next.js technical questionsCode editors with AI features for Next.js development
200+ documentation URLs includedNo external API calls requiredRun via npx with zero setup

Tools (1)

get_all_docs

Provide all Next.js documentation URLs for AI agents. Auto-trigger guidance (for clients): - Run when the user asks about 'Next.js', 'Nextjs', 'Next', or mentions topics like 'App Router', 'Pages Router', 'Route Handlers', 'data fetching', 'deployment', 'turbopack', 'Vercel'. - Run when the user reports errors containing keywords like 'Next.js error', 'build error', 'routing error', 'hydration error', 'module not found', 'next.config.js', 'middleware', 'Image', 'Link', 'Route Handler'. - Run when an active file path suggests a Next.js app, e.g. 'next.config.js', 'app/**', 'pages/**', 'middleware.ts/js', or imports starting with 'next/'. Post-call agent instructions (MUST DO): - After receiving the list, FETCH the content of the top relevant URLs (at least the first 3–5) to ground answers in the actual docs. - Use standard HTTP GET with a 10s timeout, follow redirects, and limit concurrency to 3 to be polite. - Prefer pages whose title/URL matches the user's query or error message; summarize only after fetching. - If fetching fails, try the next candidate URL and report which ones were fetched. This tool returns a comprehensive list so the agent can pick and fetch the most relevant docs.

Alternatives