--- title: Dev Dashboard description: The Dev Dashboard is your central hub for creating and managing Shopify apps. 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 creating and managing Shopify apps. It provides a unified development experience with powerful tools to build, test, and monitor your applications. Whether you're customizing your own stores or building for clients, the Dev Dashboard gives you access to the full capabilities of the Shopify platform. [#### Go to Dev Dashboard\ \ ](https://dev.shopify.com/dashboard/) [Create and manage your Shopify apps](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-BYeUXmAN.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) ### Test with dev stores Dev stores are dedicated testing environments that let you develop and validate your apps in realistic Shopify conditions without risk to a live store. From the Dev Dashboard, you can create new dev stores on any Shopify plan, configure sample products or orders, and test your app installation and behavior before pushing changes live. [Learn more →](https://shopify.dev/docs/apps/build/dev-dashboard/development-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-Bbo3BsWb.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) [#### Get started with dev stores\ \ ](https://shopify.dev/docs/apps/build/dev-dashboard/development-stores) [Set up a dev store to test your apps in realistic environments.](https://shopify.dev/docs/apps/build/dev-dashboard/development-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)