NestJS Hosting

Deploy NestJS apps in minutes

Deploy NestJS TypeScript apps to production. Long-running Node.js server, TypeORM, Prisma, free PostgreSQL.

Deploy for free

$ git push origin main

✓ Framework detected: NestJS 11

• Running npm run build

• DATABASE_URL wired for Prisma/TypeORM

✓ Node.js server listening in production

How it works

01

Connect your NestJS GitHub repo

Repository: github.com/acme/nest-api
Branch: main
Framework: NestJS
02

PandaStack builds the TypeScript app

npm install
npm run build
# dist/main.js becomes the production entrypoint
03

Set database and runtime environment variables

DATABASE_URL=postgresql://postgres:***@db.internal/app
JWT_SECRET=super-secret
REDIS_URL=redis://redis.internal:6379
04

Run the compiled app as a long-lived Node service

node dist/main.js
https://api.pandastack.app
# Add Bull workers or websockets when needed

Everything included

NestJS 10/11
TypeORM + Prisma support
Long-running server
Queue support (Bull)
Free PostgreSQL
Redis support
Custom domains
SSL

Deploy NestJS with databases and queues ready

Run TypeScript APIs, background jobs, and WebSocket services on PandaStack without wrangling servers.

Start free