The whole review (hub, three variants, feedback form) is a single folder of static files — no build step, no server. Drop it on Cloudflare Pages and you've got a sharable URL. Anyone on the team can do this. No git account needed.
Download this entire project as a zip from the chat (the "Present for download" link), or pull from the repo if it's been committed. You only need these files:
Put them all in one folder on your desktop. Let's call it silk-home-review/.
Make sure Review Hub.html is at the top level — that's the page reviewers land on.
silk-home-review (or whatever you want — this becomes the subdomain).We don't need a git repo for a review deploy. Upload assets takes a folder, publishes it, and you're done. When you make changes, drop the new folder over the top.
silk-home-review/ folder onto the upload zone.
You'll get a URL like https://silk-home-review.pages.dev. That's the live review.
Send the team three things in your message (Slack / WeChat / email):
https://silk-home-review.pages.dev/Review%20Hub.html — they start hereThe feedback form autosaves to each reviewer's browser. When they're done, they hit "Copy as text", paste into whatever response thread you set up (Slack DM, shared doc, email reply).
If you want it on the real domain — e.g. review.project-silk.com — instead of
pages.dev:
review.project-silk.com.When you want to push a fix or a new variant:
| If… | Then… |
|---|---|
| Variant pages show blank | Make sure all the .jsx files (a-app.jsx, b-app.jsx, c-app.jsx, hero-canvas.jsx, tweaks-panel.jsx) and styles.css are at the root of the upload folder, alongside the HTML files. |
| Thumbnails missing on hub | Confirm thumbs/ folder uploaded with the three PNGs inside. |
| Fonts look wrong | Prototype uses Google Fonts CDN. If you preview from inside China without VPN, fonts may not load. Production site self-hosts these (separate decision). |
| Want password protection | Cloudflare Access → set up an Access policy for the project → require email confirmation. Free tier covers up to 50 users. |
Once you've synthesized feedback and picked a direction:
silk-home-review-v0.pages.dev and create a fresh project for the next round (v1).Either way, the next round of design work happens in the same Cowork project. Each new variant gets bundled the same way and re-uploaded.