Claw field notebook
last updated 2026-07-06 edit on GitHub colophon
Community / World Monitor / WM.1 · 2 min read

World Monitor, plainly

A read on World Monitor — an open-source, self-hostable global-intelligence dashboard: 500+ news feeds synthesised by local AI, a 3D globe, and a finance radar.

The thirty-second version#

World Monitor is an open-source situational-awareness dashboard — a single screen that pulls in world news, geopolitics, markets, energy, aviation, and disaster signals, then uses AI to summarise it all into short briefs. Picture a newsroom wall: a spinning 3D globe with events pinned on it, a scrolling column of synthesised headlines, and a finance panel tracking exchanges and commodities — all in one page.

It’s a web app (TypeScript). You can use the hosted version free at worldmonitor.app, or self-host it. There’s also a desktop build (Windows / macOS / Linux) and six themed variants — world, tech, finance, commodity, energy, and a lighter “happy” one — all from the same codebase.

What you actually see#

  • A live globe + flat map with dozens of layer types (military, economic, disaster, flights).
  • 500+ curated news feeds across ~15 categories, condensed by AI into readable briefs instead of a raw firehose.
  • A finance radar — stock exchanges, commodities, crypto, and a combined market signal.
  • A “country instability” score for a set of tracked countries.
  • Local AI option — point it at Ollama on your own machine and it needs no external AI keys at all.

Why I found it interesting#

It’s a genuinely impressive piece of open-source work — the kind of thing that would have been a paid Bloomberg-style terminal a few years ago, given away under an open licence. The “run it entirely on local AI, no keys” option is the clever bit: you can have AI summaries without sending anything to a paid API. And the one-codebase-many-sites trick (six variants) is a neat pattern worth borrowing.

The honest catch#

This is not a weekend project to run yourself. Unlike a calm static site, it’s an always-on app with a real back end (edge functions, a relay, a cache) and it pulls from 65+ external data sources — so feeds break, keys expire, and things need tending. Costs scale with traffic and with how many premium data layers you switch on. And it’s AGPL-licensed: fine to self-host, but if you run a modified public version you have to share your changes.

My read: brilliant to use and to learn from — I wouldn’t take on hosting it unless it earned its keep. It’s here as a “worth knowing about”, not a “we run this.”

Sources