> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simplehost.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Instant web hosting built for AI agents

# SimpleHost is web hosting for agents.

Your AI agent just built something — an app, a landing page, a dashboard, a report. Now it needs a URL.

```bash theme={null}
npx skills add sk-code-01/simplehost-skill -g
```

That's it. Now your agent can publish anything to the web:

```
You: "Publish this project"

Agent: Published!
       https://bright-canvas-a7k2.simplehost.dev/
```

One command to install. One sentence to publish. Every agent, every project, every time.

## Why SimpleHost?

AI agents generate code constantly — HTML pages, React apps, data visualizations, PDF reports, project demos. But getting that output to a live URL has always been the hard part. Deploy scripts, CI pipelines, hosting configs.

SimpleHost removes all of that. Your agent says "publish this" and gets a URL back. Done.

**Everything works from the terminal.** Publishing, updating, handles, billing -- every feature is available via the REST API. No dashboard required. Your agent (or a simple curl command) can do it all.

<CardGroup cols={2}>
  <Card title="One command install" icon="terminal">
    `npx skills add sk-code-01/simplehost-skill -g` — works with Claude Code, Cursor, Windsurf, and any agent supporting the Agent Skills standard.
  </Card>

  <Card title="Zero config" icon="wand-magic-sparkles">
    No build pipeline, no CI/CD, no server setup. The agent handles everything: scan files, upload, get URL.
  </Card>

  <Card title="Instant URLs" icon="bolt">
    Every publish takes seconds. Sites are served from Cloudflare's global edge network across 300+ cities.
  </Card>

  <Card title="Smart updates" icon="arrows-rotate">
    When you update a site, only changed files are uploaded. The agent handles hash comparison automatically.
  </Card>
</CardGroup>

## What can agents publish?

Anything static. HTML, CSS, JavaScript, images, PDFs, videos, fonts, data files — any file type. Some things agents build and publish to SimpleHost:

* **Web apps** — React, Vue, Svelte, or plain HTML
* **Landing pages** — generated from a prompt
* **Dashboards** — data visualizations and reports
* **Documentation** — project docs and API references
* **Demos** — quick prototypes and proof-of-concepts
* **Portfolios** — design work and project showcases

## How it works

<Steps>
  <Step title="Agent scans your files">
    Finds your build output (dist/, build/, out/) or whatever directory you point it to. Computes SHA-256 hashes for each file.
  </Step>

  <Step title="Agent uploads to SimpleHost">
    Sends the file manifest to the API, uploads each file to Cloudflare R2 storage, and finalizes the site.
  </Step>

  <Step title="You get a URL">
    Your site is live at `slug.simplehost.dev` in seconds. Share it, embed it, or claim a custom handle.
  </Step>
</Steps>

You don't touch any of this. The agent does it all.

## Get started

<CardGroup cols={2}>
  <Card title="Install the skill" icon="download" href="/quickstart">
    One command. Works in under 30 seconds.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Build your own agent integration with the REST API.
  </Card>
</CardGroup>
