RecoMate gives any e-commerce store intelligent "you might also like" recommendations — powered by semantic AI, live in minutes, zero ML expertise needed.
Free tier available · No credit card required · API-first
Works with any platform
The problem
Generic "customers also bought" rules don't understand your products. They match keywords, not meaning. Building a real recommendation engine takes months of ML work and significant infrastructure cost — which puts it out of reach for most stores.
30–40%
revenue lost to poor product discovery
79%
of shoppers expect personalized experiences
85%
of SME stores have no recommendation system
6+ months
to build a custom ML pipeline in-house
Rule-based systems fail
"Customers also bought" uses purchase co-occurrence, not product meaning. A blue jacket doesn't surface similar blue jackets — it surfaces whatever sold alongside it.
ML teams are expensive
Training and maintaining embedding models, vector stores, and reranking pipelines requires a dedicated ML engineer and months of work.
Integrations are painful
Enterprise recommendation platforms cost $2k+/month, require long onboarding, and are built for companies 10× your size.
The solution
RecoMate is a SaaS API that gives any e-commerce store a production-grade recommendation engine. Sync your catalog, grab your API key, and start serving smarter recommendations today.
Semantic AI, not keyword matching
Vector embeddings capture what products mean. A "blue denim jacket" correctly surfaces similar items even without matching exact words.
Live in minutes, not months
Sync your product catalog via one API call. Recommendations are available before your coffee is done brewing.
One endpoint to rule them all
GET /recommendations?product_id=X returns ranked results in <100ms. Drop it into any storefront, any framework.
Zero ML expertise required
No model training. No hyperparameter tuning. No infrastructure to manage. It just works.
Built-in analytics
Track recommendations served, usage trends, and plan consumption right from the dashboard.
Enterprise-grade security
Per-tenant isolation, API key scoping, JWT auth, and rate limiting out of the box.
How it works
No SDK to install. No model to train. No infrastructure to manage.
POST your products (ID, title, description) to our bulk-sync endpoint. Each product is embedded into a semantic vector space automatically.
POST /products/bulk-sync
[
{ "external_id": "42", "title": "Blue Denim Jacket",
"description": "Slim fit, 100% cotton..." },
...
]Our async embedding pipeline processes your catalog and builds a nearest-neighbor index. You get real-time progress via WebSocket. No polling needed.
// WebSocket event
{
"event": "job:progress",
"jobId": 7,
"progress": 84,
"status": "processing"
}Call one endpoint with a product ID. Get back ranked similar products in under 100ms. Embed in your storefront, mobile app, or email engine.
GET /recommendations?product_id=42
Authorization: Bearer rm_live_xxxx
→ 200 OK · 87ms
{ "recommendations": [
{ "id": 17, "title": "...", "score": 0.94 },
...
]}Where it works
RecoMate is platform-agnostic by design. No plugin ecosystem to lock you in. It's a REST API — it works everywhere.
Shopify
Add a "You might also like" section to your product pages. Drop our snippet into your theme's Liquid templates.
WooCommerce
Replace WooCommerce's native related products with semantic AI results via our WordPress plugin or direct API integration.
Custom storefront
React, Vue, Next.js, plain HTML — if it can make a fetch() call, it works with RecoMate. One endpoint, any framework.
Email campaigns
Personalize abandoned cart and post-purchase emails with recommended products dynamically injected per recipient.
Mobile apps
iOS, Android, React Native — the recommendation API is just a REST call. Works anywhere you can make an HTTP request.
Headless commerce
Using Contentful, Sanity, or a custom CMS? RecoMate is pure API — it fits any headless architecture perfectly.
Pricing
Start free. Upgrade when you grow. No surprises.
Starter
Perfect for trying out RecoMate or small hobby projects.
Growth
For growing stores ready to personalise at scale.
Pro
High-volume stores and teams that need room to grow.
Need more? Talk to us about Enterprise pricing.
Documentation
Our docs cover the full API reference, architecture deep-dive, data flow, security model, and our complete pitch deck — all in one live, searchable page.
Join the waitlist or start free today. Setup takes under 10 minutes.
Get started for free →