Wishlist Hero
Wishlist Hero is a Shopify app that adds saved-item lists to a storefront. It renders its own controls and list interface from app-provided snippets and scripts, keyed to a customer, and it holds the list on the vendor's side rather than in the theme or in Shopify's product data.
Documented at https://apps.shopify.com/wishlist-hero.
How We've Used It
The recurring job is placement, not behavior. Our cards and buy boxes decide where the vendor's control sits and how it reads in our layout — a heart in the card's action row, a control hoisted into a mobile title block above the gallery — while the vendor owns the list behind it. The second job follows from how our grids work: when a filtered page, an appended page of results or a quick-view modal introduces markup that did not exist at first paint, the control has to be re-bound, because the vendor's initialization already ran. Anything mounted inside a card inherits that rule.
Builds Using It
- Shade-level collection grid powered by an external faceting API — Nudestix
- Metafield-driven PDP content system: auto-built accordions, need-to-know strip and campaign widgets — Nudestix
- Bundle PDP: kits and build-your-own sets on a dedicated product template — Nudestix
- Product card with award badges, per-variant content payload and per-card structured data — Nudestix
- Layout shell rewritten as a load-order contract: origin hints, two stylesheet tiers and an interaction-gated session recorder — Nudestix
8 further gated builds use it; their pages follow.
Related Entities
Our Role
Integration. We mount and style the vendor's control inside our own components; the list and the customer data behind it stay the vendor's.