<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lux Use Cases on Voxell</title>
    <link>https://voxell.ai/docs/usecases/</link>
    <description>Recent content in Lux Use Cases on Voxell</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://voxell.ai/docs/usecases/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Live Dashboard</title>
      <link>https://voxell.ai/docs/usecases/live-dashboard/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/docs/usecases/live-dashboard/</guid>
      <description>&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;&#xA;&lt;p&gt;Lux Sync can power live dashboards where backend jobs, services, edge workers, or metric collectors publish current state and browser viewers receive updates without polling and without a message queue stack.&lt;/p&gt;&#xA;&lt;p&gt;Buyer phrase: &amp;ldquo;I need dashboards to show the current operational state immediately, but I do not want Kafka, RabbitMQ, AppSync, or a custom realtime backend just to push small state updates.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;buyer-problem&#34;&gt;Buyer Problem&lt;/h2&gt;&#xA;&lt;p&gt;Teams often build dashboards for operations, finance, support, logistics, ML jobs, or SaaS control planes. The dashboard usually needs the latest state, not a durable replay of every historical event. Common examples include current throughput, active incidents, queue depth, workflow progress, deployment status, or service health.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Internal Ops Board</title>
      <link>https://voxell.ai/docs/usecases/internal-ops-board/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/docs/usecases/internal-ops-board/</guid>
      <description>&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;&#xA;&lt;p&gt;Lux Sync can power internal operations boards where multiple users need to see the same current task, ticket, incident, queue, or workflow state without repeatedly refreshing and without building a custom realtime backend.&lt;/p&gt;&#xA;&lt;p&gt;Buyer phrase: &amp;ldquo;My team needs a live shared operations view for incidents, tasks, approvals, queues, or triage. The state is small and current-state oriented, but it needs to update immediately.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;buyer-problem&#34;&gt;Buyer Problem&lt;/h2&gt;&#xA;&lt;p&gt;Internal tools frequently need live shared state:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Agent Workflow State</title>
      <link>https://voxell.ai/docs/usecases/agent-workflow-state/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/docs/usecases/agent-workflow-state/</guid>
      <description>&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;&#xA;&lt;p&gt;Lux Sync can expose live state from agents, workers, jobs, and automations to users or supervisory systems. An agent publishes compact progress state; browsers or services subscribe and follow the job in real time.&lt;/p&gt;&#xA;&lt;p&gt;Buyer phrase: &amp;ldquo;I have agents or workers doing background tasks, and I need users or operators to see what they are doing right now without building a dedicated realtime service.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;buyer-problem&#34;&gt;Buyer Problem&lt;/h2&gt;&#xA;&lt;p&gt;Agentic and workflow systems often need to report current state:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Collaborative UI State</title>
      <link>https://voxell.ai/docs/usecases/collaborative-ui-state/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/docs/usecases/collaborative-ui-state/</guid>
      <description>&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;&#xA;&lt;p&gt;Lux Sync can synchronize lightweight collaborative UI state such as shared fields, cursors, selections, presence, review state, and control-panel changes between browser clients.&lt;/p&gt;&#xA;&lt;p&gt;Buyer phrase: &amp;ldquo;I need a few users to see the same current UI state in real time, but I do not need a full collaborative editor stack.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;buyer-problem&#34;&gt;Buyer Problem&lt;/h2&gt;&#xA;&lt;p&gt;Many applications need collaboration-adjacent behavior without needing Google Docs style CRDT editing:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;shared review status;&lt;/li&gt;&#xA;&lt;li&gt;visible cursor or selected row;&lt;/li&gt;&#xA;&lt;li&gt;collaborative form progress;&lt;/li&gt;&#xA;&lt;li&gt;operator handoff state;&lt;/li&gt;&#xA;&lt;li&gt;current tab/filter/view;&lt;/li&gt;&#xA;&lt;li&gt;live &amp;ldquo;ready for review&amp;rdquo; or approval state.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Building a full collaborative engine can be overkill. Lux provides a simple active-state broker for small JSON state.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Edge Device Status</title>
      <link>https://voxell.ai/docs/usecases/edge-device-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/docs/usecases/edge-device-status/</guid>
      <description>&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;&#xA;&lt;p&gt;Lux Sync can publish live edge, device, gateway, or remote-worker status to a control-plane UI without requiring a full telemetry pipeline for current-state visibility.&lt;/p&gt;&#xA;&lt;p&gt;Buyer phrase: &amp;ldquo;I need to see whether devices, edge workers, or gateways are online and what their current state is, but the live UI should not depend on a heavy queue or telemetry stack.&amp;rdquo;&lt;/p&gt;&#xA;&lt;h2 id=&#34;buyer-problem&#34;&gt;Buyer Problem&lt;/h2&gt;&#xA;&lt;p&gt;Edge and device systems often have two different data needs:&lt;/p&gt;</description>
    </item>
    <item>
      <title>CDC Live Projection</title>
      <link>https://voxell.ai/docs/usecases/cdc-live-projection/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/docs/usecases/cdc-live-projection/</guid>
      <description>&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;&#xA;&lt;p&gt;Lux Sync can publish a live projection from change data capture feeds. A source-side agent watches database or application changes, converts them into compact current-state JSON, and writes that projection to Lux. Target UIs or services subscribe and receive the live state.&lt;/p&gt;&#xA;&lt;p&gt;Buyer phrase: &amp;ldquo;I have change feeds or database events, but I need a fast live projection for dashboards, agents, or operational UIs. I do not need Lux to replace my durable CDC platform.&amp;rdquo;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
