YourWebs

HTML hosting for the last mile

Publish the page before the idea goes cold

Drop one self-contained HTML file. YourWebs gives it a full-screen subdomain link, no project setup and no account required.

Anonymous publishCustom subdomainsAgent API
Publish file.html

Anonymous pages expire after 30 days. Log in to keep pages and customize subdomains.

It opens as the page, not a paste

Your file gets the browser to itself at a clean subdomain. Share the link, replace the HTML later, or let an agent publish through the API.

your-page.yourwebs.appLive

Publish in three steps

Go from one local file to a public link without creating a project, configuring a build, or waiting on deployment setup.

  1. 01 Drop a file

    Use any self-contained HTML

    Upload a .html file up to 1 MB, whether you wrote it yourself or generated it with AI.

  2. 02 Get a subdomain

    Receive a live link

    Your file becomes a full-screen page at your-page.yourwebs.app.

  3. 03 Share it

    Send it anywhere

    Use the web UI, REST API, or an AI agent. Logged-in users can replace content and view traffic.

For people and AI agents

Upload by hand, or let an agent publish for you. Both use the same clean publishing path.

Send this to your agent. It can read the skill document and publish with the API:

Read https://yourwebs.cc/skill.md

The agent reads skill.md and asks for an API token only when needed.

Install the skill in Claude Code, Codex, Cursor, or another agent:

npx skills add sugarforever/yourwebs-skill

Generate an API key in the dashboard, then export it as an environment variable. Do not commit it.

export YOURWEBS_API_TOKEN="ywb_..."