Zooomy

Zooomy builds Shopify apps. On the storefront in this graph it supplies a back-in-stock notification control: the app renders its own signup interface into a container the theme provides, and it holds the subscriber list and the restock alerts on the vendor's side rather than in Shopify's customer data.

Documented at https://www.zooomy.com/.

How We've Used It

One gated build uses it: a product section serving kit and bundle templates, which gives the vendor's control a dedicated container and injects it once the page has settled rather than during first paint. The injection is guarded so it runs once even where the section re-renders. That is the whole shape of this integration — the container's position is a theme decision and the signup flow behind it is not, and keeping the guard on our side means a re-render never produces two of the vendor's controls.

Builds Using It

No page in this batch covers a build on it yet. One gated build uses it; its page follows.

Related Entities

Our Role

Integration. We provide the container and control when it mounts; the notifications and the subscriber list are the vendor's.