What problem does it solve?
Getting a website or web app built in a sandbox onto a live, shareable URL involves choosing the right hosting path, handling accounts and credentials, and avoiding security mistakes. This Skill guides the full publish decision and execution, from instant no-account previews to permanent production deployments.
Core Features & Use Cases
- Instant zero-account publishing: Deploy static sites to a live Cloudflare URL using
wrangler deploy --temporary, with no login or credentials required, plus a claim URL to keep the site.
- Permanent hosting on Vercel: Deploy framework apps (Next.js), prebuilt outputs, or any Dockerfile as an autoscaling function using the Vercel CLI or browser-based Vercel Drop.
- Mandatory pre-publish security review: Run a structured security audit covering dependency vulnerabilities, hardcoded secrets, injection-prone code patterns, and open CORS before anything goes live.
- Publish guardrails: Enforces never publishing unprompted, honest takedown practices, runtime-dependency checks, and data-persistence disclosure.
- Use Case: You just built a landing page in the sandbox and want to share it with a colleague. The Skill builds the site, runs the security review, deploys it with
wrangler deploy --temporary, and hands you a live URL plus a claim link within one turn.
Quick Start
Ask the agent to publish the site you just built to a live shareable URL, and it will build the project, run the security review, and deploy it.