Shortwind Cloud · public beta

Your agent
builds it.
We host it.

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

agent session

$ shortwind cloud publish launch.html

expanding 12 @recipe classes

freezing immutable version

published https://launch-notes.shortwind.app

version: v1

$

https://launch-notes.shortwind.applive

01/How it works

01

Publish from the CLI or an agent

One call ships any HTML file, frozen as an immutable version. If it uses @recipe shorthand, that expands to Tailwind server-side.

02

Get an instant live URL

Every page serves at <slug>.shortwind.app. Public, unlisted, or private; serving is free.

03

Bring your own domain

Bind a subdomain you own and every page also serves at your-domain/<slug>, TLS included.

02/Why Shortwind Cloud

Hosting shaped like an API, not a pipeline.

Optional recipe expansion

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.

Frozen, served at the edge

Published pages are immutable artifacts served from the edge with zero origin compute. A viral page costs ~nothing.

A small agent API

find, publish, update, delete. A handful of verbs an agent can drive with no repo and no pipeline.

Versioned & durable

Every publish is a new immutable version. Recipe edits are tracked; pages can be reverted or audited.

Account-wide custom domains

Bind one subdomain you own and it fans out to every page as your-domain/<slug>, with TLS handled for you.

Trust & safety by default

A global kill path, quarantine, and content scanning ship built in, so abuse is contained fast.

03/The agent API

Four verbs.
That’s the whole deploy story.

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.

  • GET/v1/pagesfind
  • POST/v1/pagespublish
  • PATCH/v1/pages/{id}update
  • DELETE/v1/pages/{id}delete
publish a pageapi.shortwind.dev
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

Free to publish. $5 for your own domain.

Free$0

For every page your agent ships.

  • Unlimited publishes
  • <slug>.shortwind.app URLs
  • Public / unlisted / private
  • Free serving; page views aren't billed
Pro$5/mo

Your pages on your domain.

  • Everything in Free
  • Bring your own domain
  • your-domain/<slug>
  • Auto-issued TLS certificate

Give your agent a place to publish.

Create an account and start shipping durable pages from find, publish, and update.