Return visits, signed events,
your brand — drop-in.
Engage between purchases
Turn dormant customers into daily visitors. A fresh puzzle each morning, no campaign to write.
Unlock coupons & perks
Trigger a discount, free shipping, or tier upgrade on completion. The event is signed — no spoofing.
Themed to your storefront
Match the type, color, and corner radius your customers already know. Live theme editor in the Hub.
Plugs into your coupon flow
Issue Shopify discount codes, BigCommerce coupons, Klaviyo-triggered emails, or your own perks API — webhook in, coupon out.
Three lines of code,
coupons in the cart.
Pass your customer ID at runtime — Shopify, BigCommerce, Magento, headless, whatever. When the player finishes, you get a signed event with the score. Issue a discount, settle loyalty points, or fire a CRM event.
<div id="pg-host"></div>
<script src="https://static.playgent.com/player/v2.js"></script>
<script>
Playgent.init({
containerId: "pg-host",
player: "plyr_acme_store",
game: "wordsearch",
mode: "daily",
externalUserId: shopify.customer.id,
onComplete: ({ score, externalUserId, won }) => {
// issue a discount code, tier bump, or thank-you perk
couponAPI.issue(externalUserId, scoreToCoupon(score));
},
});
</script>“Mini-games drove our biggest engagement lift of the year — and we built zero of them.”
Three plays most retail
teams ship first.
Spin-to-win on checkout
Reward order completion with a 30-second game that unlocks a thank-you discount.
Daily collect on home
A puzzle on the app home screen that resets at midnight and pays out a coupon.
Newsletter as game
Embed a daily puzzle in your CRM emails. Score lifts engagement and re-engages dormant lists.
What retail teams
ask first.
- Does Playgent work inside Shopify, Shopify Plus, BigCommerce, or Magento?
- Yes — one script tag drops into any storefront theme, product page, account page, or thank-you page. For headless commerce, embed inside any framework that renders HTML. The shopper's customer ID is passed in at runtime so the signed event matches your existing CRM identity.
- Can we issue coupons or discount codes on completion?
- Yes. The signed webhook fires on every completion — your server creates a Shopify price rule, BigCommerce coupon, or whatever your stack uses, and either responds with the code or emails it via Klaviyo, Iterable, or Braze.
- Will branded games slow down our PDP or checkout?
- Each game is under 60 KB gzipped and lazy-loads on first interaction. The bundle ships from Playgent's edge — no origin round-trip and no LCP impact on the host page.
- How do we measure ROI?
- Every completion event carries score, session length, and external_user_id. Pipe to Segment, RudderStack, or your warehouse and join on customer lifetime — most teams report repeat-visit and CLV deltas within the first 30 days.