Nuxt is the intuitive Vue framework for building full-stack web applications. Deploy Nuxt 3 with SSR, Nitro server engine, and auto-imports — one command, real server.
Nitro is powerful but its deployment matrix is overwhelming for a simple production deploy.
Recommended plan for Nuxt
InstaPods runs the default Node.js Nitro preset. No need to configure a special preset — just nuxt build and node .output/server/index.mjs works out of the box.
Use runtimeConfig in nuxt.config.ts for server-side secrets. Set environment variables via the InstaPods dashboard and they will be available at runtime.
If your app is fully static, run nuxt generate and deploy with --preset static instead. Saves resources and is faster.
One command. Real server. HTTPS included. No DevOps degree required.
Get Started