From first line to prod faster

Containers for rest of us

bit-ship ui preview

Everything You Need to Ship Your App

Analyser

Scans your repo and containerize it

Explore tools

Images

Small yet powerfull

Manage images
80 MB
Bar image
100 MB
Bar image
200 MB
Bar image

Vaults

Stores env and secrets

bit-ship environment secrets preview

Jobs

Ship with confidence

Apps

Runs your infrastructure

code snippet dev server

DevOps in one config

configs
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
configs
> bitpod compose up -d

Start building in minutes

Loging not needed

UI

configs
Connects to UI

CLI

configs