[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-webflow-webflow-mcpfigma-to-webflow":3,"mdc--fpvhrb-key":37,"related-repo-webflow-webflow-mcpfigma-to-webflow":1341,"related-org-webflow-webflow-mcpfigma-to-webflow":1460},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":32,"sourceUrl":35,"mdContent":36},"webflow-mcpfigma-to-webflow","webflow-mcp:figma-to-webflow","convert Figma designs to Webflow pages","Build a Webflow page, section, component, or full site from a Figma design using the Figma MCP and the Webflow MCP (Designer Bridge + Data API). Use whenever translating a Figma file\u002Fframe into Webflow, building directly in a Webflow project, or implementing a design as live Webflow elements\u002Fstyles (not a copy-paste fragment). Triggers: \"build this Figma in Webflow\", \"Figma to Webflow\", \"implement this design in Webflow\", a figma.com URL + a Webflow site, \"recreate this in my Webflow project\".",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},"webflow","Webflow","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fwebflow.png",[13,15,18,21],{"name":10,"slug":9,"type":14},"tag",{"name":16,"slug":17,"type":14},"Frontend","frontend",{"name":19,"slug":20,"type":14},"Figma","figma",{"name":22,"slug":23,"type":14},"Design","design",107,"https:\u002F\u002Fgithub.com\u002Fwebflow\u002Fwebflow-skills","2026-07-24T06:08:45.515221",null,17,[30,31],"agent","skills",{"repoUrl":25,"stars":24,"forks":28,"topics":33,"description":34},[30,31],"Official Webflow Agent Skills","https:\u002F\u002Fgithub.com\u002Fwebflow\u002Fwebflow-skills\u002Ftree\u002FHEAD\u002Fplugins\u002Fwebflow-skills\u002Fskills\u002Ffigma-to-webflow","---\nname: webflow-mcp:figma-to-webflow\ndescription: >-\n  Build a Webflow page, section, component, or full site from a Figma design\n  using the Figma MCP and the Webflow MCP (Designer Bridge + Data API). Use\n  whenever translating a Figma file\u002Fframe into Webflow, building directly in a\n  Webflow project, or implementing a design as live Webflow elements\u002Fstyles\n  (not a copy-paste fragment). Triggers: \"build this Figma in Webflow\",\n  \"Figma to Webflow\", \"implement this design in Webflow\", a figma.com URL +\n  a Webflow site, \"recreate this in my Webflow project\".\n---\n\n# Figma → Webflow\n\nTranslate a Figma design into a live Webflow project: real elements, styles,\nassets, fonts, and (optionally) custom code + interactions.\n\n## Instructions\n\nFollow this order exactly. When a step says to read a reference file, read it\nbefore doing that work; those files contain the failure modes for that step.\n\n## Non-Negotiable Gates\n\nTreat these as build gates, not suggestions. If you cannot satisfy one, stop\nand explain the tradeoff instead of silently substituting.\n\n- **Bridge gate:** Designer Bridge is the default build mode. If selected, provide the Designer launch link (opens Designer with the MCP Bridge App) and wait for the user to open it with that tab foregrounded before bridge-dependent steps. If the bridge disconnects, keep structural work headless and reconnect before snapshots\u002Fcanvas inspection.\n- **Native style gate:** apply styles with `data_style_tool`, never with the `data_whtml_builder` `css` param or raw `var()` strings. Otherwise styles land in Custom properties instead of native controls. Bind Webflow variables with `variable_as_value`.\n- **Visible element gate:** build with real Designer-visible elements and native classes. Do not use embed `\u003Cstyle>` blocks, `::before` \u002F `::after`, or other hidden constructs for normal layout\u002Fdecorative elements.\n- **Class existence gate:** create every class with `data_style_tool create_style` before using it in WHTML\u002Felement class lists. Webflow can silently drop class names that do not exist yet.\n- **Variables gate:** decide the Webflow variable\u002Fdesign-system strategy before creating styles. Do not hard-code repeated colors\u002Ftype\u002Fspacing\u002Fradii unless the user explicitly chooses hard-coded output.\n- **Vector gate:** logos, icons, and marks must be inline SVG embeds, not PNG\u002FJPG uploads, unless the user explicitly approves raster fallback.\n- **Raster quality gate:** hero\u002Fproduct\u002Fmockup images must use a confirmed 2x source where crispness matters.\n- **Dashed accent gate:** dashed lines, dividers, grids, accents, and underlines must use `repeating-linear-gradient`, not `border-style:dashed`, unless the user explicitly accepts browser-default dash rhythm.\n- **Navbar gate:** custom navbar mobile behavior must be CSS-only, not JavaScript. Use the checkbox\u002Fsibling-selector pattern in `references\u002Fnavbar.md`.\n- **Verification gate:** never call a build done until you have verified rendered output. If visual verification is blocked, say what is unverified and ask the user to check it.\n- **Capability gate:** do not assert that Webflow or MCP \"can't\" do something until you have tested the relevant tool path or clearly label it as untested.\n- **Publish gate:** do not publish by default. Offer `.webflow.io` publish only after build\u002Freview, and only proceed on explicit user confirmation.\n\n## Tool Surfaces\n\n| Surface | Examples | Needs Designer open? |\n|---|---|---|\n| **Data API** (headless) | `data_whtml_builder`, `data_element_builder`, `data_element_tool`, `data_style_tool`, `data_fonts_tool`, `data_pages_tool`, `data_scripts_tool`, `data_assets_tool`, publish | No |\n| **Designer Bridge** | `element_snapshot_tool`, `designer_tool` canvas\u002Fselection\u002Fnavigation, `asset_tool upload_image_by_url` | **Yes — Designer tab open AND foregrounded** |\n\n- Call `webflow_guide_tool` once before other Webflow tools. Confirm auth\u002Fsite with `whoami` + `get_site`.\n- Prefer bridge-assisted builds by default for better visual feedback, while still using `data_*` tools for DOM, classes\u002Fstyles, text, semantic tags, responsive overrides, fonts, scripts, pages, and asset records.\n- If Designer is disconnected, continue structural work headlessly with `query_styles`, `get_all_elements`, and `query_elements`; reconnect the bridge for snapshots, canvas inspection, and any still-required bridge-gated image processing fallback.\n- If a bridge tool returns `status:false` or \"Unable to connect to Webflow Designer,\" provide the Designer launch link (opens Designer with the MCP Bridge App) and ask the user to open it **and keep that browser tab in the foreground** — it idles\u002Fdisconnects when backgrounded. Retry before assuming anything broke.\n\n## Workflow\n\n### 1. Gather And Decide\n\n1. Use Figma MCP:\n   - `get_metadata` for structure.\n   - `get_design_context` for major frames\u002Fsections.\n   - `get_variable_defs` for colors, type, spacing, radii.\n   - Read page\u002Fcanvas background; do not assume white.\n2. Use Webflow MCP:\n   - `webflow_guide_tool` first.\n   - Confirm target site\u002Fpage and inspect existing variables\u002Fstyles.\n3. Ask the required setup prompts below.\n4. Confirm ambiguous design intent before building. If Figma component instances contain repeated placeholder labels, ask for intended copy instead of copying placeholders.\n\n### Required Prompts\n\nBefore creating Webflow variables, classes, or CSS, ask these four questions:\n\n- **Build mode:** Designer Bridge during build (default, better visual QA; requires Designer tab open\u002Fforegrounded) or headless first (faster, structural checks only until bridge needed).\n- **Variables\u002Fdesign system:** read existing variables and create missing ones (default), create a new design system from scratch, use existing variables only, or hard-code with no Webflow variables.\n- **Style naming:** FlowKit naming (default; reference `webflow-mcp:flowkit-naming`), existing Webflow design-system naming, or clear semantic kebab-case names.\n- **Units:** `px` (default), `rem`, or `em`. Keep units consistent; only mix when there is a clear reason.\n\nIf the user does not choose, use the defaults above. For a blank site, recommend creating a new design system from scratch and explain why.\n\n### 2. Build Foundations And Sections\n\nBefore creating variables\u002Fclasses\u002Fstyles, read [CSS rules](references\u002Fcss-rules.md).\n\n1. Create or map Webflow variables according to the selected strategy.\n2. Create reusable primitives first: page wrapper, containers, typography, spacing, buttons, image-fill, cards, nav.\n3. Create needed classes with `data_style_tool create_style` before referencing them in WHTML\u002Felement class lists.\n4. Use `data_whtml_builder` for DOM\u002Fstructure only: one root section per action, semantic tags, nesting, text, and existing class names.\n5. Style with `data_style_tool update_style`. Repeat: do **not** use the WHTML `css` param or embed `\u003Cstyle>` blocks for normal styling.\n6. Capture returned element ids. Re-find later with `query_elements`, then filter by exact class\u002Ftype before acting.\n7. Build in section-sized batches. Prefer structural verification with `query_elements` \u002F `query_styles` between visual checks.\n\n### 3. Attach Assets\n\nBefore handling images or vectors, read [Assets and SVG](references\u002Fassets-and-svg.md).\n\n1. Use `data_assets_tool create_asset` for raster assets. Download source bytes locally, compute MD5, POST to presigned S3, then verify nonzero size\u002Fvariants before placement.\n2. For hero\u002Fproduct\u002Fmockup images, confirm 2x source before placement.\n3. Bind images by asset ID with `set_image_asset`; never rely on raw `\u003Cimg src=\"...\">`.\n4. Inline vector marks as `HtmlEmbed` SVGs and set embed code with `data_element_tool set_settings`.\n5. Upload fonts with `data_fonts_tool`; never add Google Fonts `\u003Clink>` tags to head.\n\n### 4. Navbar And Custom Behavior\n\nIf the build includes a navbar, read [Navbar](references\u002Fnavbar.md) before building it.\n\n- Ask which breakpoint should collapse to hamburger.\n- Webflow native Navbar cannot be created via API\u002FWHTML. Build a semantic custom nav or ask the user to add the native element in Designer.\n- Put CSS-only component behavior in an HtmlEmbed inside the component root. Do not use JavaScript for the custom navbar.\n\n### 5. Responsive And QA\n\nBefore responsive\u002Ffinal verification, read [Verification](references\u002Fverification.md).\n\n1. Use `data_style_tool update_style` with breakpoint ids (`main`, `medium`, `small`, `tiny`). Desktop-first: set base, override downward.\n2. If Designer Bridge is selected, snapshot groups\u002Fwrappers rather than every element. Keep the Designer tab foregrounded.\n3. Verify overlays\u002Flayering with a full-page composite, not isolated-section snapshots.\n4. Do not trust first snapshots for fonts; warm cache and re-snapshot before changing font implementation.\n5. Test tool capabilities before asserting limitations. If you cannot test, say \"untested\" and describe the uncertainty.\n6. Do not claim embed behavior, custom code, blur, WebGL, animation, or mobile widths are verified from your side. Ask the user to confirm in preview\u002Fpublished site.\n7. Offer publish\u002Freview next steps. Default remains **no publish**.\n\n## Checklist before declaring done\n\n- [ ] Required reference files were read at their point of use.\n- [ ] All CSS longhand; correct breakpoints; flexbox-first.\n- [ ] Styles applied via `data_style_tool` (native controls), variables bound with `variable_as_value`, and only truly non-native CSS (`backdrop-filter`, `aspect-ratio`, `repeating-linear-gradient`, etc.) left as custom properties.\n- [ ] All class names used in WHTML\u002Felement class lists exist as Webflow styles; none were silently dropped.\n- [ ] No embed `\u003Cstyle>` blocks or `::before` \u002F `::after` pseudo-elements used for normal layout\u002Fdecorative elements.\n- [ ] Build mode followed: bridge-assisted by default with Designer tab open and foregrounded, or headless-first if the user chose it.\n- [ ] Webflow variables handled according to the selected strategy; repeated colors\u002Ftype\u002Fspacing\u002Fradii are mapped or created unless hard-coding was explicitly selected.\n- [ ] Images attached by asset ID (not orphan `\u003Cimg src>`); 2× source confirmed where crispness matters.\n- [ ] Vector marks are clean inline-SVG embeds (backgrounds stripped), or user explicitly approved raster fallback.\n- [ ] Dashed accents\u002Fdividers\u002Fgrids use `repeating-linear-gradient`, not `border-style:dashed`, unless user explicitly approved browser-default dashes.\n- [ ] Fonts uploaded + referenced by exact family name; temp `\u003Chead>` link removed.\n- [ ] Runtime-toggled classes have guaranteed CSS (not stripped).\n- [ ] Responsive overrides at medium\u002Fsmall\u002Ftiny.\n- [ ] Rendered output verified visually, or unverified items clearly reported to the user.\n- [ ] No untested capability limitation was stated as fact.\n- [ ] If published to subdomain, user asked to confirm anything you can't self-verify (embeds, WebGL, blur, mobile).\n",{"data":38,"body":39},{"name":5,"description":7},{"type":40,"children":41},"root",[42,51,57,64,69,75,80,310,316,469,561,567,574,657,663,668,742,747,753,766,867,873,885,965,971,983,1001,1007,1019,1098,1104],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"figma-webflow",[48],{"type":49,"value":50},"text","Figma → Webflow",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Translate a Figma design into a live Webflow project: real elements, styles,\nassets, fonts, and (optionally) custom code + interactions.",{"type":43,"tag":58,"props":59,"children":61},"h2",{"id":60},"instructions",[62],{"type":49,"value":63},"Instructions",{"type":43,"tag":52,"props":65,"children":66},{},[67],{"type":49,"value":68},"Follow this order exactly. When a step says to read a reference file, read it\nbefore doing that work; those files contain the failure modes for that step.",{"type":43,"tag":58,"props":70,"children":72},{"id":71},"non-negotiable-gates",[73],{"type":49,"value":74},"Non-Negotiable Gates",{"type":43,"tag":52,"props":76,"children":77},{},[78],{"type":49,"value":79},"Treat these as build gates, not suggestions. If you cannot satisfy one, stop\nand explain the tradeoff instead of silently substituting.",{"type":43,"tag":81,"props":82,"children":83},"ul",{},[84,96,147,181,199,209,219,229,255,272,282,292],{"type":43,"tag":85,"props":86,"children":87},"li",{},[88,94],{"type":43,"tag":89,"props":90,"children":91},"strong",{},[92],{"type":49,"value":93},"Bridge gate:",{"type":49,"value":95}," Designer Bridge is the default build mode. If selected, provide the Designer launch link (opens Designer with the MCP Bridge App) and wait for the user to open it with that tab foregrounded before bridge-dependent steps. If the bridge disconnects, keep structural work headless and reconnect before snapshots\u002Fcanvas inspection.",{"type":43,"tag":85,"props":97,"children":98},{},[99,104,106,113,115,121,123,129,131,137,139,145],{"type":43,"tag":89,"props":100,"children":101},{},[102],{"type":49,"value":103},"Native style gate:",{"type":49,"value":105}," apply styles with ",{"type":43,"tag":107,"props":108,"children":110},"code",{"className":109},[],[111],{"type":49,"value":112},"data_style_tool",{"type":49,"value":114},", never with the ",{"type":43,"tag":107,"props":116,"children":118},{"className":117},[],[119],{"type":49,"value":120},"data_whtml_builder",{"type":49,"value":122}," ",{"type":43,"tag":107,"props":124,"children":126},{"className":125},[],[127],{"type":49,"value":128},"css",{"type":49,"value":130}," param or raw ",{"type":43,"tag":107,"props":132,"children":134},{"className":133},[],[135],{"type":49,"value":136},"var()",{"type":49,"value":138}," strings. Otherwise styles land in Custom properties instead of native controls. Bind Webflow variables with ",{"type":43,"tag":107,"props":140,"children":142},{"className":141},[],[143],{"type":49,"value":144},"variable_as_value",{"type":49,"value":146},".",{"type":43,"tag":85,"props":148,"children":149},{},[150,155,157,163,165,171,173,179],{"type":43,"tag":89,"props":151,"children":152},{},[153],{"type":49,"value":154},"Visible element gate:",{"type":49,"value":156}," build with real Designer-visible elements and native classes. Do not use embed ",{"type":43,"tag":107,"props":158,"children":160},{"className":159},[],[161],{"type":49,"value":162},"\u003Cstyle>",{"type":49,"value":164}," blocks, ",{"type":43,"tag":107,"props":166,"children":168},{"className":167},[],[169],{"type":49,"value":170},"::before",{"type":49,"value":172}," \u002F ",{"type":43,"tag":107,"props":174,"children":176},{"className":175},[],[177],{"type":49,"value":178},"::after",{"type":49,"value":180},", or other hidden constructs for normal layout\u002Fdecorative elements.",{"type":43,"tag":85,"props":182,"children":183},{},[184,189,191,197],{"type":43,"tag":89,"props":185,"children":186},{},[187],{"type":49,"value":188},"Class existence gate:",{"type":49,"value":190}," create every class with ",{"type":43,"tag":107,"props":192,"children":194},{"className":193},[],[195],{"type":49,"value":196},"data_style_tool create_style",{"type":49,"value":198}," before using it in WHTML\u002Felement class lists. Webflow can silently drop class names that do not exist yet.",{"type":43,"tag":85,"props":200,"children":201},{},[202,207],{"type":43,"tag":89,"props":203,"children":204},{},[205],{"type":49,"value":206},"Variables gate:",{"type":49,"value":208}," decide the Webflow variable\u002Fdesign-system strategy before creating styles. Do not hard-code repeated colors\u002Ftype\u002Fspacing\u002Fradii unless the user explicitly chooses hard-coded output.",{"type":43,"tag":85,"props":210,"children":211},{},[212,217],{"type":43,"tag":89,"props":213,"children":214},{},[215],{"type":49,"value":216},"Vector gate:",{"type":49,"value":218}," logos, icons, and marks must be inline SVG embeds, not PNG\u002FJPG uploads, unless the user explicitly approves raster fallback.",{"type":43,"tag":85,"props":220,"children":221},{},[222,227],{"type":43,"tag":89,"props":223,"children":224},{},[225],{"type":49,"value":226},"Raster quality gate:",{"type":49,"value":228}," hero\u002Fproduct\u002Fmockup images must use a confirmed 2x source where crispness matters.",{"type":43,"tag":85,"props":230,"children":231},{},[232,237,239,245,247,253],{"type":43,"tag":89,"props":233,"children":234},{},[235],{"type":49,"value":236},"Dashed accent gate:",{"type":49,"value":238}," dashed lines, dividers, grids, accents, and underlines must use ",{"type":43,"tag":107,"props":240,"children":242},{"className":241},[],[243],{"type":49,"value":244},"repeating-linear-gradient",{"type":49,"value":246},", not ",{"type":43,"tag":107,"props":248,"children":250},{"className":249},[],[251],{"type":49,"value":252},"border-style:dashed",{"type":49,"value":254},", unless the user explicitly accepts browser-default dash rhythm.",{"type":43,"tag":85,"props":256,"children":257},{},[258,263,265,271],{"type":43,"tag":89,"props":259,"children":260},{},[261],{"type":49,"value":262},"Navbar gate:",{"type":49,"value":264}," custom navbar mobile behavior must be CSS-only, not JavaScript. Use the checkbox\u002Fsibling-selector pattern in ",{"type":43,"tag":107,"props":266,"children":268},{"className":267},[],[269],{"type":49,"value":270},"references\u002Fnavbar.md",{"type":49,"value":146},{"type":43,"tag":85,"props":273,"children":274},{},[275,280],{"type":43,"tag":89,"props":276,"children":277},{},[278],{"type":49,"value":279},"Verification gate:",{"type":49,"value":281}," never call a build done until you have verified rendered output. If visual verification is blocked, say what is unverified and ask the user to check it.",{"type":43,"tag":85,"props":283,"children":284},{},[285,290],{"type":43,"tag":89,"props":286,"children":287},{},[288],{"type":49,"value":289},"Capability gate:",{"type":49,"value":291}," do not assert that Webflow or MCP \"can't\" do something until you have tested the relevant tool path or clearly label it as untested.",{"type":43,"tag":85,"props":293,"children":294},{},[295,300,302,308],{"type":43,"tag":89,"props":296,"children":297},{},[298],{"type":49,"value":299},"Publish gate:",{"type":49,"value":301}," do not publish by default. Offer ",{"type":43,"tag":107,"props":303,"children":305},{"className":304},[],[306],{"type":49,"value":307},".webflow.io",{"type":49,"value":309}," publish only after build\u002Freview, and only proceed on explicit user confirmation.",{"type":43,"tag":58,"props":311,"children":313},{"id":312},"tool-surfaces",[314],{"type":49,"value":315},"Tool Surfaces",{"type":43,"tag":317,"props":318,"children":319},"table",{},[320,344],{"type":43,"tag":321,"props":322,"children":323},"thead",{},[324],{"type":43,"tag":325,"props":326,"children":327},"tr",{},[328,334,339],{"type":43,"tag":329,"props":330,"children":331},"th",{},[332],{"type":49,"value":333},"Surface",{"type":43,"tag":329,"props":335,"children":336},{},[337],{"type":49,"value":338},"Examples",{"type":43,"tag":329,"props":340,"children":341},{},[342],{"type":49,"value":343},"Needs Designer open?",{"type":43,"tag":345,"props":346,"children":347},"tbody",{},[348,426],{"type":43,"tag":325,"props":349,"children":350},{},[351,362,421],{"type":43,"tag":352,"props":353,"children":354},"td",{},[355,360],{"type":43,"tag":89,"props":356,"children":357},{},[358],{"type":49,"value":359},"Data API",{"type":49,"value":361}," (headless)",{"type":43,"tag":352,"props":363,"children":364},{},[365,370,372,378,379,385,386,391,392,398,399,405,406,412,413,419],{"type":43,"tag":107,"props":366,"children":368},{"className":367},[],[369],{"type":49,"value":120},{"type":49,"value":371},", ",{"type":43,"tag":107,"props":373,"children":375},{"className":374},[],[376],{"type":49,"value":377},"data_element_builder",{"type":49,"value":371},{"type":43,"tag":107,"props":380,"children":382},{"className":381},[],[383],{"type":49,"value":384},"data_element_tool",{"type":49,"value":371},{"type":43,"tag":107,"props":387,"children":389},{"className":388},[],[390],{"type":49,"value":112},{"type":49,"value":371},{"type":43,"tag":107,"props":393,"children":395},{"className":394},[],[396],{"type":49,"value":397},"data_fonts_tool",{"type":49,"value":371},{"type":43,"tag":107,"props":400,"children":402},{"className":401},[],[403],{"type":49,"value":404},"data_pages_tool",{"type":49,"value":371},{"type":43,"tag":107,"props":407,"children":409},{"className":408},[],[410],{"type":49,"value":411},"data_scripts_tool",{"type":49,"value":371},{"type":43,"tag":107,"props":414,"children":416},{"className":415},[],[417],{"type":49,"value":418},"data_assets_tool",{"type":49,"value":420},", publish",{"type":43,"tag":352,"props":422,"children":423},{},[424],{"type":49,"value":425},"No",{"type":43,"tag":325,"props":427,"children":428},{},[429,437,461],{"type":43,"tag":352,"props":430,"children":431},{},[432],{"type":43,"tag":89,"props":433,"children":434},{},[435],{"type":49,"value":436},"Designer Bridge",{"type":43,"tag":352,"props":438,"children":439},{},[440,446,447,453,455],{"type":43,"tag":107,"props":441,"children":443},{"className":442},[],[444],{"type":49,"value":445},"element_snapshot_tool",{"type":49,"value":371},{"type":43,"tag":107,"props":448,"children":450},{"className":449},[],[451],{"type":49,"value":452},"designer_tool",{"type":49,"value":454}," canvas\u002Fselection\u002Fnavigation, ",{"type":43,"tag":107,"props":456,"children":458},{"className":457},[],[459],{"type":49,"value":460},"asset_tool upload_image_by_url",{"type":43,"tag":352,"props":462,"children":463},{},[464],{"type":43,"tag":89,"props":465,"children":466},{},[467],{"type":49,"value":468},"Yes — Designer tab open AND foregrounded",{"type":43,"tag":81,"props":470,"children":471},{},[472,500,513,541],{"type":43,"tag":85,"props":473,"children":474},{},[475,477,483,485,491,493,499],{"type":49,"value":476},"Call ",{"type":43,"tag":107,"props":478,"children":480},{"className":479},[],[481],{"type":49,"value":482},"webflow_guide_tool",{"type":49,"value":484}," once before other Webflow tools. Confirm auth\u002Fsite with ",{"type":43,"tag":107,"props":486,"children":488},{"className":487},[],[489],{"type":49,"value":490},"whoami",{"type":49,"value":492}," + ",{"type":43,"tag":107,"props":494,"children":496},{"className":495},[],[497],{"type":49,"value":498},"get_site",{"type":49,"value":146},{"type":43,"tag":85,"props":501,"children":502},{},[503,505,511],{"type":49,"value":504},"Prefer bridge-assisted builds by default for better visual feedback, while still using ",{"type":43,"tag":107,"props":506,"children":508},{"className":507},[],[509],{"type":49,"value":510},"data_*",{"type":49,"value":512}," tools for DOM, classes\u002Fstyles, text, semantic tags, responsive overrides, fonts, scripts, pages, and asset records.",{"type":43,"tag":85,"props":514,"children":515},{},[516,518,524,525,531,533,539],{"type":49,"value":517},"If Designer is disconnected, continue structural work headlessly with ",{"type":43,"tag":107,"props":519,"children":521},{"className":520},[],[522],{"type":49,"value":523},"query_styles",{"type":49,"value":371},{"type":43,"tag":107,"props":526,"children":528},{"className":527},[],[529],{"type":49,"value":530},"get_all_elements",{"type":49,"value":532},", and ",{"type":43,"tag":107,"props":534,"children":536},{"className":535},[],[537],{"type":49,"value":538},"query_elements",{"type":49,"value":540},"; reconnect the bridge for snapshots, canvas inspection, and any still-required bridge-gated image processing fallback.",{"type":43,"tag":85,"props":542,"children":543},{},[544,546,552,554,559],{"type":49,"value":545},"If a bridge tool returns ",{"type":43,"tag":107,"props":547,"children":549},{"className":548},[],[550],{"type":49,"value":551},"status:false",{"type":49,"value":553}," or \"Unable to connect to Webflow Designer,\" provide the Designer launch link (opens Designer with the MCP Bridge App) and ask the user to open it ",{"type":43,"tag":89,"props":555,"children":556},{},[557],{"type":49,"value":558},"and keep that browser tab in the foreground",{"type":49,"value":560}," — it idles\u002Fdisconnects when backgrounded. Retry before assuming anything broke.",{"type":43,"tag":58,"props":562,"children":564},{"id":563},"workflow",[565],{"type":49,"value":566},"Workflow",{"type":43,"tag":568,"props":569,"children":571},"h3",{"id":570},"_1-gather-and-decide",[572],{"type":49,"value":573},"1. Gather And Decide",{"type":43,"tag":575,"props":576,"children":577},"ol",{},[578,624,647,652],{"type":43,"tag":85,"props":579,"children":580},{},[581,583],{"type":49,"value":582},"Use Figma MCP:\n",{"type":43,"tag":81,"props":584,"children":585},{},[586,597,608,619],{"type":43,"tag":85,"props":587,"children":588},{},[589,595],{"type":43,"tag":107,"props":590,"children":592},{"className":591},[],[593],{"type":49,"value":594},"get_metadata",{"type":49,"value":596}," for structure.",{"type":43,"tag":85,"props":598,"children":599},{},[600,606],{"type":43,"tag":107,"props":601,"children":603},{"className":602},[],[604],{"type":49,"value":605},"get_design_context",{"type":49,"value":607}," for major frames\u002Fsections.",{"type":43,"tag":85,"props":609,"children":610},{},[611,617],{"type":43,"tag":107,"props":612,"children":614},{"className":613},[],[615],{"type":49,"value":616},"get_variable_defs",{"type":49,"value":618}," for colors, type, spacing, radii.",{"type":43,"tag":85,"props":620,"children":621},{},[622],{"type":49,"value":623},"Read page\u002Fcanvas background; do not assume white.",{"type":43,"tag":85,"props":625,"children":626},{},[627,629],{"type":49,"value":628},"Use Webflow MCP:\n",{"type":43,"tag":81,"props":630,"children":631},{},[632,642],{"type":43,"tag":85,"props":633,"children":634},{},[635,640],{"type":43,"tag":107,"props":636,"children":638},{"className":637},[],[639],{"type":49,"value":482},{"type":49,"value":641}," first.",{"type":43,"tag":85,"props":643,"children":644},{},[645],{"type":49,"value":646},"Confirm target site\u002Fpage and inspect existing variables\u002Fstyles.",{"type":43,"tag":85,"props":648,"children":649},{},[650],{"type":49,"value":651},"Ask the required setup prompts below.",{"type":43,"tag":85,"props":653,"children":654},{},[655],{"type":49,"value":656},"Confirm ambiguous design intent before building. If Figma component instances contain repeated placeholder labels, ask for intended copy instead of copying placeholders.",{"type":43,"tag":568,"props":658,"children":660},{"id":659},"required-prompts",[661],{"type":49,"value":662},"Required Prompts",{"type":43,"tag":52,"props":664,"children":665},{},[666],{"type":49,"value":667},"Before creating Webflow variables, classes, or CSS, ask these four questions:",{"type":43,"tag":81,"props":669,"children":670},{},[671,681,691,709],{"type":43,"tag":85,"props":672,"children":673},{},[674,679],{"type":43,"tag":89,"props":675,"children":676},{},[677],{"type":49,"value":678},"Build mode:",{"type":49,"value":680}," Designer Bridge during build (default, better visual QA; requires Designer tab open\u002Fforegrounded) or headless first (faster, structural checks only until bridge needed).",{"type":43,"tag":85,"props":682,"children":683},{},[684,689],{"type":43,"tag":89,"props":685,"children":686},{},[687],{"type":49,"value":688},"Variables\u002Fdesign system:",{"type":49,"value":690}," read existing variables and create missing ones (default), create a new design system from scratch, use existing variables only, or hard-code with no Webflow variables.",{"type":43,"tag":85,"props":692,"children":693},{},[694,699,701,707],{"type":43,"tag":89,"props":695,"children":696},{},[697],{"type":49,"value":698},"Style naming:",{"type":49,"value":700}," FlowKit naming (default; reference ",{"type":43,"tag":107,"props":702,"children":704},{"className":703},[],[705],{"type":49,"value":706},"webflow-mcp:flowkit-naming",{"type":49,"value":708},"), existing Webflow design-system naming, or clear semantic kebab-case names.",{"type":43,"tag":85,"props":710,"children":711},{},[712,717,718,724,726,732,734,740],{"type":43,"tag":89,"props":713,"children":714},{},[715],{"type":49,"value":716},"Units:",{"type":49,"value":122},{"type":43,"tag":107,"props":719,"children":721},{"className":720},[],[722],{"type":49,"value":723},"px",{"type":49,"value":725}," (default), ",{"type":43,"tag":107,"props":727,"children":729},{"className":728},[],[730],{"type":49,"value":731},"rem",{"type":49,"value":733},", or ",{"type":43,"tag":107,"props":735,"children":737},{"className":736},[],[738],{"type":49,"value":739},"em",{"type":49,"value":741},". Keep units consistent; only mix when there is a clear reason.",{"type":43,"tag":52,"props":743,"children":744},{},[745],{"type":49,"value":746},"If the user does not choose, use the defaults above. For a blank site, recommend creating a new design system from scratch and explain why.",{"type":43,"tag":568,"props":748,"children":750},{"id":749},"_2-build-foundations-and-sections",[751],{"type":49,"value":752},"2. Build Foundations And Sections",{"type":43,"tag":52,"props":754,"children":755},{},[756,758,765],{"type":49,"value":757},"Before creating variables\u002Fclasses\u002Fstyles, read ",{"type":43,"tag":759,"props":760,"children":762},"a",{"href":761},"references\u002Fcss-rules.md",[763],{"type":49,"value":764},"CSS rules",{"type":49,"value":146},{"type":43,"tag":575,"props":767,"children":768},{},[769,774,779,791,803,837,849],{"type":43,"tag":85,"props":770,"children":771},{},[772],{"type":49,"value":773},"Create or map Webflow variables according to the selected strategy.",{"type":43,"tag":85,"props":775,"children":776},{},[777],{"type":49,"value":778},"Create reusable primitives first: page wrapper, containers, typography, spacing, buttons, image-fill, cards, nav.",{"type":43,"tag":85,"props":780,"children":781},{},[782,784,789],{"type":49,"value":783},"Create needed classes with ",{"type":43,"tag":107,"props":785,"children":787},{"className":786},[],[788],{"type":49,"value":196},{"type":49,"value":790}," before referencing them in WHTML\u002Felement class lists.",{"type":43,"tag":85,"props":792,"children":793},{},[794,796,801],{"type":49,"value":795},"Use ",{"type":43,"tag":107,"props":797,"children":799},{"className":798},[],[800],{"type":49,"value":120},{"type":49,"value":802}," for DOM\u002Fstructure only: one root section per action, semantic tags, nesting, text, and existing class names.",{"type":43,"tag":85,"props":804,"children":805},{},[806,808,814,816,821,823,828,830,835],{"type":49,"value":807},"Style with ",{"type":43,"tag":107,"props":809,"children":811},{"className":810},[],[812],{"type":49,"value":813},"data_style_tool update_style",{"type":49,"value":815},". Repeat: do ",{"type":43,"tag":89,"props":817,"children":818},{},[819],{"type":49,"value":820},"not",{"type":49,"value":822}," use the WHTML ",{"type":43,"tag":107,"props":824,"children":826},{"className":825},[],[827],{"type":49,"value":128},{"type":49,"value":829}," param or embed ",{"type":43,"tag":107,"props":831,"children":833},{"className":832},[],[834],{"type":49,"value":162},{"type":49,"value":836}," blocks for normal styling.",{"type":43,"tag":85,"props":838,"children":839},{},[840,842,847],{"type":49,"value":841},"Capture returned element ids. Re-find later with ",{"type":43,"tag":107,"props":843,"children":845},{"className":844},[],[846],{"type":49,"value":538},{"type":49,"value":848},", then filter by exact class\u002Ftype before acting.",{"type":43,"tag":85,"props":850,"children":851},{},[852,854,859,860,865],{"type":49,"value":853},"Build in section-sized batches. Prefer structural verification with ",{"type":43,"tag":107,"props":855,"children":857},{"className":856},[],[858],{"type":49,"value":538},{"type":49,"value":172},{"type":43,"tag":107,"props":861,"children":863},{"className":862},[],[864],{"type":49,"value":523},{"type":49,"value":866}," between visual checks.",{"type":43,"tag":568,"props":868,"children":870},{"id":869},"_3-attach-assets",[871],{"type":49,"value":872},"3. Attach Assets",{"type":43,"tag":52,"props":874,"children":875},{},[876,878,884],{"type":49,"value":877},"Before handling images or vectors, read ",{"type":43,"tag":759,"props":879,"children":881},{"href":880},"references\u002Fassets-and-svg.md",[882],{"type":49,"value":883},"Assets and SVG",{"type":49,"value":146},{"type":43,"tag":575,"props":886,"children":887},{},[888,900,905,925,945],{"type":43,"tag":85,"props":889,"children":890},{},[891,892,898],{"type":49,"value":795},{"type":43,"tag":107,"props":893,"children":895},{"className":894},[],[896],{"type":49,"value":897},"data_assets_tool create_asset",{"type":49,"value":899}," for raster assets. Download source bytes locally, compute MD5, POST to presigned S3, then verify nonzero size\u002Fvariants before placement.",{"type":43,"tag":85,"props":901,"children":902},{},[903],{"type":49,"value":904},"For hero\u002Fproduct\u002Fmockup images, confirm 2x source before placement.",{"type":43,"tag":85,"props":906,"children":907},{},[908,910,916,918,924],{"type":49,"value":909},"Bind images by asset ID with ",{"type":43,"tag":107,"props":911,"children":913},{"className":912},[],[914],{"type":49,"value":915},"set_image_asset",{"type":49,"value":917},"; never rely on raw ",{"type":43,"tag":107,"props":919,"children":921},{"className":920},[],[922],{"type":49,"value":923},"\u003Cimg src=\"...\">",{"type":49,"value":146},{"type":43,"tag":85,"props":926,"children":927},{},[928,930,936,938,944],{"type":49,"value":929},"Inline vector marks as ",{"type":43,"tag":107,"props":931,"children":933},{"className":932},[],[934],{"type":49,"value":935},"HtmlEmbed",{"type":49,"value":937}," SVGs and set embed code with ",{"type":43,"tag":107,"props":939,"children":941},{"className":940},[],[942],{"type":49,"value":943},"data_element_tool set_settings",{"type":49,"value":146},{"type":43,"tag":85,"props":946,"children":947},{},[948,950,955,957,963],{"type":49,"value":949},"Upload fonts with ",{"type":43,"tag":107,"props":951,"children":953},{"className":952},[],[954],{"type":49,"value":397},{"type":49,"value":956},"; never add Google Fonts ",{"type":43,"tag":107,"props":958,"children":960},{"className":959},[],[961],{"type":49,"value":962},"\u003Clink>",{"type":49,"value":964}," tags to head.",{"type":43,"tag":568,"props":966,"children":968},{"id":967},"_4-navbar-and-custom-behavior",[969],{"type":49,"value":970},"4. Navbar And Custom Behavior",{"type":43,"tag":52,"props":972,"children":973},{},[974,976,981],{"type":49,"value":975},"If the build includes a navbar, read ",{"type":43,"tag":759,"props":977,"children":978},{"href":270},[979],{"type":49,"value":980},"Navbar",{"type":49,"value":982}," before building it.",{"type":43,"tag":81,"props":984,"children":985},{},[986,991,996],{"type":43,"tag":85,"props":987,"children":988},{},[989],{"type":49,"value":990},"Ask which breakpoint should collapse to hamburger.",{"type":43,"tag":85,"props":992,"children":993},{},[994],{"type":49,"value":995},"Webflow native Navbar cannot be created via API\u002FWHTML. Build a semantic custom nav or ask the user to add the native element in Designer.",{"type":43,"tag":85,"props":997,"children":998},{},[999],{"type":49,"value":1000},"Put CSS-only component behavior in an HtmlEmbed inside the component root. Do not use JavaScript for the custom navbar.",{"type":43,"tag":568,"props":1002,"children":1004},{"id":1003},"_5-responsive-and-qa",[1005],{"type":49,"value":1006},"5. Responsive And QA",{"type":43,"tag":52,"props":1008,"children":1009},{},[1010,1012,1018],{"type":49,"value":1011},"Before responsive\u002Ffinal verification, read ",{"type":43,"tag":759,"props":1013,"children":1015},{"href":1014},"references\u002Fverification.md",[1016],{"type":49,"value":1017},"Verification",{"type":49,"value":146},{"type":43,"tag":575,"props":1020,"children":1021},{},[1022,1062,1067,1072,1077,1082,1087],{"type":43,"tag":85,"props":1023,"children":1024},{},[1025,1026,1031,1033,1039,1040,1046,1047,1053,1054,1060],{"type":49,"value":795},{"type":43,"tag":107,"props":1027,"children":1029},{"className":1028},[],[1030],{"type":49,"value":813},{"type":49,"value":1032}," with breakpoint ids (",{"type":43,"tag":107,"props":1034,"children":1036},{"className":1035},[],[1037],{"type":49,"value":1038},"main",{"type":49,"value":371},{"type":43,"tag":107,"props":1041,"children":1043},{"className":1042},[],[1044],{"type":49,"value":1045},"medium",{"type":49,"value":371},{"type":43,"tag":107,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":49,"value":1052},"small",{"type":49,"value":371},{"type":43,"tag":107,"props":1055,"children":1057},{"className":1056},[],[1058],{"type":49,"value":1059},"tiny",{"type":49,"value":1061},"). Desktop-first: set base, override downward.",{"type":43,"tag":85,"props":1063,"children":1064},{},[1065],{"type":49,"value":1066},"If Designer Bridge is selected, snapshot groups\u002Fwrappers rather than every element. Keep the Designer tab foregrounded.",{"type":43,"tag":85,"props":1068,"children":1069},{},[1070],{"type":49,"value":1071},"Verify overlays\u002Flayering with a full-page composite, not isolated-section snapshots.",{"type":43,"tag":85,"props":1073,"children":1074},{},[1075],{"type":49,"value":1076},"Do not trust first snapshots for fonts; warm cache and re-snapshot before changing font implementation.",{"type":43,"tag":85,"props":1078,"children":1079},{},[1080],{"type":49,"value":1081},"Test tool capabilities before asserting limitations. If you cannot test, say \"untested\" and describe the uncertainty.",{"type":43,"tag":85,"props":1083,"children":1084},{},[1085],{"type":49,"value":1086},"Do not claim embed behavior, custom code, blur, WebGL, animation, or mobile widths are verified from your side. Ask the user to confirm in preview\u002Fpublished site.",{"type":43,"tag":85,"props":1088,"children":1089},{},[1090,1092,1097],{"type":49,"value":1091},"Offer publish\u002Freview next steps. Default remains ",{"type":43,"tag":89,"props":1093,"children":1094},{},[1095],{"type":49,"value":1096},"no publish",{"type":49,"value":146},{"type":43,"tag":58,"props":1099,"children":1101},{"id":1100},"checklist-before-declaring-done",[1102],{"type":49,"value":1103},"Checklist before declaring done",{"type":43,"tag":81,"props":1105,"children":1108},{"className":1106},[1107],"contains-task-list",[1109,1122,1131,1175,1184,1213,1222,1231,1248,1257,1279,1296,1305,1314,1323,1332],{"type":43,"tag":85,"props":1110,"children":1113},{"className":1111},[1112],"task-list-item",[1114,1120],{"type":43,"tag":1115,"props":1116,"children":1119},"input",{"disabled":1117,"type":1118},true,"checkbox",[],{"type":49,"value":1121}," Required reference files were read at their point of use.",{"type":43,"tag":85,"props":1123,"children":1125},{"className":1124},[1112],[1126,1129],{"type":43,"tag":1115,"props":1127,"children":1128},{"disabled":1117,"type":1118},[],{"type":49,"value":1130}," All CSS longhand; correct breakpoints; flexbox-first.",{"type":43,"tag":85,"props":1132,"children":1134},{"className":1133},[1112],[1135,1138,1140,1145,1147,1152,1154,1160,1161,1167,1168,1173],{"type":43,"tag":1115,"props":1136,"children":1137},{"disabled":1117,"type":1118},[],{"type":49,"value":1139}," Styles applied via ",{"type":43,"tag":107,"props":1141,"children":1143},{"className":1142},[],[1144],{"type":49,"value":112},{"type":49,"value":1146}," (native controls), variables bound with ",{"type":43,"tag":107,"props":1148,"children":1150},{"className":1149},[],[1151],{"type":49,"value":144},{"type":49,"value":1153},", and only truly non-native CSS (",{"type":43,"tag":107,"props":1155,"children":1157},{"className":1156},[],[1158],{"type":49,"value":1159},"backdrop-filter",{"type":49,"value":371},{"type":43,"tag":107,"props":1162,"children":1164},{"className":1163},[],[1165],{"type":49,"value":1166},"aspect-ratio",{"type":49,"value":371},{"type":43,"tag":107,"props":1169,"children":1171},{"className":1170},[],[1172],{"type":49,"value":244},{"type":49,"value":1174},", etc.) left as custom properties.",{"type":43,"tag":85,"props":1176,"children":1178},{"className":1177},[1112],[1179,1182],{"type":43,"tag":1115,"props":1180,"children":1181},{"disabled":1117,"type":1118},[],{"type":49,"value":1183}," All class names used in WHTML\u002Felement class lists exist as Webflow styles; none were silently dropped.",{"type":43,"tag":85,"props":1185,"children":1187},{"className":1186},[1112],[1188,1191,1193,1198,1200,1205,1206,1211],{"type":43,"tag":1115,"props":1189,"children":1190},{"disabled":1117,"type":1118},[],{"type":49,"value":1192}," No embed ",{"type":43,"tag":107,"props":1194,"children":1196},{"className":1195},[],[1197],{"type":49,"value":162},{"type":49,"value":1199}," blocks or ",{"type":43,"tag":107,"props":1201,"children":1203},{"className":1202},[],[1204],{"type":49,"value":170},{"type":49,"value":172},{"type":43,"tag":107,"props":1207,"children":1209},{"className":1208},[],[1210],{"type":49,"value":178},{"type":49,"value":1212}," pseudo-elements used for normal layout\u002Fdecorative elements.",{"type":43,"tag":85,"props":1214,"children":1216},{"className":1215},[1112],[1217,1220],{"type":43,"tag":1115,"props":1218,"children":1219},{"disabled":1117,"type":1118},[],{"type":49,"value":1221}," Build mode followed: bridge-assisted by default with Designer tab open and foregrounded, or headless-first if the user chose it.",{"type":43,"tag":85,"props":1223,"children":1225},{"className":1224},[1112],[1226,1229],{"type":43,"tag":1115,"props":1227,"children":1228},{"disabled":1117,"type":1118},[],{"type":49,"value":1230}," Webflow variables handled according to the selected strategy; repeated colors\u002Ftype\u002Fspacing\u002Fradii are mapped or created unless hard-coding was explicitly selected.",{"type":43,"tag":85,"props":1232,"children":1234},{"className":1233},[1112],[1235,1238,1240,1246],{"type":43,"tag":1115,"props":1236,"children":1237},{"disabled":1117,"type":1118},[],{"type":49,"value":1239}," Images attached by asset ID (not orphan ",{"type":43,"tag":107,"props":1241,"children":1243},{"className":1242},[],[1244],{"type":49,"value":1245},"\u003Cimg src>",{"type":49,"value":1247},"); 2× source confirmed where crispness matters.",{"type":43,"tag":85,"props":1249,"children":1251},{"className":1250},[1112],[1252,1255],{"type":43,"tag":1115,"props":1253,"children":1254},{"disabled":1117,"type":1118},[],{"type":49,"value":1256}," Vector marks are clean inline-SVG embeds (backgrounds stripped), or user explicitly approved raster fallback.",{"type":43,"tag":85,"props":1258,"children":1260},{"className":1259},[1112],[1261,1264,1266,1271,1272,1277],{"type":43,"tag":1115,"props":1262,"children":1263},{"disabled":1117,"type":1118},[],{"type":49,"value":1265}," Dashed accents\u002Fdividers\u002Fgrids use ",{"type":43,"tag":107,"props":1267,"children":1269},{"className":1268},[],[1270],{"type":49,"value":244},{"type":49,"value":246},{"type":43,"tag":107,"props":1273,"children":1275},{"className":1274},[],[1276],{"type":49,"value":252},{"type":49,"value":1278},", unless user explicitly approved browser-default dashes.",{"type":43,"tag":85,"props":1280,"children":1282},{"className":1281},[1112],[1283,1286,1288,1294],{"type":43,"tag":1115,"props":1284,"children":1285},{"disabled":1117,"type":1118},[],{"type":49,"value":1287}," Fonts uploaded + referenced by exact family name; temp ",{"type":43,"tag":107,"props":1289,"children":1291},{"className":1290},[],[1292],{"type":49,"value":1293},"\u003Chead>",{"type":49,"value":1295}," link removed.",{"type":43,"tag":85,"props":1297,"children":1299},{"className":1298},[1112],[1300,1303],{"type":43,"tag":1115,"props":1301,"children":1302},{"disabled":1117,"type":1118},[],{"type":49,"value":1304}," Runtime-toggled classes have guaranteed CSS (not stripped).",{"type":43,"tag":85,"props":1306,"children":1308},{"className":1307},[1112],[1309,1312],{"type":43,"tag":1115,"props":1310,"children":1311},{"disabled":1117,"type":1118},[],{"type":49,"value":1313}," Responsive overrides at medium\u002Fsmall\u002Ftiny.",{"type":43,"tag":85,"props":1315,"children":1317},{"className":1316},[1112],[1318,1321],{"type":43,"tag":1115,"props":1319,"children":1320},{"disabled":1117,"type":1118},[],{"type":49,"value":1322}," Rendered output verified visually, or unverified items clearly reported to the user.",{"type":43,"tag":85,"props":1324,"children":1326},{"className":1325},[1112],[1327,1330],{"type":43,"tag":1115,"props":1328,"children":1329},{"disabled":1117,"type":1118},[],{"type":49,"value":1331}," No untested capability limitation was stated as fact.",{"type":43,"tag":85,"props":1333,"children":1335},{"className":1334},[1112],[1336,1339],{"type":43,"tag":1115,"props":1337,"children":1338},{"disabled":1117,"type":1118},[],{"type":49,"value":1340}," If published to subdomain, user asked to confirm anything you can't self-verify (embeds, WebGL, blur, mobile).",{"items":1342,"total":1459},[1343,1364,1381,1398,1413,1429,1445],{"slug":1344,"name":1345,"fn":1346,"description":1347,"org":1348,"tags":1349,"stars":24,"repoUrl":25,"updatedAt":1363},"webflow-clicloud","webflow-cli:cloud","deploy applications to Webflow Cloud","Initialize, build, and deploy full-stack Webflow applications to Webflow Cloud hosting. Supports site-attached deploys (linked to an existing Webflow site) and project app deploys (independent project, no existing site required). Use when creating new projects, deploying existing ones, or setting up CI\u002FCD pipelines for Webflow Cloud.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1350,1353,1356,1359,1362],{"name":1351,"slug":1352,"type":14},"CLI","cli",{"name":1354,"slug":1355,"type":14},"Cloud","cloud",{"name":1357,"slug":1358,"type":14},"Deployment","deployment",{"name":1360,"slug":1361,"type":14},"Full-stack","full-stack",{"name":10,"slug":9,"type":14},"2026-05-18T06:47:47.514609",{"slug":1365,"name":1366,"fn":1367,"description":1368,"org":1369,"tags":1370,"stars":24,"repoUrl":25,"updatedAt":1380},"webflow-clicode-component","webflow-cli:code-component","create and deploy Webflow Code Components","Create and deploy reusable React components for Webflow Designer. Configure existing React projects with webflow.json, build and bundle code, validate output, and deploy to workspace using library share. Use when building custom components for designers.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1371,1372,1373,1376,1379],{"name":1351,"slug":1352,"type":14},{"name":1357,"slug":1358,"type":14},{"name":1374,"slug":1375,"type":14},"React","react",{"name":1377,"slug":1378,"type":14},"UI Components","ui-components",{"name":10,"slug":9,"type":14},"2026-05-18T06:47:41.421071",{"slug":1382,"name":1383,"fn":1384,"description":1385,"org":1386,"tags":1387,"stars":24,"repoUrl":25,"updatedAt":1397},"webflow-clidesigner-extension","webflow-cli:designer-extension","build Webflow Designer Extensions","Build Designer Extensions for custom Webflow Designer functionality. Lists available templates, initializes extension projects from templates (default\u002Freact\u002Ftypescript-alt), bundles extensions for upload, and serves locally for development.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1388,1389,1392,1393,1396],{"name":1351,"slug":1352,"type":14},{"name":1390,"slug":1391,"type":14},"Plugin Development","plugin-development",{"name":1374,"slug":1375,"type":14},{"name":1394,"slug":1395,"type":14},"TypeScript","typescript",{"name":10,"slug":9,"type":14},"2026-05-18T06:47:43.853573",{"slug":1399,"name":1400,"fn":1401,"description":1402,"org":1403,"tags":1404,"stars":24,"repoUrl":25,"updatedAt":1412},"webflow-clidevlink","webflow-cli:devlink","export Webflow components to React and Next.js","Export Webflow Designer components to React\u002FNext.js code for external projects. Configure devlink settings in webflow.json, sync design updates with devlink sync, validate generated code, show diffs, and provide integration examples. Use when building with Webflow designs in React\u002FNext.js.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1405,1406,1407,1410,1411],{"name":1351,"slug":1352,"type":14},{"name":16,"slug":17,"type":14},{"name":1408,"slug":1409,"type":14},"Next.js","next-js",{"name":1374,"slug":1375,"type":14},{"name":10,"slug":9,"type":14},"2026-05-18T06:47:40.182468",{"slug":1414,"name":1415,"fn":1416,"description":1417,"org":1418,"tags":1419,"stars":24,"repoUrl":25,"updatedAt":1428},"webflow-clitroubleshooter","webflow-cli:troubleshooter","troubleshoot Webflow CLI issues","Diagnose and fix Webflow CLI issues including installation problems, authentication failures, build errors, and bundle problems. Uses CLI diagnostic flags (--version, --help, --verbose, --debug-bundler) for troubleshooting.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1420,1421,1424,1427],{"name":1351,"slug":1352,"type":14},{"name":1422,"slug":1423,"type":14},"Configuration","configuration",{"name":1425,"slug":1426,"type":14},"Debugging","debugging",{"name":10,"slug":9,"type":14},"2026-05-18T06:47:48.831648",{"slug":1430,"name":1431,"fn":1432,"description":1433,"org":1434,"tags":1435,"stars":24,"repoUrl":25,"updatedAt":1444},"webflow-code-componentcomponent-audit","webflow-code-component:component-audit","audit Webflow Code Component architecture","Audit Webflow Code Components for architecture decisions - prop exposure, state management, slot opportunities, and Shadow DOM compatibility. Focused on Webflow-specific patterns, not generic React best practices.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1436,1439,1442,1443],{"name":1437,"slug":1438,"type":14},"Architecture","architecture",{"name":1440,"slug":1441,"type":14},"Code Analysis","code-analysis",{"name":1374,"slug":1375,"type":14},{"name":10,"slug":9,"type":14},"2026-05-18T06:47:46.277768",{"slug":1446,"name":1447,"fn":1448,"description":1449,"org":1450,"tags":1451,"stars":24,"repoUrl":25,"updatedAt":1458},"webflow-code-componentcomponent-scaffold","webflow-code-component:component-scaffold","scaffold Webflow Code Component boilerplate","Generate new Webflow Code Component boilerplate with React component, definition file, and optional styling. Automatically checks prerequisites and can set up missing config\u002Fdependencies.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1452,1453,1454,1457],{"name":16,"slug":17,"type":14},{"name":1374,"slug":1375,"type":14},{"name":1455,"slug":1456,"type":14},"Templates","templates",{"name":10,"slug":9,"type":14},"2026-05-18T06:47:42.638042",28,{"items":1461,"total":1459},[1462,1470,1478,1486,1494,1501,1508,1515,1529,1541,1555,1571],{"slug":1344,"name":1345,"fn":1346,"description":1347,"org":1463,"tags":1464,"stars":24,"repoUrl":25,"updatedAt":1363},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1465,1466,1467,1468,1469],{"name":1351,"slug":1352,"type":14},{"name":1354,"slug":1355,"type":14},{"name":1357,"slug":1358,"type":14},{"name":1360,"slug":1361,"type":14},{"name":10,"slug":9,"type":14},{"slug":1365,"name":1366,"fn":1367,"description":1368,"org":1471,"tags":1472,"stars":24,"repoUrl":25,"updatedAt":1380},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1473,1474,1475,1476,1477],{"name":1351,"slug":1352,"type":14},{"name":1357,"slug":1358,"type":14},{"name":1374,"slug":1375,"type":14},{"name":1377,"slug":1378,"type":14},{"name":10,"slug":9,"type":14},{"slug":1382,"name":1383,"fn":1384,"description":1385,"org":1479,"tags":1480,"stars":24,"repoUrl":25,"updatedAt":1397},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1481,1482,1483,1484,1485],{"name":1351,"slug":1352,"type":14},{"name":1390,"slug":1391,"type":14},{"name":1374,"slug":1375,"type":14},{"name":1394,"slug":1395,"type":14},{"name":10,"slug":9,"type":14},{"slug":1399,"name":1400,"fn":1401,"description":1402,"org":1487,"tags":1488,"stars":24,"repoUrl":25,"updatedAt":1412},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1489,1490,1491,1492,1493],{"name":1351,"slug":1352,"type":14},{"name":16,"slug":17,"type":14},{"name":1408,"slug":1409,"type":14},{"name":1374,"slug":1375,"type":14},{"name":10,"slug":9,"type":14},{"slug":1414,"name":1415,"fn":1416,"description":1417,"org":1495,"tags":1496,"stars":24,"repoUrl":25,"updatedAt":1428},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1497,1498,1499,1500],{"name":1351,"slug":1352,"type":14},{"name":1422,"slug":1423,"type":14},{"name":1425,"slug":1426,"type":14},{"name":10,"slug":9,"type":14},{"slug":1430,"name":1431,"fn":1432,"description":1433,"org":1502,"tags":1503,"stars":24,"repoUrl":25,"updatedAt":1444},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1504,1505,1506,1507],{"name":1437,"slug":1438,"type":14},{"name":1440,"slug":1441,"type":14},{"name":1374,"slug":1375,"type":14},{"name":10,"slug":9,"type":14},{"slug":1446,"name":1447,"fn":1448,"description":1449,"org":1509,"tags":1510,"stars":24,"repoUrl":25,"updatedAt":1458},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1511,1512,1513,1514],{"name":16,"slug":17,"type":14},{"name":1374,"slug":1375,"type":14},{"name":1455,"slug":1456,"type":14},{"name":10,"slug":9,"type":14},{"slug":1516,"name":1517,"fn":1518,"description":1519,"org":1520,"tags":1521,"stars":24,"repoUrl":25,"updatedAt":1528},"webflow-code-componentconvert-component","webflow-code-component:convert-component","convert React components to Webflow Code Components","Convert an existing React component into a Webflow Code Component. Analyzes TypeScript props, maps to Webflow prop types, generates the .webflow.tsx definition file, and identifies required modifications.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1522,1525,1526,1527],{"name":1523,"slug":1524,"type":14},"Migration","migration",{"name":1374,"slug":1375,"type":14},{"name":1394,"slug":1395,"type":14},{"name":10,"slug":9,"type":14},"2026-05-18T06:47:52.523608",{"slug":1530,"name":1531,"fn":1532,"description":1533,"org":1534,"tags":1535,"stars":24,"repoUrl":25,"updatedAt":1540},"webflow-code-componentdeploy-guide","webflow-code-component:deploy-guide","deploy Webflow Code Components","Step-by-step guide for deploying Webflow Code Components to a workspace. Covers authentication, pre-flight checks, deployment execution, and verification.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1536,1537,1538,1539],{"name":1357,"slug":1358,"type":14},{"name":16,"slug":17,"type":14},{"name":1374,"slug":1375,"type":14},{"name":10,"slug":9,"type":14},"2026-05-18T06:47:38.947875",{"slug":1542,"name":1543,"fn":1544,"description":1545,"org":1546,"tags":1547,"stars":24,"repoUrl":25,"updatedAt":1554},"webflow-code-componentlocal-dev-setup","webflow-code-component:local-dev-setup","set up local Webflow Code Component projects","Initialize a new Webflow Code Components project from scratch. Creates project structure, installs dependencies, configures webflow.json, and sets up development environment.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1548,1549,1552,1553],{"name":1422,"slug":1423,"type":14},{"name":1550,"slug":1551,"type":14},"Local Development","local-development",{"name":1374,"slug":1375,"type":14},{"name":10,"slug":9,"type":14},"2026-05-18T06:47:50.062783",{"slug":1556,"name":1557,"fn":1558,"description":1559,"org":1560,"tags":1561,"stars":24,"repoUrl":25,"updatedAt":1570},"webflow-code-componentpre-deploy-check","webflow-code-component:pre-deploy-check","validate Webflow Code Components before deployment","Pre-deployment validation for Webflow Code Components. Checks bundle size, dependencies, prop configurations, SSR compatibility, styling setup, and common issues before running webflow library share.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1562,1563,1566,1569],{"name":1357,"slug":1358,"type":14},{"name":1564,"slug":1565,"type":14},"QA","qa",{"name":1567,"slug":1568,"type":14},"Validation","validation",{"name":10,"slug":9,"type":14},"2026-05-18T06:47:51.300653",{"slug":1572,"name":1573,"fn":1574,"description":1575,"org":1576,"tags":1577,"stars":24,"repoUrl":25,"updatedAt":1584},"webflow-code-componenttroubleshoot-deploy","webflow-code-component:troubleshoot-deploy","troubleshoot Webflow Code Component deployments","Debug deployment failures for Webflow Code Components. Analyzes error messages, identifies root causes, and provides specific fixes for common issues.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1578,1579,1580,1583],{"name":1425,"slug":1426,"type":14},{"name":1357,"slug":1358,"type":14},{"name":1581,"slug":1582,"type":14},"Observability","observability",{"name":10,"slug":9,"type":14},"2026-05-18T06:47:45.057571"]