saleor-dashboard

Installation
SKILL.md

Saleor Dashboard Extensions

Before writing code

Fetch live docs:

  1. Fetch https://docs.saleor.io/docs/developer/extending/apps/extending-dashboard-with-apps for Dashboard extension guide
  2. Web-search site:docs.saleor.io app bridge actions dispatch notification for App Bridge API
  3. Web-search site:docs.saleor.io dashboard mounting points extensions for extension points reference
  4. Web-search site:github.com saleor/macaw-ui components for MacawUI component library
  5. Web-search site:docs.saleor.io app iframe communication for iframe messaging patterns

Dashboard Extension Architecture

Saleor Dashboard extensions are rendered as Apps inside iframes. The Dashboard loads your App's URL in a sandboxed iframe and communicates with it through the App Bridge messaging protocol.

Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026