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
Repository: github.com/acme/remix-admin Branch: main Runtime: Node.js
npm install npm run build # Remix server bundle is generated
PORT=8080 SESSION_SECRET=super-secret DATABASE_URL=postgresql://postgres:***@db.internal/app
https://admin.pandastack.app # Loaders, actions, and nested routes keep working
Run loaders, actions, and background work on a persistent Node.js runtime with managed PostgreSQL.
Start free