← All stations
01 N14°·r46 Live

Shipyard

Ship artifacts as running containers, on demand.

TypeInfrastructure
Primary languageJavascript
InterfaceWeb + API
StatusLive
Overview

What it is

Shipyard turns build artifacts into live deployments. Point it at an artifact and it provisions and launches the right container, wiring up ports, environment, and lifecycle, so a finished build becomes a running service in seconds instead of a hand-written run command.

It speaks directly to the container runtime, reconciles the running state against a declarative spec, and gives you logs, health, and teardown from a single interface.

Gallery

A look inside

Features

What it does

01

Artifact-to-container

Resolve an artifact and launch it as a container without writing run commands by hand.

02

Declarative launch specs

Describe ports, environment, and resources once; Shipyard reconciles the running state to match.

03

Lifecycle control

Start, stop, restart, and tear down deployments with a single command or API call.

04

Health & logs

Streamed container logs and health checks surface what is actually running, right now.

05

Local or remote targets

Deploy to a local Docker engine or a remote host from the exact same spec.

06

Repeatable rollouts

Same input, same result. Launches are deterministic and safe to re-run.

Roadmap

Where it's going

Core launcher

Shipped

Artifact resolution and container launch against the Docker engine.

Declarative specs & reconciliation

In progress

Desired-state specs with drift detection and automatic reconciliation.

Remote targets & rollout strategies

Planned

Blue/green deploys and one-command rollback across remote hosts.

Web dashboard

Planned

A live view of every deployment, its health, and its history.

Technology

What it's built on

Core
JavascriptExpress
Runtime
Docker Engine APIcontainerd