16 Use Cases. One Predictive Database.

The shop that learns — built on Aito's _predict, _relate, _recommend, _estimate, _evaluate, _search

Smart search, recommendations, co-purchase intelligence, demand forecast, inventory, markdown, churn, win-back, catalog enrichment, evaluation. Every view in this open-source reference is built on Aito's predictive operators. PetNord — a Nordic pet store with 700 SKUs, 3,000 customers, 12,000 orders, 6,000 reviews — drives the demo.

16 E-commerce Features Grouped by Function

Consumer-facing assistance, retention intelligence, merchandiser operations, analysis and enrichment. Pick a feature to read its implementation guide on GitHub.

Browse the full catalog (39 use cases) →

Implementation Details

Explore the source, the demo moments, and the architecture decisions

// Bought Together — dog dry-food anchor — ~30ms
{
  "from": "orders",
  "where": { "line_categories": { "$match": "dog_dryfood" } },
  "relate": "line_categories",
  "limit": 5
}
📁

Full Source Code

Apache 2.0 reference — 16 use case guides, 20 architecture decision records

🚀

Try the Live Demo

PetNord on Aito — switch the persona pill on Smart Search and watch the right column flip

📚

Aito Cheatsheet

Verified Aito query patterns + 7 Aito-API gotchas surfaced while building

Why This Pattern Works for E-commerce SaaS

One predictive database, sixteen views, every override learned from instantly

🔍

SQL-Like Predictions

  • _predict, _relate, _recommend, _estimate, _evaluate, _search
  • No feature engineering required
  • Confidence + $why on every prediction
🏗

Consumer + Operational, One Substrate

  • Search, recs, cross-sell, cart completion
  • Demand, inventory, markdown, price
  • Churn, win-back, feedback triage
🚀

Production-Ready Architecture

  • Next.js 16 App Router + FastAPI
  • 2-layer cache, schema link traversal
  • PUBLIC_DEMO mode, two-tier rate limit

Evaluate in 15 Minutes

From live demo to your own data in three steps

1

Try the Live Demo

Switch personas on Smart Search and For You — watch the right column flip in <300 ms

2

Read the Source

16 use case guides, 20 ADRs, Aito cheatsheet, demo script

3

Try With Your Data

Upload your orders and impressions to Aito and predict in minutes

Ready to ship a predictive commerce product?