dmenchaca

13 mods across 1 repository, 27 stars between them.

webflow-to-react

01

dmenchaca/webflow-to-react

Skill Claude CodeCodex

Converts a Webflow HTML export into a maintainable React app with TanStack Start (SSR, TanStack Router conventions) using an idiomatic React-first approach. Sets up Storybook early, builds UI primitive + page-section SOT components with variant stories before composing routes. Use when the user has a Webflow export…

27 2mo ago A 258 tokens original MIT

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

06

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