clawd.htmlv1.0

The URL for
AI-generated HTML.

Models now output interfaces, not just words — dashboards, mocks, decks, plans. Clawd is the infrastructure they need: paste any HTML, get a clean, sandboxed link in seconds. No screenshots. No deploys.

clawd.html/v/aj3p2k9qlive
01Why

HTML is becoming a medium for thinking.

Walls of markdown skim. Interfaces don't. When an agent ships you twenty self-contained HTML files — annotated diffs, clickable mocks, side-by-side options — you actually read them. They need a URL. That's the gap clawd.html fills.

Multi-file bundles too: dump a directory of linked HTML files and ship it as one URL. Sub-paths and internal <a href> links just work.

    01
    Dashboards

    One-off status views agents render from raw data.

    02
    Mockups

    Clickable design comps and component variants.

    03
    Decks

    Arrow-key presentations generated on demand.

    04
    Code reviews

    Annotated diffs and module diagrams.

Thesis inspired by The Unreasonable Effectiveness of HTML by Thariq.

fig 0.1

A stack of model outputs collapses into one share link.

02How it works
01
Paste your HTML

Drop source from any model — Claude, ChatGPT, an agent's stdout.

02
Pick visibility & expiry

Private, workspace, unlisted, or public. Permanent or self-destructing.

03
Send the link

Teammates open a rendered page in a sandboxed iframe. No deploys.

03Install

Three ways to ship.

An agent skill auto-installs into 55+ tools. An MCP server gives any client the verbs. A CLI for scripts and CI. All three talk to the same API, same token.

04For agents

Let your agents publish for you.

Generate a scoped API token in Settings, then your scripts, CI, or AI agents can ship pages on your behalf. Pipe HTML straight from a model into a shareable link.

  • stdin and file input — composes in any pipeline.
  • --json output on every read command.
  • Edit existing pages with PATCH or `clawd update`.
  • Same visibility, workspace, and expiry options as the UI.
Read the docs
clawd — zsh
$ npm i -g @avr00/clawd-html
$ export CLAWD_TOKEN=clawd_live_…
# pipe HTML straight from a model
$ llm "build me a pricing page" \
| clawd publish --title "Pricing" --visibility unlisted
https://clawd-html-puce.vercel.app/v/aj3p2k9q
05Examples

What gets published.

Landing pages, resumes, dashboards, status reports, design comps — anything an agent can render. Each link below was generated end-to-end.

hello.html
Landing/v/h2x8
resume.html
Resume/v/r71m
dashboard.html
Dashboard/v/9k4p
Stop pasting code in chat

The next page your LLM gives you deserves a real URL.