XOM is a statically exported Next.js application backed entirely by Firebase services. This page describes the shape of the system: what runs where, which…
Automation Process is the machinery that lets XOM do work without an operator in the loop: named workflows an administrator can enable or run on demand,…
Brand customization covers the three places a business can shape how it appears inside XOM: its public brand profile, the creative it runs through the ad…
Broadcast Streaming is XOM's live video stack: a broadcaster-side console for running a stream, a viewer-side player with chat and interaction, and a set…
The uploader is how content enters XOM. It handles file selection, classification, transfer to storage, and creation of the post record — in one flow, from…
Two distinct things live under this heading, and conflating them causes confusion. XOM has an in-app currency system, which is not cryptocurrency. It also…
XOM measures three things separately: how an individual post performs, how the platform as a whole is behaving, and how advertising is converting. Each has…
Emotion tracking in XOM refers to the platform's sentiment layer: the components that read text a user has written and classify its emotional tone so that…
Gesture handling in XOM is touch and pointer interpretation inside the web client: drags that move content, taps that reveal or hide controls, and the…
XOM's container protocol is the convention that lets a single post record render as any one of dozens of different interactive experiences. It is a naming…
This page covers the programmatic surface a developer works against when building interactive content for XOM. Today that surface is a container framework…
Product search is not implemented in XOM today. There is no product index, no search component, and no catalog integration in the application. What exists…
Live Product Search means finding a purchasable item from inside an experience, in real time, without leaving it. XOM does not implement a shopper-facing…
Location in XOM is coarse and declared, not sensed. The platform stores a country on the user record and matches advertising against named geographies.…
XOM does not currently ship a map surface. No mapping library is bundled with the application and there is no map view in the product. What does exist is a…
Docking is the placement and alignment of one element against another so the pair holds a stable relationship. In XOM's shipped product this describes how…
Tracking in XOM means keeping a live, synchronised record of state as it changes — who is watching, what a user has earned, how a stream is performing, and…
Payment automation covers the machinery that moves value inside XOM without manual intervention: credit balances, subscription plans, promotional codes,…
Product anchoring means fixing a virtual object to a real-world surface so it stays put as the viewer moves. This page records what XOM ships in that space…
Realtime delivery in XOM means one specific mechanism: the browser holds open subscriptions to database paths, and the server pushes changes to it. There…
A trigger is a marker attached to content or state that causes something else to happen when a condition is met. XOM contains several distinct trigger…