Most of the tools we recommend in this space are ones we've built or shipped ourselves. World Monitor is neither, and we're writing about it anyway, because it gets something right that most dashboards don't: it treats correlation as the product, not the data.
World Monitor is a free, open-source (AGPL-3.0) global intelligence dashboard. It streams live conflict data, AIS vessel tracking through chokepoints like the Strait of Hormuz and the Panama Canal, subsea cable and pipeline status, market prices, satellite passes, and cyber signals like BGP anomalies, onto one interactive map. None of that is unusual on its own. Plenty of tools track shipping. Plenty track markets. What's unusual is that World Monitor puts them in the same place and lets you see where they intersect.
The GitHub repo is worth a look on its own: 85k+ stars, 12.9k forks, and active development (thousands of commits on main). It's not a side project someone open-sourced and abandoned. Under the hood it's vanilla TypeScript with Vite, globe.gl/Three.js and deck.gl/MapLibre for the map rendering, and native desktop builds on Tauri 2 (Rust) for Windows, macOS, and Linux.
Why convergence matters more than feeds
A conflict tracker that doesn't talk to a shipping monitor will show you an escalation and a chokepoint slowdown as two unrelated alerts. World Monitor's whole design bet is that the intersection is the actual signal: a disrupted strait, a nearby escalation, and a pipeline outage happening in the same week is a compound risk that none of the three data points shows on its own. That's a genuinely different way to build a dashboard, and it's the kind of architectural decision we respect, because it means someone thought about what the user actually needs to know, not just what data was easy to expose.
Building for agents as first-class clients
A lot of products bolt on an API as an afterthought once enough users ask for one. World Monitor's approach is the opposite: the MCP server sits right next to the REST API in the documentation, not buried in a changelog entry. If you're building an agent that needs to reason about supply-chain risk, energy prices, or geopolitical instability, you can wire it up directly instead of screen-scraping a dashboard or paying for a data vendor with a six-week integration timeline. That's the same problem we solve for clients on the backend and integrations side of our work, so seeing a product ship it well, by default, for free, is worth calling out.
Free tier that's actually usable
The free tier isn't a crippled demo. You get the full map (minus the Resilience layer), country briefs, chokepoint intelligence, and breaking alerts, with no signup wall. Every panel cites its source inline, ACLED, UCDP, AISStream, NASA FIRMS, USGS, IMF, FRED, and others, so you can audit where a number came from instead of trusting a black box. Pro adds an AI analyst chat and scenario modeling for $39.99/month if you need it. But the free product respects your time enough to be worth using without ever upgrading.
We build software with the same premise: you should own your data and your integrations, and a tool shouldn't have to lock you in to be worth using. World Monitor is a good example of that philosophy shipped well. If you're building something that needs live operational intelligence, or an agent that needs to reason about the physical world instead of just text, it's worth a look.