14 Use Cases. One Predictive Database.

The ERP that learns β€” built on Aito's _predict, _relate, _evaluate, _search, _match

Procurement, intelligence, products, services β€” every view in this open-source reference is built on Aito's predictive operators. Three industry profiles (industrial maintenance, multi-channel retail, professional services) drive the same code.

14 ERP Features Grouped by Function

Procurement, intelligence, product/pricing, services. Pick a feature to read its implementation guide on GitHub.

Implementation Details

Explore the source, the three tenant profiles, and the architecture decisions

// Predict cost center for a LindstrΓΆm workwear PO β€” ~30ms
{
  "from": "purchases",
  "where": {
    "supplier": "LindstrΓΆm Oy",
    "description": "Workwear order"
  },
  "predict": "cost_center",
  "select": ["$p", "feature", "$why"]
}
πŸ“

Full Source Code

Apache 2.0 reference β€” 14 use case guides, three industry profiles, ADRs

πŸš€

Try the Live Demo

Switch tenants (MetsΓ€ / Aurora / Studio) in the TopBar to see how predictions retone

πŸ“š

Aito Cheatsheet

Verified Aito query patterns used across all 14 features

Why This Pattern Works for ERP SaaS

One predictive database, three industry profiles, every override learned from instantly

πŸ”

SQL-Like Predictions

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

Three Profiles, One Codebase

  • MetsΓ€ Machinery (industrial maintenance)
  • Aurora Retail (multi-channel commerce)
  • Helsinki Studio (professional services)
πŸš€

Production-Ready Architecture

  • Next.js 16 App Router + FastAPI
  • 2-layer cache, schema link traversal
  • 26 pytest tests, TypeScript strict

Evaluate in 15 Minutes

From live demo to your own data in three steps

1

Try the Live Demo

Switch tenants in the TopBar, watch predictions retone per industry

2

Read the Source

14 use case guides, three-tenant architecture, smart-form patterns

3

Try With Your Data

Upload your transactions to Aito and predict in minutes

Ready to ship a predictive ERP product?