You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

create-webflow-extension

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-webflow-extension

Scaffold a new Webflow Designer Extension project with a built-in template.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Create Webflow Extension

Scaffold a new Webflow Designer Extension project with a built-in template.

Flash Brew Digital OSS MIT License Webflow Community Resource

Usage

npx create-webflow-extension@latest

Follow the interactive prompts to configure your project accordingly.

Options

Usage: create-webflow-extension [name] [options]

Arguments:
  name                        Project name

Options:
  -V, --version               Output the version number
  -n, --name <name>           Project name
  --pm <manager>              Package manager (pnpm, npm, yarn, bun)
  -l, --linter <linter>       Linter and formatter (oxlint, biome, eslint)
  --sg, --skip-git            Skip initializing a git repository
  --si, --skip-install        Skip installing dependencies
  -q, --quiet                 Suppress interactive prompts and visual output
  -h, --help                  Display help

Examples

Interactive mode:

npx create-webflow-extension

With project name:

npx create-webflow-extension my-extension

Non-interactive with all options:

npx create-webflow-extension my-extension --pm pnpm --linter oxlint --quiet

Skip dependency installation:

npx create-webflow-extension my-extension --skip-install

What's included

The generated project includes:

  • React 19 with TypeScript
  • Rspack for fast Rust-based bundling
  • Custom hooks for the Designer API
  • Configurable linting and formatting via Ultracite (Oxlint + Oxfmt, Biome, or ESLint + Prettier + Stylelint)
  • Ready-to-use project structure

Resources

Contributing

Contributions are welcome! Please read our Contributing Guide for more information.

License

MIT License

Author

Ben Sabic at Flash Brew Digital

Keywords

cli

FAQs

Package last updated on 04 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts