Ship anything,
on your own mesh

Deploy serverless functions, containers and static sites to a peer-to-peer cloud of your own machines. Push from git, served from anywhere — in three steps.

bashdeploy.sh
# Auth: an API key (hive_…) binds the request to its team.
# Local dev (no HIVE_JWT_SECRET): 'x-hive-team: personal' works too.
curl -X POST http://127.0.0.1:8786/v1/git/deploy \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer hive_YOUR_API_KEY' \
  -d '{
    "repo_url": "https://github.com/acme/app",
    "project": "my-app",
    "production": true
  }'

Connect your Git repository to deploy on every push, with instant preview deployments for testing changes before production.

Build with shadw