Deploy Nuxt 3 apps with SSR, SSG, or hybrid rendering. NuxtHub-compatible, full-stack deployment with serverless API routes.
Deploy for free$ git push origin main
✓ Framework detected: Nuxt 3 + Nitro
• Running npx nuxt build
• Rendering mode: hybrid (SSR + prerender)
✓ SSR service online at https://shop.pandastack.app
Repository: github.com/acme/nuxt-shop Branch: main Framework: Nuxt 3
npm install npx nuxt build # Nitro output is prepared automatically
routeRules: {
"/": { prerender: true },
"/account/**": { ssr: true }
}NUXT_PUBLIC_API_BASE=https://api.acme.com DATABASE_URL=postgresql://postgres:***@db.internal/app Live URL: https://shop.pandastack.app
Run static pages and server-rendered routes together with a managed Nitro server and built-in SSL.
Start free