Skip to content

polunzh/show

Repository files navigation

Show

Temporary static hosting for AI Agents. Say "deploy to show" in your Agent, get a public preview URL, auto-expire after 48 hours.

中文文档

Quick Start

npx skills add polunzh/show

Then say "deploy to show" in your Agent. That's it.

Features

  • Agent-native — just say "deploy to show" in Claude Code, Codex, or OpenCode
  • Zero install — skill uses bash, tar, and curl. Nothing to install.
  • 48-hour auto-expiry — deployments clean up automatically
  • SPA support — handles client-side routing fallback
  • Anonymous deploys — no token needed for the public instance, IP rate-limited
  • Token auth for self-hosted — optional deploy token for private instances
  • Zero cost — runs within Cloudflare free tier limits

How it works

The skill instructs your Agent to:

  1. Find the build output directory (./dist, ./build, etc.)
  2. Pack it into a tar.gz
  3. Upload via curl to the Show API
  4. Return the live URL

No CLI binary, no global install, no config. Just npx skills add and go.

Limits

Constraint Value
Max upload size 10 MB (compressed and extracted)
Max files per deployment 100
Deployment lifetime 48 hours
Supported file types HTML, CSS, JS, JSON, images, fonts, SVG, XML, etc.

Self-Hosting

Show is open source and designed to run on your own Cloudflare account at zero cost. See Self-Hosting Guide for setup instructions.

Development

# Start Worker locally
vp run worker:dev

# Run tests
vp test

# Lint and type check
vp check

License

MIT

About

Temporary static hosting for AI Agents. Deploy with one command, auto-expire in 48h. Built on Cloudflare free tier.

Topics

Resources

Stars

Watchers

Forks

Contributors