Skip to content

Preview-reel hero ordering

The preview reel is the vertical-swipe hero at the top of the mobile home screen: the first thing users see on open. It’s usually 3–7 series deep and rotates automatically.

Each series has an editorial_hero_score (0–100). The preview reel is the top N series by score in the user’s market, filtered to status='published'.

  • Higher score = closer to the top of the reel.
  • Ties are broken by created_at DESC (newer wins).
  • Series with editorial_hero_score=0 are excluded entirely.

Curation → Preview reel shows the current reel in order with the score visible for each entry.

  1. Click Edit on a row to change its score.
  2. Or Add series to introduce a new candidate: set a starting score.
  3. Or Remove to zero the score (kicks the series out of the reel).
  4. Live preview shows the reel as the mobile app will render it.

The hero image (16:9) uploaded during series creation is the visual. If a series doesn’t have a hero image, it can’t be in the reel: the preview page shows an inline warning and excludes it.

  • 3–5 series in the reel is the sweet spot. More than 7 and users start missing entries entirely.
  • Rotate at least weekly. Stale hero = declining CTR.
  • Keep at least one free-today series in the reel: pulls impulse browsers into a paid unlock loop.
ActionEndpoint
Read current reelGET /v1/admin/preview-reel
Update reel (replace)PUT /v1/admin/preview-reel

Full details in API: Curation.