← Back to site

Owner handbook

Go live

This preview at cherry.cybush.uk is supportable once the steps below are in place. The long-form checklist lives in docs/GO_LIVE.md.

  1. Put authentication in front of /admin (Cloudflare Access, Workers Auth, magic link, or a password). Do not leave the demo CMS public.
  2. Decide who can edit, and add an audit trail before more than one person writes content.
  3. Bind KV (already named SITE_CONTENT) in production so saves survive deploys. File JSON is only the seed.
  4. Choose whether cherry-dance.com stays on Wix, or this Worker becomes the public site after a domain cutover.
  5. Keep TeamUp, Online Ticket Seller, and Clothing Kings as systems of record. This site should link out, not clone checkout. Do not send shoppers to the outdated Wix /shop tiles.
  6. Plan image uploads (R2 + Images / CDN) instead of stuffing photos into the repo.
  7. If you add a contact form, handle GDPR: consent, retention, and a real mailbox.
  8. Snapshot KV (or export JSON from Admin) for backups and rollback.
  9. After each show, move it to “passed” and keep the exact Online Ticket Seller event URL. Grove 2027 Fridays already have event links (174888–174893); keep them scheduled until you promote one. Do not invent ticket prices. Keep 18+ on every cabaret listing.
Open demo CMS

Full checklist: docs/GO_LIVE.md in the repository.