Envie
Wishlist infrastructure for Shopify — unstyled primitives, an API + SDK on every plan, headless-native, your data.
Envie adds wishlists to any Shopify storefront without taking over your markup, your data, or your pricing math.
Three ways in
Pick the integration tier that matches your stack — they all sit on the same API:
Liquid (theme)
Drop-in web components via the theme app embed. 15 minutes to a working wishlist on any Online Store 2.0 theme.
Hydrogen / headless
The same components (or plain fetch) against the public API with a browser-safe key.
Server-side / custom
@getenvie/client with a private key for server code: exports, analytics, automation.
What makes it infrastructure
- Unstyled primitives.
<envie-button>and friends ship zero CSS opinions; you style parts, not override themes. - API + SDK on every plan. No feature gates on the integration surface, no metered "wishlist actions".
- Your data. Everything is exportable, webhooks push changes to you, and imports from Swym/Swish are first-class.
- Agent-ready. llms.txt indexes these docs; every page has a raw markdown twin at
{page}.md; the API description embeds its own conventions; and an MCP server atdocs.getenvie.com/mcpanswers doc queries without leaving your editor.