From first line to prod faster

npm i -g bit-ship

Helps you on every step

Analyser

Scans your repo and containerize it

Images

Small yet powerfull

80 MB
Bar image
100 MB
Bar image
200 MB
Bar image

Vaults

Stores env and secrets

Jobs

Ship with confidence

Apps

Runs your infrastructure

code snippet dev server

Packed to CLI

cli analyses code

Your favourite tools

Suite of tools ready to use, with the flexibility to add more.
Explore tools

One config rules all

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

Cut the noise. Ship!

Loging not needed

UI

configs
Connects to UI

CLI

configs