Build, Don’t Debug

From 1st line to production faster

>

http://web.localhost
Let's ship next big thingStart Shipping

Helps you on every step

CLI

Analyses code, creates environment

cli analyses code

Jobs

Ship with confidence

Apps

Run your infrastructure

code snippet dev server
Soon

Vaults

Secure your secrets

Soon

Watchtower

Monitors vulnerabilities

Bound to a single UI

Soon

Ui coming soon

Your favourite tools

Suite of tools ready to use, with the flexibility to add any Docker image you need.
Tools

One config rules all

Tame your stack with a single config
Dockerfile
.env
gitlab-ci.yml
docker-compose.yml
actions.yml
workflow.yaml
Dockerfile
.env
gitlab-ci.yml
docker-compose.yml
actions.yml
workflow.yaml
Dockerfile
.env
gitlab-ci.yml
docker-compose.yml
actions.yml
workflow.yaml
Dockerfile
.env
gitlab-ci.yml
docker-compose.yml
actions.yml
workflow.yaml
.bit-ship/bit-ship.yml
version: '1.0'
images:
  default:
    name: bitship/bit-8245d4aa9d61019a2ed1cdda521f31841488a3f7fee3f3abccd25c126925b7e4
    dependencies:
      node: latest
      pnpm: latest

tasks:
  dev:
    script: npm run dev
  build: npm
    script: npm run build

jobs:
  ci:
    tasks:
      - build

apps:
  web:
    task: dev
    expose:
      - port: 5173
      localHost: web.localhost
      access: public

Cut the noise, focus on shipping

Bit-Ship platforms your code. We are building the road for you to drive on.