🌐worldmonitor
koala73/worldmonitor · homepage ↗
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
⭐ Hugely popular: 82k stars, gaining about 3k a week
View on GitHub ↗repo profile
momentum
durability
since we covered it
why it's a big deal
- The signal intelligence architecture is genuinely sophisticated, not just a news aggregator with a map bolted on. It runs temporal baseline anomaly detection using Welford’s online algorithm, learning what “normal” military flight activity looks like on a Tuesday in January, then flagging when it deviates by 1.5, 2.0, or 3.0 standard deviations.
- The threat classification pipeline is a smart two-stage design: a keyword classifier fires instantly so the UI is never blocked, then an async LLM call (Groq Llama 3.1 8B) refines the result in the background and overrides only if its confidence is higher.
- The geographic convergence detection is the feature that makes this genuinely useful for analysis rather than just monitoring. It bins events into 1°×1° cells, when protests, military flights, and satellite fire detections all show up in the same cell within 24 hours, it escalates.
under the hood
- 30+ Vercel Edge Functions serve as a lightweight API layer, each handling a single data source (GDELT, ACLED, OpenSky, NASA FIRMS, Cloudflare Radar, AIS, Polymarket) so there’s no monolithic backend.
- 25 map layers rendered with deck.gl and MapLibre GL cover everything from 220+ military bases and nuclear facilities to undersea cables, AI datacenters, and real-time maritime vessel clustering.
- A Country Instability Index (0, 100) blends baseline structural fragility (40%), protest/unrest events (20%), military activity from own and foreign forces (20%), and news velocity (20%).
our take from PR#29, 2026-03-11
star history
- PR#29 33 2026-03-11
- now 82k + 82k since first covered
curve is sampled from GitHub's star history, plus our own daily readings since we covered it; the dashed stretch is before we first covered it, the solid line since. figures at coverage are the numbers we printed then (approx.), current count is live.
understory
Quietly building: more output than attention, for now.
- output, commits & releases
- clout, star velocity
output = commits & releases; clout = star velocity, both 0 to 100 monthly indices; the gap where output runs above clout is the understory. The understory →
covered in
-
Open-Source OSINT Dashboard That Rivals $$$-Tooling
similar projects
compare these →- 💬 UI-TARS
leaner, 39k stars · Apache-2.0 licensed
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
39k ACTIVE - 🪶 Nanobrowser
leaner, 14k stars · Apache-2.0 licensed
Open-Source Chrome extension for AI-powered web automation. Run multi-agent workflows using your own LLM API key. Alternative to OpenAI Operator.
14k ACTIVE - 🕷️ Scrapling
Python · BSD-3-Clause licensed
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
74k ACTIVE
comments
Sign in with GitHub to add your blip on worldmonitor.