diff --git a/.gitignore b/.gitignore index 4dd3c66..e855d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ npm-debug.log* # Local maintainer notes MAINTAINER_DECISIONS.local.md + +# Local deploy config +dashboard/public/vercel.json diff --git a/README.md b/README.md index b522851..6b31914 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ **Your own intelligence terminal. 27 sources. One command. Zero cloud.** +## [Visit The Live Site: crucix.live](https://www.crucix.live/) + +[![Live Website](https://img.shields.io/badge/live-crucix.live-00d4ff?style=for-the-badge)](https://www.crucix.live/) +[![Open Demo](https://img.shields.io/badge/open-live%20dashboard-0b1220?style=for-the-badge&logo=googlechrome&logoColor=white)](https://www.crucix.live/) + [![Node.js 22+](https://img.shields.io/badge/node-22%2B-brightgreen)](#quick-start) [![License: AGPL v3](https://img.shields.io/badge/license-AGPLv3-blue.svg)](LICENSE) [![Dependencies](https://img.shields.io/badge/dependencies-1%20(express)-orange)](#architecture) @@ -27,10 +32,15 @@ +> **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. 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. --- diff --git a/package.json b/package.json index 92c3c20..9b5105c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "crucix", "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", "scripts": { "start": "node server.mjs",