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
Deploying apps
Git import, framework detection, Dockerfile containers and instant rollback.
Environment & secrets
Inject vars into build + runtime; sensitive values are encrypted at rest.
GitOps
Connect GitHub once — push to deploy, config-as-code, two-way sync.
Regions & the mesh
Real geo regions over Iroh QUIC with anycast routing and failover.
Functions & Fluid
Serverless instances that scale to zero and pack concurrent requests.
API reference
Every admin endpoint for deploys, env, projects, nodes and more.

