What problem does it solve? Building consistent, accessible UI in Nuxt 4+ projects requires knowing the correct @nuxt/ui v4 component APIs, theming system, and validation patterns, which are spread across extensive documentation. ## Core Features & Use Cases - Component Reference: Indexed guidance for 125+ components (Button, Table, Modal, Form, Editor) with key props, slots, and usage snippets. - Forms & Validation: Patterns for UForm with Standard Schema validation using Zod or Valibot, plus UFormField error handling. - Theming & Overlays: Tailwind Variants theming with semantic colors, plus programmatic overlays via useToast and useOverlay composables. - Use Case: When scaffolding a dashboard page, load the relevant component files to generate a UDashboardSidebar layout with a validated settings form and toast notifications. ## Quick Start Ask the AI to build a Nuxt page with a validated login form and a modal dialog using @nuxt/ui components.