The fastest way to get online.
Go from 0 to 1. Describe what you want — Bool builds it, hosts it, and gives you a live link in under a minute.
0 → 1 in one step
Most tools help you code. Bool gets you live.
Idea to URL in under a minute
You describe it, Bool builds it — frontend, backend, hosting, all in one flow. You get a live URL to share before you'd finish setting up a repo.
Instantly shareable
Every project gets a live URL on bool01.com the moment it's built. No deploy step — it's already live.
One command to ship
bool shipit — that's the whole deploy process. No account required.
Keep iterating
Edit in the browser or redeploy from the CLI. Same URL, new version, zero downtime.
Ship from the terminal
Install the CLI. Run one command. Go from 0 to 1.
1. Install
npm install -g bool-cli
2. Authenticate (optional — skip to deploy anonymously)
bool auth login
3. Deploy
bool shipit
bool deploy
Push a new version
bool pull
Download files locally
bool list
See all your Bools
Your agent's deploy target
Agents write code. Bool puts it online.
One command from code to live
Your agent writes the code. bool shipit does the rest — no account, no infra config, no CI/CD. Just a live URL, returned in seconds.
Zero setup
No sign-up, no API key, no config. bool shipit works anonymously out of the box.
Real URLs, instantly
Every deploy returns a live link on bool01.com. Hand your user a working URL in seconds.
Machine-readable output
Every CLI command supports --json so your agent can parse results and act on them.
Iterative deploys
Ship updates to the same URL. Bool tracks versions — users always get the latest.
0 → 1 in two lines
# Your agent generates code, then:
bool shipit ./my-site # No account, no API key — just deploy
# Returns: https://my-site.bool01.com