Promote live demo in repo copy
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -45,3 +45,6 @@ npm-debug.log*
|
|||||||
|
|
||||||
# Local maintainer notes
|
# Local maintainer notes
|
||||||
MAINTAINER_DECISIONS.local.md
|
MAINTAINER_DECISIONS.local.md
|
||||||
|
|
||||||
|
# Local deploy config
|
||||||
|
dashboard/public/vercel.json
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
**Your own intelligence terminal. 27 sources. One command. Zero cloud.**
|
**Your own intelligence terminal. 27 sources. One command. Zero cloud.**
|
||||||
|
|
||||||
|
## [Visit The Live Site: crucix.live](https://www.crucix.live/)
|
||||||
|
|
||||||
|
[](https://www.crucix.live/)
|
||||||
|
[](https://www.crucix.live/)
|
||||||
|
|
||||||
[](#quick-start)
|
[](#quick-start)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[-orange)](#architecture)
|
[-orange)](#architecture)
|
||||||
@@ -27,10 +32,15 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
> **Live website:** [https://www.crucix.live/](https://www.crucix.live/)
|
||||||
|
> Explore the public demo first, then clone the repo to run Crucix locally.
|
||||||
|
|
||||||
Crucix pulls satellite fire detection, flight tracking, radiation monitoring, satellite constellation tracking, economic indicators, live market prices, conflict data, sanctions lists, and social sentiment from 27 open-source intelligence feeds — in parallel, every 15 minutes — and renders everything on a single self-contained Jarvis-style dashboard.
|
Crucix pulls satellite fire detection, flight tracking, radiation monitoring, satellite constellation tracking, economic indicators, live market prices, conflict data, sanctions lists, and social sentiment from 27 open-source intelligence feeds — in parallel, every 15 minutes — and renders everything on a single self-contained Jarvis-style dashboard.
|
||||||
|
|
||||||
Hook it up to an LLM and it becomes a **two-way intelligence assistant** — pushing multi-tier alerts to Telegram and Discord when something meaningful changes, responding to commands like `/brief` and `/sweep` from your phone, and generating actionable trade ideas grounded in real cross-domain data. Your own analyst that watches the world while you sleep.
|
Hook it up to an LLM and it becomes a **two-way intelligence assistant** — pushing multi-tier alerts to Telegram and Discord when something meaningful changes, responding to commands like `/brief` and `/sweep` from your phone, and generating actionable trade ideas grounded in real cross-domain data. Your own analyst that watches the world while you sleep.
|
||||||
|
|
||||||
|
Try the live demo first at [https://www.crucix.live/](https://www.crucix.live/), then clone the repo when you want the full local stack.
|
||||||
|
|
||||||
No cloud. No telemetry. No subscriptions. Just `node server.mjs` and you're running.
|
No cloud. No telemetry. No subscriptions. Just `node server.mjs` and you're running.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "crucix",
|
"name": "crucix",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "Local intelligence engine — 26 OSINT sources, live dashboard, auto-refresh, optional LLM layer.",
|
"description": "Local intelligence engine - 27 OSINT sources, live dashboard, public demo at crucix.live, auto-refresh, optional LLM layer.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.mjs",
|
"start": "node server.mjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user