Building RAG into your Nuxt app means wiring up content extraction, chunking, embeddings, vector storage, and LLM integration—each with their own APIs and quirks.
Nuxt AI Kit handles the full pipeline:
No vendor lock-in. Swap providers without rewriting code.
Check out the installation guide.
search_pages tool for Claude and other AI agentsHeavy work happens once at build. Runtime is just vector lookups.
Deploy anywhere Nitro runs: Node.js, Cloudflare Workers/Pages, Vercel, Netlify, AWS, Azure.
Vector storage options: sqlite-vec, libsql, pgvector, Cloudflare Vectorize, Upstash.