A step-by-step animated walkthrough of every feature in Build & Ship. Scroll to begin.
Install Build & Ship with a single command. Works on macOS and Linux.
No config. No Dockerfile. No CI/CD setup. One command does everything.
Build & Ship reads your code and knows exactly what to do. If it can't figure it out, AI takes over.
For unusual projects, the AI classifier kicks in. It reads your code, understands the structure, and either figures out how to deploy it — or tells you why it can't with a friendly explanation.
Try deploying an iOS project and you'll get a helpful message like: "This looks like an iOS app — it needs Xcode and the App Store, not a server."
Add --ui and watch the deploy in a real-time web dashboard.
Framework detection, build progress, and deploy status stream live to your browser via Server-Sent Events. No polling, no websockets — just clean, instant updates.
Three ways to deploy. Pick whichever feels right.
bs deploy from any directory.When Docker builds fail, Claude analyzes the error, rewrites the Dockerfile, and retries — automatically.
Turn any machine into a hosting node. Push code, and it deploys across your own infrastructure.
Nodes recover from crashes, restarts, and network failures automatically. Containers are restored on boot. Health checks run continuously with auto-restart on failure.
Link your GitHub repo and every push auto-deploys. No CI/CD config needed.
Databases, domains, env vars, rollbacks, logs — the full stack, all from one CLI.
bs service add postgresbs domain add myapp.combs env set SECRET=abcbs rollbackbs logs my-appbs doctorInstall in 10 seconds. Deploy in 30 more.