What problem does it solve? It guides developers through building content-driven Nuxt applications with @nuxt/content, covering typed collections, querying, rendering, and deployment so content schemas, queries, and routes stay consistent. ## Core Features & Use Cases - Typed Collections: Define page and data collections in content.config.ts with Zod or Valibot schemas, indexes, and local or remote sources. - Querying and Rendering: Use queryCollection, navigation, surroundings, and search helpers, then render Markdown and MDC through ContentRenderer and prose components. - Configuration and Migration: Configure database adapters (SQLite, D1, PostgreSQL, libSQL), hooks, transformers, custom sources, and migrate from Content v2. - Use Case: You are building a documentation site in Nuxt and need localized collections, full-text search sections, and a catch-all page that renders Markdown with syntax highlighting. ## Quick Start Ask the AI to set up a Nuxt Content docs collection with a typed schema and a catch-all page that queries and renders Markdown content.