Playbook: port a site
Webflow (or any static site) to Vercel, tracked and editable.
Fast path
Console → Port a site → paste the source URL and a project name (kebab-case, suffix -site for client sites). The porter runs the whole pipeline (see Porter). Takes a few minutes.
Verify (required)
- Live URL serves and matches the source visually.
- No Webflow badge, no blank pages (SRI strip worked).
data-website-idpresent in the page head (Umami injected).- Site appears in the console and pages list loads.
Manual path
~/Desktop/code/site-cloner/clone.py <url> <dir> then --deploy --scope withunify. Use only when the Actions pipeline is unavailable.
Cautions
- Do not port sites we do not own or manage. This was declined once (cursor.com) and stays declined.
- Forms still post to Webflow; keep the Webflow project alive until the forms module replaces them.