dmenchaca/webflow-to-react

Agent skill to migrate a Webflow site to React.

27Stars on the repository
13Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

dmenchaca/webflow-to-react

Cursor rule

Netlify + TanStack Start — netlify.toml at repo root with [build] base; MISSION CRITICAL — dashboard Build settings (Base, Publish, Build command, Functions directory, etc.) must stay empty or deploys break.

27 2mo ago A 0 tokens original MIT

dmenchaca/webflow-to-react

Cursor rule

Netlify (and most CI) runs npm ci in web/ when web/package-lock.json exists. npm ci installs exactly what the lockfile pins — not “whatever npm install resolves today”.

27 2mo ago C 0 tokens original MIT

performance-cwv

05

dmenchaca/webflow-to-react

Cursor rule

Core Web Vitals — font preload, deferred analytics, optional CLS overrides, LCP images; expectations for render-blocking CSS on Webflow migrations.

27 2mo ago A 0 tokens original MIT

dmenchaca/webflow-to-react

Cursor rule

Netlify SSR (TanStack Start) — fix Cannot use import statement outside a module / ERRREQUIREESM by adding the offending package to ssr.noExternal in web/vite.config.ts. Always run the SSR import smoke test before pushing.

27 2mo ago A 0 tokens original MIT

dmenchaca/webflow-to-react

Cursor rule

After Webflow → React migration, drop editor-only HTML fingerprints and fix generator/OG URLs so stack scanners (Wappalyzer, BuiltWith) do not falsely imply the site is still “hosted on Webflow”.

27 2mo ago A 0 tokens original MIT

dmenchaca/webflow-to-react

Cursor rule

Keep Webflow class names and compiled CSS verbatim during migration; don't refactor to Tailwind utilities until visual parity is confirmed.

27 2mo ago A 0 tokens original MIT