--- title: >- Developer Preview: Localhost-based development for shopify app dev - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/developer-preview-localhost-based-development-for-shopify-app-dev md: >- https://shopify.dev/changelog/developer-preview-localhost-based-development-for-shopify-app-dev.md metadata: effectiveApiVersion: null affectedApi: [] primaryTag: displayName: Tools handle: tools secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2025-04-01T10:25:40-04:00' postedAt: '2025-04-01T00:00:00-04:00' updatedAt: '2025-04-02T14:25:34-04:00' effectiveAt: '2025-04-01T00:00:00-04:00' --- April 1, 2025 Tags: * Tools # Developer Preview: Localhost-based development for `shopify app dev` Now in developer preview, you can serve your app using `localhost` (`127.0.0.1`) with a self-signed HTTPS certificate, which Shopify CLI generates for you. This allows you to develop some Shopify app features without the use of network tunnels. To serve your app using localhost, run the following command using Shopify CLI 3.77 or higher: ``` shopify app dev --use-localhost ``` **Note:** Localhost-based development isn't compatible with the Shopify features that directly invoke your app, such as Webhooks, App proxy, and Flow actions, and features that require you to test your app from another device, such as POS. For more information, you can read about [networking options for local development](https://shopify.dev/docs/apps/build/cli-for-apps/networking-options). Please report any issues and provide your feedback about this feature [on the Shopify Developer Community](https://community.shopify.dev/new-topic?category=shopify-cli-libraries\&tags=app-dev-on-localhost).