Nuxt AI Ready makes your site discoverable by AI agents and LLMs with minimal config and best practice defaults.
Users increasingly ask AI assistants questions your site could answer—but LLMs only cite sources they can parse. Two standards are emerging to solve this:
Rather than manually maintaining these files, Nuxt AI Ready generates them automatically based on your site content.
Automatic llms.txt standard files at build time:
/llms.txt — Site overview with page links/llms-full.txt — Full markdown content for all pagesAny route available as .md (e.g., /about → /about.md) with smart bot detection and cache headers.
Model Context Protocol server with list_pages and search_pages_fuzzy tools for AI agent integration.
Configure AI training/search permissions via Content Signals in robots.txt.