npm run builddist/
The app already became files. Do not make the reviewer rebuild it.
WGW Deploy turns static output into a public URL from the terminal. The latest link keeps moving. The pinned link keeps the exact deploy alive for the work that needs a record.
$ npx wgw-deploy
dist/ local files
careful-fall-mqstr7zz generated project
latest https://careful-fall-mqstr7zz.wgw.lol/
pinned https://careful-fall-mqstr7zz--26704cb219eb67f3.wgw.lol/A static folder is useful only after someone can open it. WGW Deploy cuts the dead space between finished files and a link in the thread.
npm run buildThe app already became files. Do not make the reviewer rebuild it.
npx wgw-deployDefault deploy picks up dist and publishes it to a generated wgw.lol project URL.
npx wgw-deploy --domain review.example.comWhen the artifact needs a memorable address, assign a WGW subdomain or external hostname.
npx wgw-deploy --list --jsonInspect project hashes, cwd and dir ownership, URLs, and expiration dates before touching state.
npx wgw-deploy --deleteRemove the local and remote project when a temporary preview no longer needs to exist.
A moving pointer for demos, review threads, dashboards, and docs that should reflect the newest deploy.
https://careful-fall-mqstr7zz.wgw.lol/A fixed revision for bug reports, evals, audits, and handoffs where the exact files matter.
https://careful-fall-mqstr7zz--26704cb219eb67f3.wgw.lol/WGW Deploy does not ask what framework made the files. It takes the static output and gives back URLs that fit the next conversation.
$ npx wgw-deploy --skill
prints when to deploy
prints which URL to return
prints what not to upload
$ npx wgw-deploy --list
reads local project state before actingInstall the deploy reflex with npx wgw-deploy --skill.
Deploy generated output instead of explaining where it lives.
Return both URLs when the CLI prints both.
Use pinned links for exact evidence and latest links for moving review.
Keep secrets out of the deployed folder.
Start with a generated WGW domain. Move to a named WGW subdomain or external hostname when the artifact needs a stable public address.
$ npx wgw-deploy --domain launch-preview
url https://launch-preview.wgw.lol/
$ npx wgw-deploy --domain docs.example.com --json
dns CNAME docs.example.com -> cname.wgw.lol
$ npx wgw-deploy --delete-domain