Shopify Admin Extensibility Framework Demos
These single-file HTML applications demonstrate routing frameworks for Shopify Admin hosted apps. Each app is a self-contained prototype that can be embedded in Shopify Admin.
Full-featured routing with Angular's built-in router, demonstrating navigation, components, and app shell communication.
AngularLightweight routing solution using Preact with preact-iso for universal rendering support.
PreactMinimalist routing with Wouter, optimized for Preact applications with a tiny footprint.
PreactVue.js official router integration demonstrating component-based navigation and state management.
VueNote: These apps use postMessage API to communicate with the Shopify Admin parent window. When accessed directly, they run in standalone mode.