Guided First Steps with Saleor
The Onboarding app adds a welcome widget to the Saleor Dashboard home page that walks new users through the most important first-run tasks: creating a product, exploring orders, opening the GraphQL playground, browsing available extensions, and inviting staff members. Each step links straight to the relevant part of the Dashboard so getting started is as frictionless as possible.
Ships Independently of the Dashboard
Onboarding is a standalone Saleor App - a port of the Dashboard's built-in welcome widget. Because it is an app rather than a built-in feature, it can evolve and ship on its own schedule, and the home page can eventually be customized fully with apps and widgets.
Safe to Remove
The app is purely a helper for getting started. It has no webhooks and no backend - all data is read in the browser using the Dashboard-provided token, and completion state is stored under your user metadata. Once you are comfortable with Saleor, you can uninstall the Onboarding app at any time without any side effects.
