Skip to content
@shipyard

Shipyard

Full-Stack Ephemeral Environments on Every Pull Request

Welcome to Shipyard’s official GitHub! Here we offer some resources to help you get started with your deployments. For more information, check out our docs.

What’s Shipyard?

Shipyard is an Environment Management platform for developers and their agents. It creates ephemeral, on-demand copies of your app every time you open a PR. You can share these environments with SSO-enabled links, run E2E and unit tests against them, use them in agentic workflows, and integrate them into your CI/CD pipeline. With Shipyard, all you'll need to start deploying environments is a Docker Compose file.

What’s an ephemeral environment?

Ephemeral environments are full-stack, production-like copies of your app. You're able to spin them up automatically when opening a new PR, and spin them down when you no longer need them. Ephemeral environments are an industry best practice when building and testing during pre-production.

Read more at ephemeralenvironments.io


Getting Started

If you haven’t already, kick off a 30 day free trial.

Starter Apps

These repos are fully Shipyard-ready. Fork your stack of choice:

React + Flask + SQLAlchemy + LocalStack

React + Express + PostgreSQL + LocalStack

React + Django + PostgreSQL + LocalStack

Jinja + Flask + SQLAlchemy

Quickstart

Read our Quickstart guide to get your app deploying on Shipyard.


Resources

Shipyard CLI

Install the Shipyard CLI using Homebrew:

brew tap shipyard/tap
brew install shipyard

Shipyard MCP Server

Use the Shipyard MCP server to manage ephemeral environments with your coding agent.

Install for Claude Code:

claude mcp add shipyard --env SHIPYARD_API_TOKEN=your-token-here --env SHIPYARD_ORG=your-org-name -- shipyard mcp serve

Install for Codex CLI:

codex mcp add shipyard --env SHIPYARD_API_TOKEN=your-token-here --env SHIPYARD_ORG=your-org-name -- shipyard mcp serve

Community

Want to engage with the Shipyard community? Send us an email at hello@shipyard.build. You can also:

Popular repositories Loading

  1. react-flask-starter react-flask-starter Public template

    A customizable React + Flask starter app, complete with a Dockerfile and Docker Compose.

    JavaScript 33 43

  2. shipyard-cli shipyard-cli Public

    The Shipyard CLI and MCP server enable you to manage ephemeral environments from your terminal or from your AI agent.

    Go 7 4

  3. vue-starter vue-starter Public template

    A customizable Vue starter app, complete with a Dockerfile and Docker Compose.

    Vue 5 6

  4. github-action github-action Public

    Github Action to fetch Shipyard environment variables

    Python 5

  5. django-starter django-starter Public template

    A customizable Django starter app, complete with a Dockerfile and Docker Compose.

    Python 4 9

  6. github-action-python-template github-action-python-template Public template

    Python 4 11

Repositories

Showing 10 of 21 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…