Skip to content

Replatform Pipeline

Wix → Cloudflare static site replatform. Hand-authored matchers + deterministic assembler. $0/page in the hot path. Targets the FCR portfolio (1800 sites).

Start here

  • Pipeline overview — the six phases, what each one does, where to find the source, runbook per site.
  • Architecture — deeper design notes, why we picked the deterministic-assembler path over the LLM-in-the-hot-path predecessor.
  • Known patterns — what we've learned about Wix shapes that bite the pipeline. Add an entry here every time you fix a new pattern so future builds inherit the lesson.
  • Known issues — open bugs per site. Triage state, not durable knowledge — fixes get committed and the entry deleted.

Decisions

Local preview

pip install -r requirements.txt
mkdocs serve
# http://127.0.0.1:8000

Build static site

mkdocs build      # outputs to ./site/