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.
# 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 https://api.shadw.cloud/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.
Git import, framework detection, Dockerfile containers and instant rollback.
Inject vars into build + runtime; sensitive values are encrypted at rest.
Connect GitHub once — push to deploy, config-as-code, two-way sync.
Real geo regions over Iroh QUIC with anycast routing and failover.
Serverless instances that scale to zero and pack concurrent requests.
Every admin endpoint for deploys, env, projects, nodes and more.