Use this path if you want to install your prediction market manually on your own infrastructure, not through the guided
/launch flow.Vercel + Supabase
Vercel + Supabase
Fastest manual setup if you still want hosted services and low ops work.Guide: Vercel + Supabase
Docker Compose
Docker Compose
Good for single-server installs where simplicity matters more than scaling.Guide: Docker Compose
Cloud Run
Cloud Run
Managed runtime on GCP with less server maintenance.Guide: Cloud Run
Fly.io
Fly.io
Useful if you want app hosting on Fly and already know that platform.Guide: Fly.io
DigitalOcean App Platform
DigitalOcean App Platform
Managed PaaS on DigitalOcean with less setup than raw VPS hosting.Guide: DigitalOcean
VPS
VPS
Best for teams that want direct control over a Linux server.Guide: VPS
Kubernetes
Kubernetes
Best when you already run a cluster and want to manage rollout and scaling there.Guide: Kubernetes
Terraform stacks
Terraform stacks
Useful when your team provisions infrastructure through code.Guide: Terraform