Use casesShopify apps
Feature requests
Mount the feature requests surface with the smallest working setup.
This page is for teams that only want to add the feature requests surface without pulling in the rest of the embed UI.
Minimum requirements
- Complete Building Shopify apps
- Install the base Embed script
- Render inside a Shopify embedded app page
Mount only feature requests
<script src="https://app.superrelay.ai/embed/embed.js" data-token="YOUR_EMBED_TOKEN"></script>
<div id="relay-feature-requests"></div>This is the smallest possible feature requests install.
What must exist
- A product in Settings → Products with the embed enabled
- A Relay Secret generated in the product's Identity section
- Your server signing the shop identity with it — see Identity Verification
Auth behavior
Feature requests use a verified shop identity (window.RelayEmbed.identity) for authenticated actions.
- Reading the list works with the embed token.
- Creating requests needs a verified shop identity.
- Voting needs a verified shop identity.
- Replying needs a verified shop identity.
If window.RelayEmbed.identity is not available, the surface falls back to read-only behavior.