Skip to content

Integrations

HostStack connects to the tools your team already uses — GitHub, GitLab, Bitbucket for source; Docker for images; Stripe for billing; an official CLI, SDK, and MCP server for everything else. Open spec, no vendor lock-in.

GitHub

OAuth + push-to-deploy

Sign in with GitHub, import any repo your account or org owns, and HostStack picks up every push to your default branch (or any branch you configure) as a new deploy. Pull-request preview environments included on the free tier.

Learn more →

GitLab

Self-hosted GitLab supported

Same workflow as GitHub. Connect via OAuth (gitlab.com or your self-hosted instance), import a repo, deploy on every push. Webhook signing and SSH keys are managed for you.

Learn more →

Bitbucket

Atlassian-friendly

OAuth-connected, push-to-deploy, preview environments — feature parity with GitHub / GitLab. Pipelines integration optional if you prefer to build externally and only ship the artefact.

Learn more →

Docker / OCI images

Bring your own image

Skip the build entirely by pointing HostStack at an existing Docker Hub, GHCR, or private registry image. Or ship a plain Dockerfile in your repo and we build it for you with BuildKit caching.

image: ghcr.io/acme/api:v1.4.2
Learn more →

CLI

@hoststack.dev/cli

Deploy, tail logs, run one-shot containers, manage env vars, and rotate API keys from your terminal. Drop-in for CI pipelines and shell scripts.

npm install -g @hoststack.dev/cli
Learn more →

TypeScript SDK

@hoststack.dev/sdk

Type-safe HostStack API client for Node / Bun / Deno. Accepts publicIds anywhere a numeric ID is expected and ships with response-narrowed enums for autocomplete in your editor.

bun add @hoststack.dev/sdk
Learn more →

MCP server

@hoststack.dev/mcp

Model Context Protocol server with 31 tools so Claude, Cursor, and other agentic clients can deploy, diagnose, and operate your HostStack account directly. Hosted endpoint also available at /api/mcp.

npx -y @hoststack.dev/mcp
Learn more →

Stripe

Billing built in

HostStack uses Stripe under the hood for subscriptions, EU VAT (Stripe Tax), invoicing, and dunning. Your Stripe receipt is the source of truth — you do not need a separate Stripe account.

Learn more →

hoststack.yaml

Infrastructure as code

Declare every service, database, volume, cron, and env-var in a single repo-tracked YAML file. Reproducible across preview, staging, and production. Schema versioned and validated server-side.

Learn more →

Don't see your tool?

Every integration above is built on the same HostStack REST API. If you want to wire HostStack into something custom, the API reference and the main documentation are the place to start.

Essential cookies only — for login sessions. No tracking. Details