Try-on
Installing try-on on your storefront
One line in your theme, a domain allowlist, and a daily cap you set before you turn it on.

- 01
Register your domain
The publishable key only works on domains you have registered. Add both the apex and the www form if you serve both, and your staging domain if you want to test there.
- 02
Add the script tag
One line in your theme, above the closing body tag, carrying your publishable key. The widget renders inside a shadow root, so it neither inherits your styles nor leaks into them.
- 03
Point it at the product
The widget reads the product from the page's structured data where it exists. Where it does not, name the product image explicitly in the tag.
- 04
Set the daily cap first
Before you make it live. The cap is the ceiling on what a day can cost you, and each visitor has a limit underneath it.
- 05
Try it on yourself
Run one try-on on a real product from a phone. The first run on a product derives the garment to a flat lay and caches it, so the second is faster than the first.
Questions
- Do I need a Shopify app?
- No. It is a script tag in the theme, which is why there is no app review queue between you and going live.
- What if someone copies my key?
- It only works on the domains you registered, and the daily cap applies regardless.