saleor-apps

Installation
SKILL.md

Saleor App Development

Before writing code

Fetch live docs:

  1. Fetch https://docs.saleor.io/docs/developer/extending/apps/overview for Apps architecture
  2. Web-search site:docs.saleor.io saleor app manifest structure for manifest reference
  3. Web-search site:docs.saleor.io saleor-app-sdk token exchange APL for SDK utilities
  4. Web-search site:github.com saleor/saleor-app-template for latest Next.js App template
  5. Web-search site:docs.saleor.io app permissions for permission enumeration
  6. Web-search site:docs.saleor.io app bridge dashboard extensions for Bridge API

App Architecture

Saleor Apps are standalone web applications that extend Saleor functionality. They are not monolithic plugins embedded in the core -- each App is an independent service that communicates with Saleor via GraphQL and webhooks.

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