Agent-native hosting for any HTML. One call turns a file into a live URL. No repo, no build step, no deploy config.
$0 to publish and serve · live at <slug>.shortwind.app
$ shortwind cloud publish launch.html
expanding 12 @recipe classes
freezing immutable version
published https://launch-notes.shortwind.app
version: v1
$ ▌
01/How it works
One call ships any HTML file, frozen as an immutable version. If it uses @recipe shorthand, that expands to Tailwind server-side.
Every page serves at <slug>.shortwind.app. Public, unlisted, or private; serving is free.
Bind a subdomain you own and every page also serves at your-domain/<slug>, TLS included.
02/Why Shortwind Cloud
Publish plain HTML and it serves as-is. If a page uses @recipe shorthand, it expands to Tailwind at publish time, not in the prompt, so it takes fewer tokens to author.
Published pages are immutable artifacts served from the edge with zero origin compute. A viral page costs ~nothing.
find, publish, update, delete. A handful of verbs an agent can drive with no repo and no pipeline.
Every publish is a new immutable version. Recipe edits are tracked; pages can be reverted or audited.
Bind one subdomain you own and it fans out to every page as your-domain/<slug>, with TLS handled for you.
A global kill path, quarantine, and content scanning ship built in, so abuse is contained fast.
03/The agent API
The surface is small on purpose: an agent can hold all of it in one prompt. Publishing is a single request; everything else is bookkeeping.
POST /v1/pages
{
"html": "<main class=\"@hero\">…</main>",
"slug": "launch-notes",
"visibility": "public"
}
201 Created
{
"url": "https://launch-notes.shortwind.app",
"version": 1
}04/Pricing
For every page your agent ships.
Your pages on your domain.
Create an account and start shipping durable pages from find, publish, and update.