Deploy the gateway on Zeabur
One-click template deploy of the systemprompt.io gateway on Zeabur with a bundled Postgres.
On this page
Zeabur is a hosted platform with a template marketplace. This channel deploys the systemprompt-gateway server plus a Postgres service from the GHCR image in a few clicks.
Pick Zeabur when you want a template-marketplace deploy with a generated *.zeabur.app domain wired in for you.
One-click deploy
Deploy from the template page, set at least one of ANTHROPIC_API_KEY / OPENAI_API_KEY / GEMINI_API_KEY when prompted, and bind a domain. First boot runs migrations and the publish pipeline; allow a few minutes before /api/v1/health returns 200.
Manual path
- Create a project, then Deploy New Service > Docker Image >
ghcr.io/systempromptio/systemprompt-template:0, plus apostgres:18-alpineservice (volume at/var/lib/postgresql). - On the gateway service set:
DATABASE_URL:postgres://systemprompt:<password>@postgres.zeabur.internal:5432/systempromptANTHROPIC_API_KEYand/orOPENAI_API_KEY/GEMINI_API_KEY: at least one.EXTERNAL_URL: the generatedhttps://<name>.zeabur.appdomain (the template wires this automatically).
- Bind a domain to port 8080. First boot runs migrations and the publish pipeline; allow several minutes before
/api/v1/healthreturns 200.
For the complete recipe, see the full Zeabur guide in the template repository. For templates, services, and domains, see the Zeabur documentation.