Use when building interactive components for predefined slots in Wix business solutions. Triggers include site plugin, slot, Wix app integration, plugin…
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>.tsx extending HTMLElement with observedAttributes Create <plugin-name>.panel.tsx with WDS components and widget.getProp/setProp Create <plugin-name>.extension.ts with extensions.sitePlugin() and unique UUID Update src/extensions.ts to import and use the new extension Architecture Site plugins consist of three required files:
don't have the plugin yet? install it then click "run inline in claude" again.