Built for the AI Hackathon · v1.0 live

AI recommendations
your store deserves.

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

api.recomate.com/recommendations?product_id=42
// Response · 87ms
"recommendations": [
{ "id": 17, "title": "Blue Denim Jacket", "score": 0.94 },
{ "id": 38, "title": "Casual Zip Hoodie", "score": 0.89 },
{ "id": 61, "title": "Slim Chino Pants", "score": 0.85 }
]

Works with any platform

ShopifyWooCommerceMagentoBigCommerceCustom REST API

The problem

Your shoppers can't find what they want.
You're losing sales every second.

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

Plug-in AI recommendations.
No ML team needed.

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

Three steps. That's it.

No SDK to install. No model to train. No infrastructure to manage.

01

Sync your product catalog

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..." },
  ...
]
02

We calibrate in the background

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"
}
03

Serve recommendations anywhere

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

If it sells products, RecoMate can improve it.

RecoMate is platform-agnostic by design. No plugin ecosystem to lock you in. It's a REST API — it works everywhere.

🛍️E-commerce

Shopify

Add a "You might also like" section to your product pages. Drop our snippet into your theme's Liquid templates.

🔧E-commerce

WooCommerce

Replace WooCommerce's native related products with semantic AI results via our WordPress plugin or direct API integration.

💻Any stack

Custom storefront

React, Vue, Next.js, plain HTML — if it can make a fetch() call, it works with RecoMate. One endpoint, any framework.

📧Marketing

Email campaigns

Personalize abandoned cart and post-purchase emails with recommended products dynamically injected per recipient.

📱Mobile

Mobile apps

iOS, Android, React Native — the recommendation API is just a REST call. Works anywhere you can make an HTTP request.

⚙️Headless

Headless commerce

Using Contentful, Sanity, or a custom CMS? RecoMate is pure API — it fits any headless architecture perfectly.

Pricing

Simple, predictable pricing.

Start free. Upgrade when you grow. No surprises.

Starter

$0

Perfect for trying out RecoMate or small hobby projects.

  • 100 recommendations / mo
  • 100 products
  • 1 API key
  • Dashboard access
  • Community support
Start free
Most popular

Growth

$29/month

For growing stores ready to personalise at scale.

  • 5,000 recommendations / mo
  • 1,000 products
  • 5 API keys
  • Usage analytics
  • Email support
  • PAYG overage ($0.001/rec)
Get started

Pro

$99/month

High-volume stores and teams that need room to grow.

  • 50,000 recommendations / mo
  • 10,000 products
  • 20 API keys
  • Priority support
  • Advanced analytics
  • PAYG overage ($0.001/rec)
Get started

Need more? Talk to us about Enterprise pricing.

Documentation

Everything you need to integrate in one place.

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.

API ReferenceArchitecturePitch DeckRoadmapSecurityChangelog
Open the docs

Your shoppers deserve better recommendations.

Join the waitlist or start free today. Setup takes under 10 minutes.

Get started for free →