Recommendations quickstarts
Recommendations usually begin with a model choice, then continue into either the ready-to-use Recco.js path or a custom Recommender API implementation.
Choose your path
Section titled “Choose your path”
Recommended for web
Recco.js
Use the frontend library when you want recommendation widgets rendered quickly with built-in analytics handling.
- Fastest way to launch recommendation widgets.
- Automatic event handling for the widget flow.
- Supports templates and carousel-like experiences.
Recommender API
Use the API when you need to build the UI yourself or integrate recommendations into a custom frontend or backend flow.
- Complete control over rendering.
- Works for non-standard storefronts.
- Lets you combine recommendations with your own business logic.
Quickstart collection
Section titled “Quickstart collection”Strategy
Choose the right model first
Start here if you are still deciding what kinds of recommendations should appear on each page.
Recco.js
Frontend library path
Choose this when you want the fastest recommendation widget on the web.
Recommender API
Custom implementation path
Use this when you want to own the widget markup, logic, and analytics flow.
Was this page helpful?
Thanks.