GitDeployHub

utopai-research/pai-pro

github.com/utopai-research/pai-pro ↗
Docker
3 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • PAI_KEY secret PAI media API (image + image pro + video + voice + asset upload) Get your key at https://pai-pro.utopaistudios.com/keys. Format:…
  • VIEWER_PORT Local ports Override per clone to run multiple instances of this repo side-by-side on the same machine. Leave blank to use the defaults…
  • WEB_PORT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/utopai-research/pai-pro
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/utopai-research/pai-pro
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/utopai-research/pai-pro
Or deploy to a different host
← Try another repo