Build
Produce static output: dist, build, public, generated docs, or a single HTML file.
Demos, repros, docs, reports, and agent output.
WGW Deploy turns a local folder or single file into two links: a live URL for sharing and a pinned revision for exact reviews. No Git push, no hosting project, no dashboard detour.
Build output is not finished until someone else can open it. WGW Deploy makes the handoff a URL, not a repo instruction or a zip file.
Use the live URL when reviewers should see the newest deploy. Use the pinned URL when the exact snapshot matters.
Produce static output: dist, build, public, generated docs, or a single HTML file.
Run wgw-deploy from the project or point it at the folder you want online.
Use the live URL when the next deploy should replace what reviewers see.
Use the pinned URL when the exact deployed files need to survive later updates.
One deploy produces the two URLs teams actually need: one that moves forward, and one that never moves. Static serving stays separate from the deploy API.
Deploy a directory or one file from whatever produced it: Vite, Astro, exported Next.js, generated docs, reports, or dashboards.
Each local project gets a stable URL that moves to the newest deploy.
Every deploy also gets an immutable URL for reviews, evals, bug reports, and handoffs.
Start on a wgw.lol subdomain, then map your own hostname when the artifact needs a real address.
Static files are served from Cloudflare assets. The deploy API is not in the page request path.
Temporary previews can stay temporary. Remove the project when the review, repro, or handoff is finished.
Use it when the work is only useful if someone can inspect it now. Demos, repros, docs, dashboards, reports, and agent results all fit the same deploy path.
Build the app, deploy the output folder, and paste the live URL where the review is already happening. No repo access, localhost tunnel, or hosting project required.
Use the pinned revision when a bug report needs exact files. Later deploys can update the live URL without rewriting the evidence.
Put generated docs, reports, coverage pages, or static dashboards online without creating a separate site for each artifact.
Let a coding agent publish its generated page, repro, docs, or report and hand back something a human can open immediately.
The live URL belongs in pull requests, chat threads, docs, and client notes. It always opens the newest deploy for that project.
The pinned URL never changes. Use it when a bug report, design review, eval, or agent run needs to point at exact files, not "whatever was latest that day."
Agents produce pages, repros, docs, traces, screenshots, and apps. They need a deploy path they can call from a tool, without inventing a release process.
wgw-deploy gives agents llms.txt, a Skill, and a small CLI surface. One command and the output is live on the CDN.
Plain product context for language models.
Instructions for when to deploy and which command to run.
A small command surface that works from the agent's working directory.
A durable artifact for exact reviews, evals, bug reports, and handoffs.
wgw-deploy is FSL-1.1-ALv2. Read it, modify it, run it privately, and self-host it on your own Cloudflare account.
The license has a do-not-compete clause for offering wgw-deploy itself as a competing hosted deploy service. The code converts to Apache-2.0 after two years.