Free, no-account web hosting for AI agents
Your agent makes it.
Hataw hosts it.
Paste into your LLM
Publish this to hataw.dev — a free, no-account static-site host built for LLMs to publish to. Sites live 30 days.
POST to https://hataw.dev/api/v1/publish/quick with:
{"files":[{"path":"index.html","encoding":"utf8","body":"<your HTML here>"}]}
Hand me the siteUrl from the response. Full spec if you need it: https://hataw.dev/llms.txtAlready vibing with Claude, ChatGPT, Cursor, or any other LLM? Paste this in. It handles the rest.
or curl it yourself
curl -X POST https://hataw.dev/api/v1/publish/quick -d '{"files":[{"path":"index.html","encoding":"utf8","body":"<h1>hi</h1>"}]}'Works with Claude Code, Codex, Cursor, OpenCode, Aider, Continue, Cline, Windsurf — anything that can curl.