Cloudflare Worker Engine
A serverless points engine on Cloudflare Workers that ingests Shopify order and refund webhooks, calculates points from paid order totals, and writes balances back to customer metafields.
Custom Shopify App
A private Shopify Custom App with read_orders, write_customers, read_products and write_themes scopes - auto-renewable client credentials, no token rotation.
Storefront Rewards Banner
A dark navy and gold banner injected into the Shopify theme via Liquid + CSS + JS, with countdown timer, live points balance, and a "Join Rewards" prompt for zero-balance customers.
Double-Points Tagging
Products tagged double-points in Shopify automatically earn 2x rewards. Tag detection runs in a single batched GraphQL query per order - no per-line-item round trips.