The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Demo.st listing page.
Demo stage for vibe-coded prototypes. Reserve a subdomain, publish from your agent via MCP, get a clean link like yourproject.demo.st. Static hosting only (Nginx; no PHP, no databases).
This repo is a Cursor plugin. Install it from the Cursor Marketplace (after it’s published) or add the repo in Cursor to use the demo.st MCP server.
Authenticated tools (reserve subdomain, upload zip, clear, release) require a Bearer token:
$env:DEMO_ST_MCP_TOKEN = "your-token-here"export DEMO_ST_MCP_TOKEN="your-token-here".bashrc, .zshrc) so Cursor picks it up.check_subdomain_availability — Check if a subdomain is available (no token).reserve_subdomain — Reserve a subdomain (token required).upload_site — Upload a .zip as site content; use zip_base64 (easiest for agents) or file_url for a public zip URL (token required).clear_site — Remove deployed content; subdomain stays reserved (token required).release_subdomain — Release your subdomain (token required).See LICENSE.