BDB DECISION PLATFORM · SATELLITE APPS

One Platform.
Unlimited Apps.
Zero Hallucination.

AI-scaffolded Satellite Apps, built in days not months, governed by the Kinetic Semantic Layer — deterministic, auditable, and enterprise-ready.

Kinetic Semantic Layer Diagram

Why enterprise apps take too long,
cost too much, and break too often.

Every enterprise faces the same structural failure — apps built from scratch on raw data with no shared governed foundation.

Time & Cost Pain
18 MONTHS TO
DELIVER ONE APP
Time & Cost Pain

A single operational app — HRMS, CRM, Finance dashboard — takes 12–18 months of backend development, BI tool configuration, and data integration. By the time it ships, requirements have changed.

Governance Pain
TEN APPS, TEN BACKENDS,
TEN DATA SILOS
Governance Pain

Each application owns its own backend, its own data schema, and its own definition of 'Customer', 'Revenue', and 'Risk'. Inconsistent numbers, duplicated effort, and an integration nightmare every time something changes.

AI Reliability Pain
AI THAT HALLUCINATES
ON BUSINESS QUERIES
AI Reliability Pain

'Revenue' calculated five different ways. 'Churned customer' with four definitions. No business rule enforcement. Impressive in the demo. Unreliable in production — with zero accountability.

The root cause of all three problems is the same: every app is built from scratch on raw data with no shared governed foundation beneath it.

One Governed Platform, Two Consumption Modes

Ontology-grounded business objects · governed metrics · pre-authorised actions · deterministic · zero hallucination.
Both modes share: auth · RBAC · connectors · audit trail · semantic definitions.

Data Agent
Mode 1

Data Agents

Replaces
Analyst queues · ad-hoc request backlog · wait time
Delivers
Instant governed answers · every time · same result
NPA analyst · CFO analyst · CXO analyst
Powered by Claude · zero hallucination
Satellite App
Mode 2 — Primary Focus

Satellite Apps

Replaces
Months of backend dev · BI tool config · custom integrations
Delivers
Full operational app · auto-generated · production in days
Risk app · Branch app · Wealth app · HRMS · Finance · CRM
Claude Code · Cursor AI · OpenAI Codex
Platform Architecture — Shared Governed Foundation
PostgreSQLMySQLSnowflakeMongoDBClickHouseOracleDatabricksS3 / Any
Data Sources
Any Connector
Kinetic Semantic Layer
Definitions · Dimensions · Actions · Services
BDB Platform SDK
Auth · RBAC · Audit Trail
AI Coding Tools
Claude Code · Codex · Cursor
Data Agents
HRMS
CRM
Finance
Projects
+Any Domain

What is a Satellite App?

Thin, domain-focused operational applications built on one shared platform layer — scaffolded by AI coding tools in days, not months.

"Instead of building ten separate apps, you deploy the platform once and spin up satellites as fast as your AI coding tools can scaffold them."

BDB Platform — The Core

Centralised Governed Foundation

A centralised data and analytics backbone with semantic models, connectors, identity, RBAC, and an SDK. One governed source of truth for every satellite app that consumes it.

Satellite Apps — Thin & Focused

Domain-Specific, No Backend Needed

Domain-specific apps — HRMS, CRM, Finance, Projects, Support, Risk, Wealth — each consuming the shared SDK. No duplicated backends. No conflicting data definitions.

AI Coding Tools — The Accelerator

Scaffold in Hours, Not Developer-Days

Claude Code, OpenAI Codex, and Cursor AI read the platform conventions and SDK contracts to scaffold complete feature modules in hours. Humans review and approve.

Shared Infrastructure — Inherited

Security and Governance by Default

Auth, role management, data connectors, audit trails, and semantic definitions live once in BDB. Every satellite inherits them automatically. Zero duplication. Security by default.

Five Core Satellite Apps. One Platform.

Production-ready domain applications, scaffolded in days from the BDB Kinetic Semantic Layer. Shared auth, RBAC, connectors, and audit trail — inherited by every app automatically.

HRMS
HRMS
LeaveWFHPerformance

Complete workforce management governed by BDB semantic models. No HR data silo, no custom backend — leave approvals, WFH scheduling, and performance tracking with zero backend coding.

CRM
CRM
LeadsDealsContacts

Sales pipeline built on governed data. 'Customer' has one definition across every app. Deal stages and revenue are calculated consistently, everywhere — no conflicting numbers.

Finance
Finance
PayrollBudgetP&L

CFO-grade financial visibility with governed P&L, payroll, and budget tracking. 'Revenue' means the same thing in this app as in every Data Agent and every dashboard.

Projects
Projects
TasksOKRsTimesheets

Project delivery and OKR tracking with shared semantic definitions for milestones, resource allocation, and timesheets — consistent with Finance and HRMS automatically.

Any Domain
Any Domain
AI-Scaffolded on Demand

Risk · Branch · Wealth · Support · Compliance. Add any domain — extend the semantic model, scaffold in days. Every new app inherits the full platform. Growth is additive, not exponential.

What Makes It 'Kinetic' — Live, Governed, and AI-Ready

Most semantic layers are read-only metric consistency tools. BDB's Kinetic Semantic Layer is write-enabled, action-aware, and agent-ready — it governs what AI can do with data, not just what data means.

PILLAR 01 — DEFINITIONS
Business Ontology Mapping

Canonical definitions of every business entity — Customer, Transaction, Product, Risk Score, Account. 'Revenue' is defined once. Every app and every agent uses the same definition. One truth. Everywhere. Forever.

PILLAR 02 — DIMENSIONS
Consistent Context Everywhere

Time, geography, segment, and category dimensions apply consistently across every semantic object. 'Last month' means the same thing whether a Data Agent answers it or a Satellite App displays it. Temporal ambiguity eliminated.

PILLAR 03 — SERVICES
API & Event Orchestration Fabric

Governed read APIs exposing semantic objects to Satellite Apps and Data Agents. Execute Semantic Query returns certified data. Normalize Rows ensures consistent formatting. Every service call is logged for audit.

PILLAR 04 — ACTIONS
Pre-Authorised Execution Engine

Write-back operations with pre-condition validation. A compliance hold cannot be placed on a closed account. A refund cannot exceed the original transaction. Rules encoded once, enforced everywhere.

Platform SDK — What Every Satellite App and Agent Consumes
useSemanticQuery useSemanticAction AuthContext ProtectedRoute RoleGuard useAuditLog useEntityDefinition normalizeRows
9 Domain Semantic Models — Ready to Deploy
BFSI Telecom Retail Healthcare Education Automotive Travel Manufacturing Government

AI Scaffolds. Humans Control.

Three best-in-class AI coding tools integrate with the BDB Platform SDK to scaffold complete satellite apps in days. Quality gate is always human.

Claude Code
Claude Code
Convention Reader + Full-Stack Scaffolder
How It Works
Reads .clauderules, the SDK type definitions, and existing satellite app patterns. Generates complete feature modules — routes, components, API calls, semantic query hooks — that follow platform conventions exactly.
Best For
Complex features requiring deep understanding of business logic. Writes useSemanticQuery and useSemanticAction hooks correctly first time.
✦ Scaffolded a complete NPA Risk module for a BFSI satellite in 4 hours. Included pre-condition validation hooks, RoleGuard wrappers, and audit trail calls — all from SDK contracts.
OpenAI Codex
OpenAI Codex
API-First Scaffolder
How It Works
Given the SDK endpoint definitions and semantic model schemas, generates the data layer — fetch hooks, mutation handlers, normalizeRows calls — faster than any other tool.
Best For
Data layer scaffolding — API integrations, query builders, and the semantic layer adapter code that translates raw API responses into typed semantic objects for the UI.
✦ Generated all 12 API integration modules for a Finance satellite in a single session. Every call correctly used the AuthContext and included error boundary patterns from the SDK.
Cursor AI
Cursor AI
IDE-Aware Editor and Context Navigator
How It Works
Operates inside the developer's IDE with full codebase awareness. When a semantic model definition changes, it identifies every consuming component and proposes coordinated updates across all files.
Best For
Iterative refinement and cross-file consistency. When a semantic object definition changes, Cursor identifies every consuming component and proposes coordinated updates.
✦ When Customer semantic object added a risk_tier attribute, Cursor propagated the change through 23 components across 4 satellite apps in 18 minutes.

Human in the loop — always.  AI scaffolds · engineers review · architects approve · security team signs off before any satellite goes to production. Quality gate is always human. AI accelerates; engineers control.

Traditional Delivery vs BDB Satellite App Model

What this is worth in time, money, and operational sanity.

Dimension Traditional Approach BDB Satellite App Model Saving
Time to first working app12–18 months4–6 weeks10× faster
Backend development cost$300K–$800K$0 (SDK inherited)100% backend cost saved
Data integration effort3–6 months per appPre-built connectorsEliminated
Auth & RBAC implementation4–8 weeks per appInherited from platform4–8 weeks saved per app
KPI consistency across appsLow — each app defines own100% — one semantic modelGovernance risk eliminated
AI agent reliabilityHigh hallucination rateZero hallucination — governedProduction-safe AI
Adding a new domain appRestart from scratchNew semantic model → scaffoldWeeks not months

The Brief

Large private bank · Need: Relationship Manager app showing portfolio performance, client 360, and risk alerts · Timeline pressure: Regulatory review in 8 weeks · Existing stack: BDB platform with BFSI semantic model already deployed.

Traditional Path

12 weeks backend development
+ 4 weeks BI tool configuration
+ 6 weeks data integration
+ 3 weeks auth/RBAC setup
Total: 25 weeks · $480K estimated

BDB Satellite Path

Day 1–2: Semantic model review + 3 new wealth attributes
Day 3–7: Claude Code scaffolds full app from SDK
Week 2–3: UI refinement + human review + QA
Week 4–6: Production-ready — RMs using live app
Total: 4–6 weeks · $60K · 8× cheaper

Three Headline Advantages

Five supporting enterprise benefits. One structural truth that compounds with every new domain.

10×
Faster Delivery

AI coding tools scaffold full feature modules in minutes, not developer-days. A new satellite from concept to production in 2–4 weeks, not 6–18 months. One team maintains the platform and spins up satellites continuously.

0
Zero Hallucination — Guaranteed

Every Data Agent and every Satellite App answers from the same governed Kinetic Semantic Layer. 'Revenue' is calculated one way. 'Customer' has one definition. AI agents cannot act outside pre-authorised conditions. No other platform can make this claim.

0
Zero Backend Duplication

Auth, RBAC, connectors, semantic definitions, and audit trails live once in BDB. A ten-app organisation runs one platform, not ten backends. Maintenance cost collapses. Security posture is consistent by default.

Security by Default
Consistent Conventions
Living Documentation
Cross-App Coherence
Scales with the Org

Every organisation that deploys BDB once gets the full platform forever. Every new domain is a satellite, not a new system. The economics improve with every app added. The platform gets more valuable, not more complex.

Three Steps from First Conversation to Live Satellite App

A proven deployment path — from platform installation to a full constellation of domain apps running in production.

01
STEP 01
Weeks 1–4
Platform Layer Installation

BDB is deployed once — on your cloud, on-premise, or hybrid. The Kinetic Semantic Layer is configured for your domain (BFSI, Telecom, Retail, Healthcare, Education, or custom). Connectors mapped to your data sources. Auth and RBAC configured for your roles.

02
STEP 02
Weeks 5–8
First Satellite Scaffolded

The team selects the highest-priority operational app. AI coding tools scaffold the first satellite — routes, components, semantic query hooks, and auth wrappers — in days. Human review, QA, and UAT. First app live.

03
STEP 03
Week 9 Onwards
Constellation Deployment

With the platform proven, subsequent satellites are added at increasing speed. Each new satellite inherits all platform services. The team's capacity shifts from backend maintenance to product thinking.

GET STARTED TODAY

Ready to deploy the platform and
launch your first satellite?

Speak with a BDB expert. Get a personalised satellite app roadmap for your industry and data stack.