Skip to content

YouCan Apps

Apps extend the functionality of YouCan sellers' stores — adding new features, surfacing data, and providing tools that help sellers manage and grow their business.

Apps run as embedded applications inside the YouCan Seller Area, loaded in an iframe and integrated directly into the dashboard. They interact with sellers' stores using the Store Admin API, and communicate with the Seller Area through Qantra.

What you can build

  • Order management dashboards
  • Analytics and reporting tools
  • Inventory or shipping integrations
  • Marketing automation
  • Any custom workflow for sellers

Key building blocks

ToolPurpose
Store Admin APIRead and write store data (orders, products, customers, etc.)
AuthenticationSecurely identify sellers and obtain access tokens
WebhooksReceive real-time events from YouCan (new orders, installs, etc.)
QantraCommunicate with the Seller Area (navigation, toasts, resource picker)
YouCan UIVue component library matching the Seller Area design system

Getting started

The fastest way to create a new app:

sh
pnpm create @youcan/app@latest

Then follow the Get Started guide to have a running app in minutes.