nuxt-ai-ready
v2.2.0
Published
Best practice AI & LLM discoverability for Nuxt sites.
Readme
Nuxt AI Ready
Best practice AI & LLM discoverability for Nuxt sites. Score 100 on
npx @vercel/agent-readability audit <URL>.
Why Nuxt AI Ready?
ChatGPT search interest doubled in the past year. Users now ask AI assistants questions your site could answer - but LLMs only cite sources they can parse.
Two standards are emerging: llms.txt (4,400 searches/mo, +26,900% YoY) for AI-readable site summaries, and MCP (22,200 searches/mo) for letting agents query your content directly.
Nuxt AI Ready implements both. It converts your pages to markdown, generates llms.txt at build time, and exposes an MCP server for AI agents to search your site.
Features
- 📄 llms.txt Generation: Auto-generate
llms.txtandllms-full.txtwith page metadata and full markdown content - 🚀 On-Demand Markdown: Any route available as
.md(e.g.,/about→/about.md), automatically served to AI crawlers - 📝 Nuxt Content Integration: Routes backed by a page collection serve source markdown directly, skipping HTML→markdown conversion
- 📡 Content Signals: Configure AI training/search/input permissions via Nuxt Robots
- 🌐 Sitemap Integration: Index AI-allowed pages via Nuxt Sitemap
- ⚡ MCP Server: List, search and read indexed pages through
@nuxtjs/mcp-toolkit - 🔎 API Catalog: Publish RFC 9727 API discovery metadata and advertise it through
Linkheaders - 🧠 Agent Skills: Publish verified local or external skills through the v0.2.0 discovery index
- 🧩 WebMCP: Give browser agents access to built-in site tools or your own tools with
useWebMcpTool() - 🗄️ Runtime Indexing: Index pages on-demand without prerendering, with SQLite/D1/LibSQL support
- 🌏 i18n Aware: Auto-detects
@nuxtjs/i18nfor hreflangLinkheaders, locale-tagged frontmatter, and an Available Languages section inllms.txt - 🧠 RAG Ready: Markdown output optimized for vectorizing and semantic search
Installation
Install nuxt-ai-ready dependency to your project:
npx nuxi@latest module add nuxt-ai-ready[!TIP] Generate an Agent Skill for this package using skilld:
npx skilld add nuxt-ai-ready
💡 Made your site AI-ready? Preview how a page converts to LLM-readable markdown with the free HTML→Markdown tool, or track how AI engines index, rank and cite your site with Nuxt SEO Pro.
Documentation
📖 Read the full documentation for more information.
Sponsors
License
MIT.
