# local path · ./launch-dashboard
$
The deploy command for coding agents
Publish static HTML, CSS, and JS as a temporary public URL. No server to run, no backend to deploy. Prototypes, reports, and docs builds become an address you can send.
# local path · ./launch-dashboard
$
npx wirecopy site ./launch-dashboard
Teach your agentnpx skills add wirecopy/skills
Static output, expires in 24h by default.
No repo. Viewers need no account.
The bottleneck
A working client prototype, done before lunch.
A new repo, a new project, a domain to wire up.
Not a pipeline. Just a link that opens.
Wirecopy’s answer: one command → one address. Try with npx
From finished to seen
Screenshots lose the result. Deployment platforms create another project. Wirecopy returns one temporary URL.
Use npx from a terminal or agent, no global install required. Or publish from the dashboard.
A prototype folder, report, documentation build, or file already on your machine.
Paste the temporary URL into chat, an issue, or a review request. Recipients just open it.
Bring your own storage
Connect Cloudflare R2, Amazon S3, MinIO, or Backblaze B2. HTTPS only, access keys encrypted at rest. Wirecopy verifies each file against the publish manifest and serves it. Your bucket holds the bytes at rest, with no mirror in Wirecopy’s own storage.
Bring-your-own-storage is what Pro is for: $7 a month. See Pro pricing
Zero install
No global package required. Agents and CI can use the same command.
Full quickstart$ npx wirecopy site ./dist
→ https://s-example.wirecopy.site
expires in 24h · revoke anytimeWorking output
Reviewers open the interaction, report, or docs build at a temporary address. Wirecopy serves static output only, no databases or server functions. Links expire and can be revoked. Wirecopy doesn’t profile recipients.
For coding agents
Your agent already has a terminal. One line in AGENTS.md or CLAUDE.md tells it what to do with finished output. --json hands back the URL as data it can pass along.
# AGENTS.md / CLAUDE.md
When you finish a prototype, report, or docs build, run `npx wirecopy site <output-dir> --json` and share the returned URL.Where it sits
Each of these is good at its job. This is a different job.
Built for production apps with a repo and a pipeline. A throwaway demo needs neither.
Expose a machine that has to stay on. A published site outlives the laptop.
Flatten a working prototype into a picture. A published one still clicks.
Run npx wirecopy publish ./report.pdf for a temporary file link with expiry and revoke.
Built to be checked
Every file is checked against its publish-time SHA-256 manifest.
Every site gets an isolated wirecopy.site subdomain. No cookies.
Expire on schedule or revoke anytime. The URL dies immediately.
No visitor profiles. Wirecopy never records who opened a link.
Plans
The next handoff
Publish the working output, send the address, and move on.
npx wirecopy site ./distFree includes five publishes a day. Compare plans · Agent setup