Nuxt Ask AI is a Nuxt module that makes your website discoverable and searchable by AI agents and LLMs through standardized APIs and protocols. It enables content creators to make their sites accessible to the growing ecosystem of AI-powered tools and assistants.
The module uses build-time vector indexing with runtime semantic search via vector databases.
As AI agents become more prevalent, websites need a standardized way to expose their content for discovery and retrieval. Nuxt Ask AI solves this by:
Enable AI agents like Claude to directly read and search your site through the standardized Model Context Protocol:
Standardized endpoints for AI agent integration:
/api/search - Semantic search endpoint/api/chat - AI SDK compatible chat with RAG/llms.txt - AI-readable site overview and API docsAutomatically serve markdown versions of your pages through @mdream/nuxt integration:
.md postfix support for any pagellms.txt and llms-full.txt generationai-search:search:query, ai-search:chat:context, etc)Works seamlessly on any platform supported by Nitro:
Ready to get started? Follow the installation guide to add Nuxt Ask AI to your project.