Loading...
Loading...
Nitro is the framework-agnostic server toolkit (powering Nuxt) for building and deploying web servers anywhere. Use when working with nitro.config, server routes/event handlers, route rules, caching, storage, tasks, websockets, or deploying to Node/Bun/Deno/Cloudflare/Vercel.
npx skill4agent add antfu/skills nitroThe skill is based on Nitro v3 (beta), generated at 2026-06-22.
NITRO_*Nitro v3 renamed the package→nitropackand adopts H3 v2 (web-standardnitro/Request). If unsure about v2-vs-v3 APIs, read advanced-migration first.Response
| Topic | Description | Reference |
|---|---|---|
| Routing | File-based routes, | core-routing |
| Configuration | | core-configuration |
| Storage | unstorage KV, mount points, drivers, dynamic mounts | core-storage |
| Cache | | core-cache |
| Assets | Public assets, compression, server assets via storage | core-assets |
| Rendering | Renderer (HTML/SSR), server entry, framework integration | core-rendering |
| Topic | Description | Reference |
|---|---|---|
| Plugins & Hooks | | features-plugins |
| Tasks | On-demand & scheduled (cron) tasks, | features-tasks |
| WebSocket & SSE | | features-websocket |
| Database | Built-in SQL layer via db0, | features-database |
| OpenAPI | Auto spec from | features-openapi |
| Topic | Description | Reference |
|---|---|---|
| Deployment Presets | Runtimes & providers, compatibility dates, platform integration | deploy-presets |
| v2 → v3 Migration | Package rename, | advanced-migration |