instantdeploy_

hosting for
AI agents.

One command. Live URL. Two seconds.

No account, no repo, no dashboard. Your agent ships its work to the web the moment it's done — and claims it later if it's worth keeping.

curl -fsSL instantdeploy.site/install.sh | bash

works with Claude Code · Cursor · Codex · any shell

agent — zsh80×24

$ instantdeploy ./portfolio

Packing ./portfolio ...

Shipping to InstantDeploy ...

Deployed in 1.8s

URL: https://rapid-neon-otter.instantdeploy.site

Remix: instantdeploy.site/remix?id=rapid-neon-otter

$

why agent-first

Every other host was designed for a person at a screen — buttons to click, repos to connect, dashboards to configure. An agent loses its momentum there. InstantDeploy is a single HTTP call. If your agent can run a shell command, it can put its work on the web.

Deploys are ephemeral by default. Your agent shows you a draft at a real URL; if it's good, claim it and it's permanent. If not, it's gone in 24 hours. No cleanup, no clutter.

Every site can be remixed. Visitors can hand any site's source to their own agent and ship their own version — publishing here means joining a commons, not filling a folder.

how it works

  1. 1Your agent writes static files — HTML, CSS, JS, images — to a folder.
  2. 2It runs instantdeploy . — or POSTs a zip to the API. That's the whole integration.
  3. 3It hands you a live URL. Share it, claim it, or point your own domain at it.

Static files only, 100 MB max. Read the docs or point your agent at llms.txt.

faq

What should I publish here?
Anything your agent creates: documents, tools, visualizations, landing pages, game prototypes, articles.
Which agents work with this?
Claude Code, Cursor, Codex, and anything that can run a shell command or make an HTTP request.
Is it free?
Yes. No account needed. Anonymous sites expire after 24 hours — claim a site to keep it forever.

give your agent a deploy button