# Shipyrd > Deployment dashboard for development teams. Shipyrd gives teams real-time visibility into every deployment — who deployed, what changed, and how long it took — so no one has to ask "what's deployed?" in Slack. Shipyrd tracks deployments across all your apps and environments in a single timeline. It integrates natively with Kamal via a Ruby gem, and supports any CI/CD pipeline through a plain HTTP API. Teams use it to prevent deployment conflicts (environment locking), track deployment durations, see what commits are queued to deploy next (On Deck), and get Slack notifications on deploys and lock events. Shipyrd is open source and self-hostable. A hosted SaaS version is available at app.shipyrd.io with a free 30-day trial. Created by Nick Kelly. ## Getting Started - [Homepage](https://shipyrd.io): Product overview, features, and pricing - [GitHub Repository](https://github.com/shipyrd/shipyrd): Source code, self-hosting instructions, and issue tracker - [Sign Up / App](https://app.shipyrd.io): Hosted SaaS — free 30-day trial, plans from $14.99/month ## Integration - [Ruby Gem](https://rubygems.org/gems/shipyrd): Official Ruby gem — `bundle add shipyrd` - [Kamal Integration](https://github.com/shipyrd/shipyrd): Hooks fire automatically on pre/post-deploy events via the Ruby gem - [HTTP API](https://shipyrd.io): POST to `https://app.shipyrd.io/api/v1/deploys` with a Bearer token — works with any language or CI/CD system (curl, GitHub Actions, etc.) - [Honeybadger Integration](https://shipyrd.io): Connect your Honeybadger account to route deploy events into Shipyrd automatically - [GitHub Actions Integration](https://shipyrd.io): Trigger deploy notifications from GitHub Actions workflows via the HTTP API - [Rollbar Integration](https://shipyrd.io): Connect your Rollbar account to track deploy events alongside error monitoring - [AppSignal Integration](https://shipyrd.io): Connect your AppSignal account to correlate deployments with performance and error data ## Key Features - [Deploy Timeline](https://shipyrd.io): Chronological log of every deployment across all apps and destinations - [Environment Locking](https://shipyrd.io): Claim a destination before deploying to prevent concurrent deploys; supports auto-lock outside business hours - [On Deck View](https://shipyrd.io): Shows commits merged but not yet deployed — what's queued to ship next - [Slack Notifications](https://shipyrd.io): Alerts on deploy completion and lock/unlock events - [Deploy Duration Tracking](https://shipyrd.io): Measures deploy time to surface performance regressions ## Optional - [From The Keyboard (blog)](https://www.fromthekeyboard.com/tag/shipyrd/): Shipyrd posts by Nick Kelly, the creator