--- title: Dev Dashboard description: >- The Dev Dashboard is your central hub for building on Shopify. Create and manage your apps, stores, and catalogs in one place. source_url: html: 'https://shopify.dev/docs/apps/build/dev-dashboard' md: 'https://shopify.dev/docs/apps/build/dev-dashboard.md' --- # Dev Dashboard The Dev Dashboard is your central hub for building on Shopify. Whether you're building apps, setting up stores for clients, or managing collaborator access to merchant stores, it all lives here. [#### Go to Dev Dashboard\ \ ](https://dev.shopify.com/dashboard/) [Build and manage your apps, stores, and catalogs](https://dev.shopify.com/dashboard/) ## Create apps Build apps that extend, automate, or connect your store in countless ways. Whether you want to build fully interactive experiences or just need secure API access, getting started is straightforward and approachable for any skill level. ![Dev Dashboard showing app creation interface with terminal commands for Shopify CLI](https://shopify.dev/assets/assets/images/apps/dev-dashboard/app-creation-dashboard-light-mode-Bx4Fn3YE.png) ### Use Shopify CLI to build feature-rich, extensible apps The recommended way to create a Shopify app is with Shopify CLI. The CLI quickly generates a complete project with all the structure and best practices you need to start building right away. As your requirements grow, the CLI makes it easy to add custom admin features, checkout blocks, and embedded user interfaces—all fully integrated with Shopify's platform. Local development and deployment workflows are built in, ensuring a smooth path from your first line of code to a live app. With CLI projects, you have access to Shopify's latest extensibility options and a full suite of developer tools, supporting everything from simple customizations to advanced multi-surface apps. [Learn how to start an app using Shopify CLI](https://shopify.dev/docs/apps/build/cli-for-apps) ### Use the Dev Dashboard for automation or API-only apps If your project focuses on backend automation, secure data sync, or API integration—and doesn't need an interface in the Shopify admin—you can create and configure an app directly in the Dev Dashboard. This workflow lets you quickly set up app credentials, permissions, and connections without scaffolding app code. Apps created this way are ideal for tasks like scheduled sync jobs, webhook handling, or simple API utilities, where browser-based app configuration is all you need. [Learn how to create an app in the Dev Dashboard](https://shopify.dev/docs/apps/build/dev-dashboard/create-apps-using-dev-dashboard) ### Manage your apps The Dev Dashboard lets you see every app tied to your organization, check app status, and configure your apps. You can also manage permissions, credentials, and team access. ![Dev Dashboard settings page showing client credentials and contact information](https://shopify.dev/assets/assets/images/apps/dev-dashboard/app-settings-BERWjF61.png) ### Track performance The Dev Dashboard gives you direct access to logs and health metrics for each of your apps. Use these built-in monitoring tools to track your app's performance and help identify and diagnose problems. [Learn more →](https://shopify.dev/docs/apps/build/dev-dashboard/monitoring-and-logs) ![Monitoring page showing webhook deliveries and response times with charts](https://shopify.dev/assets/assets/images/apps/dev-dashboard/monitoring-LV3qq4O7.png) ### Manage your stores The Dev Dashboard is the home for all your stores. The **Stores** tab gives you a unified view of every store connected to your organization, across three types: * **Dev stores**: Testing environments for building and validating apps. * **Client transfer stores**: Stores you build and hand off to merchant clients. * **Collaborations**: Merchant-owned stores you have collaborator access to. [Learn more →](https://shopify.dev/docs/apps/build/dev-dashboard/stores) ![Dev stores list showing multiple test stores with their plans and Shopify build versions](https://shopify.dev/assets/assets/images/apps/dev-dashboard/dev-stores-1xWzOtyw.png) ### Create catalogs for agentic experiences Saved Catalogs let you customize product discovery for your AI agents. Instead of querying all of Shopify's global product catalog, you can create filtered views scoped to specific product taxonomies, price ranges, or individual shops. From the Dev Dashboard, you can configure catalog filters, preview search results, and generate a custom endpoint URL for your agents. This is useful when your agents consistently need the same query parameters applied to every request. [Learn more →](https://shopify.dev/docs/agents/catalog) ![Dev Dashboard Catalog creation interface showing filter options and preview panel](https://shopify.dev/assets/assets/images/agents/catalog-with-overrides-ucp-CzDyhJ1m.png) ## Accessing the Dev Dashboard Access the Dev Dashboard directly at [dev.shopify.com/dashboard](https://dev.shopify.com/dashboard/). Or, navigate to the dashboard from the Shopify Admin or the Partner Dashboard: ### From the Shopify admin To get to the Dev Dashboard from the Shopify admin: 1. Select your store name in the top, right-hand corner of the screen. 2. Select **Dev Dashboard**. ### From the Partner Dashboard To get to the Dev Dashboard from the Partner Dashboard: 1. Select **App distribution** from the left sidebar. 2. Select **Visit Dev Dashboard**. ## Next steps [#### Build with Shopify CLI\ \ ](https://shopify.dev/docs/apps/build/cli-for-apps) [Learn how to create an app using Shopify CLI.](https://shopify.dev/docs/apps/build/cli-for-apps) [#### Build in Dev Dashboard\ \ ](https://shopify.dev/docs/apps/build/dev-dashboard/create-apps-using-dev-dashboard) [Create an app using the Dev Dashboard.](https://shopify.dev/docs/apps/build/dev-dashboard/create-apps-using-dev-dashboard) [#### Manage your stores\ \ ](https://shopify.dev/docs/apps/build/dev-dashboard/stores) [Create and manage dev stores, client transfer stores, and collaborations.](https://shopify.dev/docs/apps/build/dev-dashboard/stores) [#### Manage your organization\ \ ](https://shopify.dev/docs/apps/build/dev-dashboard/user-permissions) [Configure user permissions for your organization.](https://shopify.dev/docs/apps/build/dev-dashboard/user-permissions)