Drop anything
A folder, a file, a build directory. Browser or CLI—the manifest is the same.
From a folder to a global, SSL-secured site in one command. No pipelines. No configuration archaeology. Just terminal velocity.
Login once, point at any folder, and get a permanent URL. Every upload is immutable until the full deployment is ready to flip live.
$ npm run build
✓ built 42 files in 812ms
$ yeeet deploy ./dist --name comet
Uploaded 42 / 42 · 2.4 MB
✓ Live at https://comet.site.yeeet.dev
A folder, a file, a build directory. Browser or CLI—the manifest is the same.
Short-lived signed URLs move bytes straight to private object storage.
Wildcard TLS, clean URLs, ETags, range requests, and edge caching by default.
Stable JSON, predictable exit codes, API keys for unattended runs, and an OpenAPI contract. If it can make a folder, it can yeeet it.
Read the agent guide$ YEEET_TOKEN=yeeet_••• \
yeeet deploy ./out \
--name docs --json
{
"status": "ready",
"url": "https://docs.site.yeeet.dev",
"deployment": "dpl_…"
}