shadwshadw/Docs
GuidesAPIGetting Started
Dashboard
⌘K
Start
  • Overview
  • Getting started
  • Fundamentals
  • Production checklist
Deploy
  • Deploying apps
  • Environment & secrets
  • GitOps
  • Domains & TLS
Platform
  • Regions & the mesh
  • CLI
  • API reference
  • Self-hostingOps

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.

Get started guide Get an API keyAPI reference
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 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.

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.

© 2026 shadw.cloud