StellarBase
Docs StellarBase Platform Overview
StellarBase Platform

Platform Overview

StellarBase is the modular platform on which you build your organization's AI workflows. This page gives you the map — what's inside, how the pieces fit, and where to read next.

The pieces

The platform breaks down into a small number of primitives that combine in many ways:

PrimitiveRoleDocs
Knowledge baseYour unified data layer across every source and formatKnowledge Base
Data sourcesConnectors that pull data in continuouslyData Sources
StellarOCRComposite document-processing engine — text, layout, tables, math, imagesStellarOCR
DSMDynamic Semantic Module — the engine that links documents, entities, conceptsDSM
AgentsScoped AI specialists with your playbook encoded as a promptAgents
WorkflowsDeterministic pipelines that orchestrate agents, tools, and dataWorkflows
ChatConversational interface over your knowledge base and agentsChat
SearchNatural-language retrieval across every connected sourceSearch
CollaborationShared Bases, comments, approvals, audit logCollaboration

How they fit together

The typical flow:

  1. A data source connects an external system (Drive, SharePoint, a database). Documents flow in.
  2. StellarOCR parses each document — text, layout, tables, figures, math — preserving structure.
  3. The DSM engine indexes everything, resolves entities, builds the semantic graph.
  4. Your agents query that graph. Their prompts encode your playbook; their tools include anything you’ve registered.
  5. Workflows orchestrate agents into repeatable pipelines that produce structured outputs.
  6. Users interact via chat and search; colleagues collaborate on outputs in shared Bases.

What’s unique

Modular by design

Every primitive is composable. An agent can call another agent. A workflow can trigger another workflow. A knowledge base can be scoped to a subset for one agent and the full set for another. You don’t get trapped in pre-baked scenarios — you assemble the platform you actually need.

Bring your own everything

Your ML models plug in as tools. Your APIs plug in as connectors. Your file formats are read by StellarOCR. Your business rules become agent prompts. The platform bends to your stack, not the other way around.

Multilingual from the ground up

Ingest in 24+ languages, query in any of them. The DSM normalizes across languages — a search in Czech finds relevant German and French sources. See Multilingual.

Cited and auditable

Every AI output traces back to source passages. Every workflow run produces a reproducible trace. Every permission decision is logged. This is what makes StellarBase suitable for regulated work.

What’s next

  • If you’re starting fresh: read Knowledge Base, then Agents, then Workflows in that order.
  • If you already know what you’re building: skim the primitive you need and work outwards.
  • For production deployment: see Deployment.