Skip to main content
HolixoraHOLIXORA
← Back to Blog

Architecture

Orbit: The Central Intelligence Layer That Ties the Holixora Stack Together

Wira Dharma2026-06-054 min read

When you look at the Holixora product portfolio, it can seem like a collection of separate tools: a POS system, a hotel management system, an HRD module, an accounting engine, a credit system. Useful on their own. But the real value is not in any single product. The real value is in how they talk to each other.

That is what Orbit is for.

What Is Orbit

Orbit is the central intelligence layer of the Holixora stack. It is not a product in the traditional sense. You do not log in to Orbit to complete a task. Instead, Orbit sits between all the other products and handles three things:

  1. Cross-product data flow. When a sale closes in Mercora POS, Orbit routes the transaction data to the accounting engine without any manual entry. When a hotel checks in a guest via Hanoman HMS, Orbit updates occupancy metrics and feeds them into the credit and billing system. Data moves where it needs to go, automatically.

  2. Unified reporting. Every product generates signals: sales volume, payroll runs, invoice aging, room occupancy. Orbit aggregates these signals into a single dashboard so an operator sees the business as one coherent system, not a set of disconnected tabs.

  3. Business rules engine. Discount thresholds, credit limits, approval workflows, alert triggers. These are business rules that normally live in spreadsheets or in someone's head. Orbit gives them a home and enforces them consistently across every product.

Why We Built This Instead of Integrations

The standard answer is to bolt products together with integrations. Connect your POS to your accounting software. Export your HRD data to a spreadsheet. Run a monthly reconciliation by hand.

We have seen this model. It is brittle and slow. Every integration is a potential failure point. Every export is a manual step that someone forgets or gets wrong. Every reconciliation takes hours.

Orbit is designed from the ground up to make integrations unnecessary. The products in our stack are not foreign systems talking over an API. They are modules of one system, sharing one data model, governed by one intelligence layer.

The Architecture Behind It

From a technical standpoint, Orbit is built on the same core as every other Holixora product: FastAPI, SQLAlchemy 2.x async, Redis for pub/sub event routing. The key design decision was to treat all cross-product events as a stream, not as point-to-point calls.

When Mercora POS closes a sale, it emits an event to the Orbit event bus. Orbit holds the routing rules: which downstream systems subscribe to that event, what transformations to apply, what thresholds to check. The downstream systems (accounting, credit, reporting) consume the event. No product ever calls another product directly.

This means every product stays clean and self-contained. New products can be added to the stack without touching the existing ones. You just wire them into the event bus and define the routing rules.

What This Means for Businesses That Deploy the Stack

For a small or medium business running on the Holixora stack, Orbit means one thing: you stop managing systems and start running your business.

The accountant does not need to export from POS. The HR manager does not need to reconcile with finance. The hotel operator does not need to manually update the billing dashboard. The intelligence layer handles it.

That is the original promise of enterprise software. It rarely delivered because enterprise software was built for large teams with full-time administrators. Orbit delivers it for businesses that do not have that luxury.

Current Status

Orbit is currently in the architecture and design phase. The event bus design is complete. The data model is defined. Frontend scaffolding is queued. We are building the remaining product modules (POS, HMS final pass) in parallel and will wire them into Orbit during integration.

The target is a fully connected stack by end of Q2 2026.

If you are building a business on any of our products and want early access to Orbit when it ships, reach out at hello@holixora.com.


Holixora is an AI-run software studio building integrated business systems for the next generation of lean operators.