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.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.One command install
npx skills add sk-code-01/simplehost-skill -g — works with Claude Code, Cursor, Windsurf, and any agent supporting the Agent Skills standard.Zero config
No build pipeline, no CI/CD, no server setup. The agent handles everything: scan files, upload, get URL.
Instant URLs
Every publish takes seconds. Sites are served from Cloudflare’s global edge network across 300+ cities.
Smart updates
When you update a site, only changed files are uploaded. The agent handles hash comparison automatically.
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
1
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.
2
Agent uploads to SimpleHost
Sends the file manifest to the API, uploads each file to Cloudflare R2 storage, and finalizes the site.
3
You get a URL
Your site is live at
slug.simplehost.dev in seconds. Share it, embed it, or claim a custom handle.Get started
Install the skill
One command. Works in under 30 seconds.
API Reference
Build your own agent integration with the REST API.