wix-cli-site-plugin
Installation
SKILL.md
Wix Site Plugin Builder
Creates site plugin extensions for Wix CLI applications. Site plugins are custom elements that integrate into predefined slots within Wix business solutions (like Wix Stores, Wix Bookings, Wix eCommerce), extending their functionality and user experience.
Site owners can place site plugins into UI slots using the plugin explorer in Wix editors.
Quick Start Checklist
Follow these steps in order when creating a site plugin:
- Create plugin folder:
src/extensions/site/plugins/<plugin-name>/ - Create
<plugin-name>.tsxextendingHTMLElementwithobservedAttributes - Create
<plugin-name>.panel.tsxwith WDS components andwidget.getProp/setProp - Create
<plugin-name>.extension.tswithextensions.sitePlugin()and unique UUID - Update
src/extensions.tsto import and use the new extension
Architecture
Site plugins consist of three required files: