wix-cli-dashboard-plugin

Installation
SKILL.md

Wix Dashboard Plugin Builder

Creates dashboard plugin extensions for Wix CLI applications. Dashboard plugins are interactive widgets that embed into predefined slots on dashboard pages managed by Wix first-party business apps (Wix Stores, Wix Bookings, Wix Blog, Wix eCommerce, etc.).

Dashboard plugins occupy the full width of their slot and maintain dynamic height based on content.


Quick Start Checklist

Follow these steps in order when creating a dashboard plugin:

  1. Identify the target slot ID — see Slots Reference
  2. Create plugin folder: src/extensions/dashboard/plugins/<plugin-name>/
  3. Create <plugin-name>.extension.ts with extensions.dashboardPlugin() and unique UUID
  4. Create <plugin-name>.tsx with React component wrapped in WixDesignSystemProvider
  5. Update src/extensions.ts to import and use the new extension

Architecture

Related skills

More from wix/skills

Installs
243
Repository
wix/skills
GitHub Stars
11
First Seen
Mar 2, 2026