UFO·INTEL — embeddable intelligence widget

A zero-backend, single-file Web Component that any analyst can drop into an existing intranet portal. Live feed, deep-analytics dashboard, and BYO-key agentic assistant — all running entirely in the browser.

Also see: WAR.GOV/UFO live analytic dashboard · UAP Intelligence Hub

Live demo

No data source is reachable in the public demo by default — paste your own JSON/RSS endpoint, or click Load sample dataset to use a bundled demonstration fixture so you can exercise every feature offline.

Embed snippet

Replace the script URL below with the deployment URL of your fork (or a relative path if you self-host alongside your portal).

<script type="module" src="https://dascient.github.io/UACP/widget/ufo-intel-widget.js"></script>

<ufo-intel-widget
  data-source="https://your-mirror.example/ufo/index.json"
  refresh-interval="30000"
  theme="dark"
  llm-provider="openai"
  llm-model="gpt-4o-mini"></ufo-intel-widget>

Attributes

Privacy