Self-hosted deployment platform
your cloud.
A modern Git-to-production workflow — while keeping the infrastructure and configuration in your hands.
GIT▲BUILD▲SHIP▲SERVE▲EDGE▲GIT▲BUILD▲SHIP▲SERVE▲EDGE▲GIT▲BUILD▲SHIP▲SERVE▲EDGE▲
PRODUCTION/STAGING/PREVIEW/FUNCTIONS/LOGS/ROUTING/PRODUCTION/STAGING/PREVIEW/FUNCTIONS/LOGS/ROUTING/PRODUCTION/STAGING/PREVIEW/FUNCTIONS/LOGS/ROUTING/
▲ Git-native deployments
- — Push code, deploy automatically.
- — Every branch gets its own environment.
- — No manual wiring between Git and infra.
main→ production
staging→ staging
feature/auth→ preview
▲ Ownership
Your compute
Build workers run on your own ECS cluster.
Your data
Postgres, object storage, deployment history — all yours.
Your edge
Requests route through your own edge layer, not ours.
PROJECT
Production
Staging
Preview
▲ Environments
Keep configuration isolated by environment. Domains and variables resolve exactly where they belong.
▲ Serverless & routing
Static assets and serverless functions live in the same deployment — the edge decides which one answers each request.
Edge Routing
GET/api/users→ function
GET/→ static
▲ Observability
- — Build and deploy output streams live.
- — Search across every deployment a project has had.
deployment logs
09:41:12 Installing dependencies
09:41:18 Running build
09:41:32 Deploying functions
09:41:35 Deployment ready