Appearance
Relewise Demo Shop
The Relewise Demo Shop is our actively maintained and open-source reference storefront that demonstrates how to combine Relewise tracking, search, recommendations, merchandising, retail media and content personalization in a modern ecommerce experience.
It is designed for both commercial stakeholders who want to see a polished storefront that highlights the value of Relewise, and for developers who want a practical, reference implementation they can fork, extend, and play around with.
Why use the Demo Shop?
- Purpose-built showcase: See how Relewise powers product discovery across search, recommendations, category browsing, and content placements in a cohesive storefront.
- Confidence for stakeholders: Share a live, navigable experience that illustrates how Relewise can improve conversion, upsell, and retention without building custom demos from scratch.
- Developer-friendly foundation: Built with Vue and TypeScript, the repository includes reusable components, including our own Web Components, API integration patterns, and tracking examples you can adapt directly into your own stack.
Explore and try it in minutes
- Start a Free Trial: Create a Relewise dataset and API Keys from our Free Trial to get access to the platform.
- See it in action: From My Relewise you can navigate directly to our hosted version of the Demo Shop.
Running the Demo Shop locally
- Clone the repository: Grab the code from GitHub at Relewise Demo Shop (Vue).
- Run locally: Install dependencies and start the dev server to experience Relewise-powered search and recommendations with your own data.
- Configure credentials: Point the app at your dataset by setting your Dataset ID and API Keys in the Demo Shop configuration.
You can also deploy the Demo Shop to a temporary environment to share with stakeholders - just publish to your preferred hosting platform.
Developer resources
- Developer Getting Started Guide - learn how to authenticate, send events, and query the Relewise APIs.
- Implementation Steps - map out the sequence for tracking, catalog ingestion, search, and recommendations before customizing the Demo Shop.
- Examples - copy ready-made request payloads and response handling patterns for rapid prototyping.
- MCP Server - connect your IDE with our Relewise MCP server.
- Demo Shop Repository - explore components, routing, and API integration patterns you can reuse in production.