From first line to prod faster
Containers for rest of us

Everything You Need to Ship Your App
Analyser
Scans your repo and containerize it
Explore toolsImages
Small yet powerfull
Manage imagesVaults
Stores env and secrets

Jobs
Ship with confidence
Apps
Runs your infrastructure

DevOps in one config

bit-ship.yml
images:
default:
name: bitship/bit-8245d4aa9d61019a2ed1cdda521f31841488a3f7fee3f3abccd25c126925b7e4
dependencies:
node: latest
pnpm: latest
tasks:
lint:
script: pnpm lint
build:
script: pnpm build
jobs:
ci:
tasks: [lint, build]
apps:
web:
task:
script: pnpm dev
vault:
env:
API_URL: "http://api.com"
expose:
- port: 3000
localHost: web.localhost
Afraid of migration?
Bit-Ship is superset of see creatures container tools

> bitpod compose up -d
Start building in minutes



