AI Intelligence Platform & Product Ecosystem

One platform. Infinite intelligence.

ORIS is Zoho for vertical SaaS: twelve products sharing one identity, one AI brain, and one data layer. Stop paying for fragmented tools. Start reasoning across everything.

10 LLM providers12 productsFree-first AI routingSOC 2 ready

Your tools don’t talk to each other.

You use one tool for HR, another for donations, another for compliance. Each has its own login, its own data silo, its own AI that knows nothing about the rest.

Siloed identity

Employees manage 5+ logins. Offboarding misses accounts. No single view of who has access to what.

ORIS gives every person one account across all 12 products. Offboard once, revoke everywhere.

Siloed data

Your donor in Donateazy is invisible to Kapitalyze. Cross-department reports need manual data stitching.

ORIS maps entities across products. Ask "show me everything about John Doe" and get answers from every vertical.

Siloed AI

Each product calls its own LLM with no shared context. You pay 3x for 3 separate AI subscriptions.

ORIS routes all AI through one intelligent layer. One bill, one credit pool, cross-product reasoning.

How ORIS works.

Two layers power everything. Products plug in with two lines of code.

YOUR PRODUCTS

DonateazyKapitalyzeWasiyatPeopleOSReachOSRestoOS

ORIS Identity

SSO, RBAC, sessions, tenant management. One JWT for all products.

ORIS AI

10 LLM providers, free-first routing, per-product prompts, credit metering.

Shared Entity Graph · Audit Log · Compliance Engine

One person, one organisation, one record. Visible across every product they touch.

The ecosystem.

Twelve vertical products. Activate what you need. They share identity, intelligence, and data from day one. No integration required.

LiveDE

Donateazy

NGO & Donor Management

80G receipts, FCRA compliance, donor CRM, campaign intelligence

Learn more ›

LiveKAP

Kapitalyze

Corporate Governance

Board management, regulatory filing, fund administration

Learn more ›

LiveWAS

Wasiyat

Islamic Estate Planning

6-doctrine inheritance calculator, Wasiyyah, document generation

Learn more ›

LivePOS

PeopleOS

HR & Payroll

Attendance, leave, payroll, PMS, Labour Code compliance

Learn more ›

LiveRCH

ReachOS

Marketing Automation

Campaigns, audience segmentation, engagement analytics

Learn more ›

LiveROS

RestoOS

Restaurant Operations

POS, inventory, kitchen management, demand forecasting

Learn more ›

Coming soon

LedgrOSAR/APContractsPaymentsDAMOfficeOS

Cross-product intelligence

One entity. Every product.

When “Acme Corp” is a donor in Donateazy, a client in Kapitalyze, and an employer in PeopleOS, ORIS knows it’s the same entity. Ask one question, get answers from every product.

Unified

Entity Graph

Pro tier+

Cross queries

Every action

Audit trail

ORIS Identity

One account. Every product.

No product has local auth. A single sign-on, a single JWT, a single admin console to manage users, roles, and access across your entire organisation.

What one JWT carries · auth.meetoris.com
sub"user-uuid"
tenant_id"org-uuid"
products["DE","KAP","POS","ROS"]
roles{"DE":"admin","KAP":"viewer"}
ai_tier"pro"
data_residency"IN"

Single Sign-On

Login once, access everything. Logout once, revoke everywhere.

Per-Product Roles

Admin in Donateazy, viewer in Kapitalyze. Granular control.

Tenant Management

Organisations, subscriptions, product entitlements, all in one console.

Session Control

Centralised sessions with ecosystem-wide revocation.

Admin Console

Manage users, roles, products, AI usage, and audit logs.

M2M Auth

API keys for background jobs. No human token needed.

ORIS AI

Ten providers. Free models first.

ORIS routes every AI request through free models first, ultra-cheap providers second, and premium models only when the task demands it. You pay for intelligence, not infrastructure.

Automatic routing waterfall, per request
1Free firstGoogle Gemini, Groq Llama, Mistral Small$0
2Ultra-cheapQwen Flash ($0.10/M), DeepSeek V3 ($0.28/M)~$0.0001
3BudgetKimi K2.5, MiniMax, xAI Grok~$0.001
4PremiumClaude Sonnet, GPT-4.1, Gemini Pro~$0.01
5FlagshipClaude Opus, GPT-5.4~$0.05

If Step 1 fails (rate limit), Step 2 tries. All free models are exhausted before any paid model is touched. Fallback is automatic and invisible to your product.

Why not call LLM APIs directly?

DIY approach

  • Manage 10 API keys
  • Build your own fallback logic
  • No cost optimisation
  • Pay from token one
  • Separate billing per provider
  • No cross-product context

With ORIS AI

  • One API, ten providers
  • Automatic fallback across all
  • Free models tried first, always
  • 60-70% of requests cost $0
  • One credit pool, one bill
  • Cross-product AI reasoning

Task Router

Maps task type + AI tier to the best-fit model automatically.

Cost Optimiser

Free first. Then cheapest paid model above the quality threshold.

Fallback Chain

All free exhausted → ultra-cheap → cheap → premium. Invisible.

Prompt Registry

Each product gets domain-specific prompts. Donateazy knows FCRA, Wasiyat knows Faraid.

Credit Metering

Weighted credits. Chat costs 1, doc.draft costs 5, cross-vertical costs 10.

Streaming

Server-sent events for real-time responses in every product.

How credits work.

One credit is not one API call. Credits are weighted by task complexity: simple tasks cost less, complex reasoning costs more.

Credit weights by task type
Chat / Classify / Extract1 credit

e.g. "How many donors lapsed?"

Generate / Summarise / Assist2 credits

e.g. "Summarise the board minutes"

Analyse / Review / Code3 credits

e.g. "Analyse donor retention trends"

Draft document / Compliance5 credits

e.g. "Draft a board resolution"

Cross-vertical query10 credits

e.g. "Show everything about Acme Corp"

What 5,000 credits gets you

Pro plan, typical monthly usage

2,500 quick chats & lookups2,500
625 summaries & text generations1,250
150 document drafts & analyses750
50 cross-vertical queries500

~3,300 actual API calls. ~60% handled by free models at zero cost.

Pricing.

Start free. Scale as you grow. AI credits included in every plan.

Starter

Freeto begin
Get started
  • 1 product
  • 100 AI credits/month
  • Up to 5 users
  • Free-tier models (Gemini, Groq)
  • Community support

Pro

$49/product/month
Start free trial
  • Unlimited products
  • 5,000 AI credits/month
  • Cross-vertical queries
  • All 10 providers (free-first)
  • Up to 50 users
  • Custom AI prompts
  • Priority support

Enterprise

Custom
Contact sales
  • Unlimited everything
  • Unlimited AI credits
  • Data residency (EU/US/IN)
  • SSO federation
  • SLA guarantee
  • Dedicated support
  • On-premise available

Two lines to connect.

Every product in the ecosystem connects with two packages. Identity handles auth. Intelligence handles AI. That’s it.

Identity: one line of middleware
app.use('/api/*', orisAuth({
  issuer: 'https://auth.meetoris.com'
}))

// Done. Every request is now
// authenticated via ORIS Identity.
Intelligence: one API call
const result = await oris.reason({
  primitive: 'compliance.evaluate',
  messages: [{ role: 'user', content: query }]
})

// ORIS picks the model, manages cost,
// falls back on failure. You get the answer.

Stop paying for fragmented tools.

One platform. One identity. One AI layer. Twelve products. Start free, scale to enterprise.