Skip to main content
Use this path if you want to install your prediction market manually on your own infrastructure, not through the guided /launch flow.
Choose the deployment target below. Each guide explains the platform-specific setup, the environment values it needs, and whether it also needs scheduled jobs.

Vercel + Supabase

Fastest manual setup if you still want hosted services and low ops work.Guide: Vercel + Supabase
Good for single-server installs where simplicity matters more than scaling.Guide: Docker Compose
Managed runtime on GCP with less server maintenance.Guide: Cloud Run
Useful if you want app hosting on Fly and already know that platform.Guide: Fly.io
Managed PaaS on DigitalOcean with less setup than raw VPS hosting.Guide: DigitalOcean
Best for teams that want direct control over a Linux server.Guide: VPS
Best when you already run a cluster and want to manage rollout and scaling there.Guide: Kubernetes
Useful when your team provisions infrastructure through code.Guide: Terraform
External scheduler jobs for /api/sync/* are required only for non-Supabase deployments. Use Scheduled Jobs only when your chosen target needs an external scheduler.