Nuxt Hosting

Deploy Nuxt.js apps free

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

How it works

01

Connect your GitHub repo

Repository: github.com/acme/nuxt-shop
Branch: main
Framework: Nuxt 3
02

PandaStack detects and builds Nuxt

npm install
npx nuxt build
# Nitro output is prepared automatically
03

Choose your rendering mode

routeRules: {
  "/": { prerender: true },
  "/account/**": { ssr: true }
}
04

Run the SSR server in production

NUXT_PUBLIC_API_BASE=https://api.acme.com
DATABASE_URL=postgresql://postgres:***@db.internal/app
Live URL: https://shop.pandastack.app

Everything included

Nuxt 3 full support
SSR + SSG + hybrid
Nuxt API routes/server
Auto-detected nitro server
Preview deployments
Free PostgreSQL
Custom domains + SSL
Environment variables

Take your Nuxt app live on PandaStack

Run static pages and server-rendered routes together with a managed Nitro server and built-in SSL.

Start free