Apps Overview
YouCan apps are embedded directly inside the Seller Area — they run in an iframe in the dashboard and have full access to the seller's store data via the Store Admin API.
How apps work
When a seller opens your app, the Seller Area loads it in an iframe and provides a secure session. Your app authenticates with YouCan, obtains an access token, and can then read and write store data on behalf of the seller.
The Qantra SDK handles communication between your iframe and the Seller Area — navigation, UI components, session tokens, and more.
Building blocks
| Authentication | How sessions, HMAC verification, and token exchange work |
| Store Admin API | Access orders, products, customers, and more |
| Webhooks | Subscribe to real-time store events |
| Qantra | Seller Area bridge — session tokens, navigation, toasts |
| YouCan UI | Vue components that match the Seller Area look and feel |
Ready to build?
sh
pnpm create @youcan/app@latest1
Follow the Get Started guide for a step-by-step walkthrough.