The recently-viewed module records every product detail page a shopper visits and surfaces those products in a carousel. State is stored per browser for guests and merged into the customer record on sign-in. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/recently-viewed · npm: @86d-app/recently-viewed
Installation
Configuration
Store endpoints
| Method | Path | Description |
|---|---|---|
POST | /recently-viewed/track | Record a view |
GET | /recently-viewed/me | Get the current shopper’s list |
Components
<RecentlyViewed />: horizontal carousel; fetches its own data.
Related modules
- Recommendations: personalized suggestions, often shown alongside.

