webflow-designer-extension

Installation
SKILL.md

Webflow Designer Extension Development

Build extensions that run inside Webflow's Designer as iframes, interacting with the Designer API to manipulate elements, styles, pages, and more.

Quick Start Workflow

Prerequisite: Register your app in Webflow first — see references/register-app.md. You'll need a Workspace with Admin permissions.

  1. Scaffold: npx create-webflow-extension@latest (interactive prompts for project name, package manager, linter)
  2. Develop: cd <name> && pnpm dev (serves at localhost:1337; also works with npm/yarn/bun)
  3. Test: Install app on test site via Workspace Settings > Apps & Integrations > Develop
  4. Open: Press "E" in Designer to open app panel, launch extension
  5. Build: pnpm build for deployment

CLI Options

npx create-webflow-extension@latest [project-name] [options]
Related skills

More from 224-industries/webflow-skills

Installs
6
GitHub Stars
7
First Seen
Feb 10, 2026