Overview
Vercel is ideal for developers who want Git-based workflows, preview deployments, and easy customization. This guide walks you through a one-click deployment.Vercel deployments are free and scale automatically. You only pay for database hosting (Neon, Supabase, Railway, etc.).
Prerequisites
Quick deploy
Click the button below to deploy Orbit to your Vercel account:Environment variables
During deployment, Vercel will ask for these required variables:SESSION_SECRET
A strong random string (32+ characters). Generate one:
openssl rand -base64 32DATABASE_URL
PostgreSQL connection string from your database provider (Neon, Supabase, Railway, etc.).
Video walkthrough
After deployment
- Vercel will create a GitHub fork of Orbit in your account.
- Your instance is live at
your-project.vercel.app. - Go to your instance and complete the setup wizard (Roblox Group ID, username, password).
- Push code changes to trigger automatic re-deployments.