Skip to main content
WorldMonitor ships many tile-style indicator, correlation, and signal panels — compact surfaces that show one or two readings each and are designed to be composed alongside the deep-dive panels. This page is the collective reference so each tile is findable without writing a dedicated page per panel. When a tile is empty, check Data Sources and the health endpoint for upstream status.

Sentiment tiles

Panel idTitleWhat it shows
fear-greedFear & GreedCNN Fear & Greed Index gauge (0-100).
positioning-24724/7 PositioningAlways-on positioning flow signal.
aaii-sentimentAAII SentimentAAII bull/bear retail sentiment survey (weekly).

Macro tiles

Panel idTitle
macro-tilesMacro Indicators (CPI, unemployment, GDP, policy rates; US + Euro Area)
yield-curveYield Curve
national-debtGlobal Debt Clock
liquidity-shiftsLiquidity Shifts
macro-signalsMarket Regime / Market Radar

Calendars

Panel idTitle
earnings-calendarEarnings Calendar (EPS estimate vs actual, beat/miss)
economic-calendarEconomic Calendar (CPI / NFP / GDP / PMI / central bank decisions)

Market-structure tiles

Panel idTitle
market-breadthMarket Breadth
etf-flowsBTC ETF Tracker
cot-positioningCOT Positioning

Commodity tiles

Panel idTitle
energy-complexEnergy Complex
oil-inventoriesOil Inventories
base-metalsBase Metals
gold-silverGold & Silver
gold-intelligenceGold Intelligence
mining-companiesMining Companies
critical-mineralsCritical Minerals
fao-food-price-indexFAO Food Price Index
grocery-basketGrocery Index
bigmacBig Mac Index
fuel-pricesFuel Prices

Crypto tiles

Panel idTitle
crypto-heatmapCrypto Sectors
ai-tokensAI Tokens
defi-tokensDeFi Tokens
other-tokensAlt Tokens
stablecoinsStablecoins

Regional economy tiles

Panel idTitle
gulf-economiesGulf Economies / Gulf & OPEC Economies
gcc-investmentsGCC Investments / GCC Resource Investments
gccNewsGCC Business News

Correlation panels

These panels visualise cross-domain correlation over a rolling window — useful for spotting regime shifts and unusual co-movement.
Panel idTitleCross-domain pair
military-correlationForce PostureMilitary × events
escalation-correlationEscalation MonitorConflict × tone
economic-correlationEconomic WarfareSanctions × markets
disaster-correlationDisaster CascadeNatural × infra
cross-source-signalsCross-Source SignalsMulti-source signal agreement

Misc signals

Panel idTitleWhat it shows
geo-hubsGeopolitical HubsHotspot concentration map.
social-velocitySocial VelocityReddit r/worldnews + r/geopolitics velocity; same feed as the MCP get_social_velocity tool.
population-exposurePopulation ExposurePopulation within a buffer of active events.
satellite-firesFiresFIRMS/VIIRS thermal detections on the map. See Thermal Escalation for the clustered + baseline-aware view.
ucdp-eventsUCDP Conflict EventsUCDP georeferenced conflict event dataset.
internet-disruptionsInternet DisruptionsCloudflare Radar outages + service status.
service-statusService StatusInternet-service status surface.
positive-feedGood News FeedCurated constructive-news stream.
live-webcamsLive WebcamsSee Webcam layer for the map-layer equivalent.
windy-webcamsWindy Live WebcamWindy.com-backed webcam.

Shared behaviour

  • All panels above are free unless noted otherwise — none are premium: 'locked' in src/config/panels.ts.
  • Compact tiles are registered across multiple variants; the per-variant registration determines whether a tile is enabled by default. Check src/config/panels.ts directly when confirming availability.
  • Most tile-style panels hydrate from the bootstrap payload (getHydratedData(...)) and fall back to a fresh RPC call so the initial paint is immediate.