What problem does it solve?
Nuxt feature work often lands as uncertain, hard-to-verify changes across pages, SSR payloads, Nitro server routes, and runtime configuration, which increases the risk of hydration issues, broken routing, SEO regressions, and deployment surprises.
Core Features & Use Cases
- Nuxt seam protection: Guides implementation and review across Vue pages/layouts, middleware, Nitro server routes/handlers, render mode boundaries, and SSR/hydration correctness.
- Evidence-first delivery: Requires source-of-truth inspection, explicit render-mode and routeRules justification, scoped verification, and recorded proof before completion.
- Rollback discipline: Ensures each change includes a clear rollback path (feature flag/revert/previous build redeploy and related cache/routeRules impacts).
Quick Start
Ask your AI coding tool: implement or review the Nuxt change using Nuxt Domain Delivery, ensuring render mode and routeRules are correct, all server inputs are validated, SSR/hydration risks are handled, SEO is server-rendered, and a rollback path plus scoped verification evidence are recorded.