Remix Hosting

Deploy Remix apps in minutes

Deploy Remix full-stack apps to production. Long-running Node.js server, nested routes, loaders and actions all supported.

Deploy for free

$ git push origin main

✓ Framework detected: Remix 2

• Running npm run build

• Booting persistent Node.js process

✓ Nested routes and actions are live

How it works

01

Connect your GitHub repository

Repository: github.com/acme/remix-admin
Branch: main
Runtime: Node.js
02

PandaStack auto-detects and builds Remix

npm install
npm run build
# Remix server bundle is generated
03

Run it as a long-lived Node.js service

PORT=8080
SESSION_SECRET=super-secret
DATABASE_URL=postgresql://postgres:***@db.internal/app
04

Serve the full-stack app in production

https://admin.pandastack.app
# Loaders, actions, and nested routes keep working

Everything included

Remix 2.x support
Full-stack SSR
Nested routing
Loader/action patterns
Long-running server process
Preview deployments
Custom domains
Free PostgreSQL

Deploy your Remix stack on a real server

Run loaders, actions, and background work on a persistent Node.js runtime with managed PostgreSQL.

Start free