Predictive grid ranking for DTC storefronts
Cartlyzer scores every visitor-product pair in your active session and reorders collection pages in real time. It does one thing, precisely.
- Live reranking per session, not batch schedule
- Conversion-probability score on every PDP
- Business rules layer that runs on top of AI ranking
Three capabilities that work together
Real-time collection page reranking
Every time a visitor loads or scrolls a collection page, Cartlyzer fires an API call with live session signals: product views, hover events, scroll depth, and cart history. The response reorders the grid within 200ms, before the next render cycle.
- Works on Shopify collection pages, WooCommerce shop archives, and headless storefronts via API
- No page reload required: grid reorder uses client-side DOM injection
- Rank changes flagged with an orange indicator you can inspect in the dashboard
Conversion-probability PDP scoring
Every product detail page gets a live conversion-probability score for the current visitor's session. If a PDP is hemorrhaging sessions, you know before the weekly analytics report. Act on signal, not hindsight.
- Score updates in real time as the session progresses
- Dashboard view shows score distribution across your full catalog
- Low-scoring PDPs surface automatically in your weekly digest
"pdp_scores": [
{ "sku": "MRKNT-001", "score": 0.91, "status": "high" },
{ "sku": "DENIM-214", "score": 0.44, "status": "bleeding" },
{ "sku": "SCARFW-88", "score": 0.72, "status": "mid" }
]
Merchandising rules layered on AI ranking
Your AI ranking is the base. Your rules are the override. Pin new arrivals to the top, exclude SKUs below margin threshold, force clearance items into the first row. Rules execute after ranking, so you never lose conversion intelligence to manual overrides.
- Rules configured in the Cartlyzer dashboard with no code required
- Rule priority is explicit and auditable: no hidden interactions
- A/B test rules vs AI-only to measure rule impact on revenue per session
What Cartlyzer moves
Observed across early Cartlyzer deployments on Shopify and WooCommerce. Revenue per session is the primary tracking metric, not conversion rate in isolation.
How signals become ranked grids
A lightweight JS tag streams behavioral events. The Cartlyzer inference layer scores per-session conversion probability. Your storefront gets back a ranked product ID array, ready to render.
// Install Cartlyzer in one script tag
<script
src="https://cdn.cartlyzer.com/clz.js"
data-store-id="your-store-id"
defer
></script>
Product questions
Connect your store. See scored products in your first session.
Cartlyzer scores your top 50 products the moment your first shopper session starts. 14 days free, no credit card required, full feature access from day one.