Nitro Overview Nitro is a universal server engine — write your server code once, deploy it anywhere. Node.js, Deno, Bun, Cloudflare Workers, Vercel Edge, AWS Lambda, Netlify — same code, zero config changes. It powers Nuxt's server routes but works standalone for any API or full-stack app. File-based routing, built-in KV storage, auto-imports, and hot reload. When to Use - Building APIs that need to deploy to multiple platforms - Edge-first applications (Cloudflare Workers, Vercel Edge) - Server-side companion for a frontend framework (not just Nuxt) - Need built-in caching, storage, and task…