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

Macro tiles

Calendars

Market-structure tiles

Commodity tiles

Crypto tiles

Regional economy tiles

Correlation panels

These panels visualise cross-domain correlation over a rolling window — useful for spotting regime shifts and unusual co-movement.

Misc signals

Infrastructure-backed endpoints

The compact infrastructure tiles use the generated InfrastructureService client. internet-disruptions, DDoS summaries, traffic anomalies, service-status, and server-computed temporal anomalies read bootstrap data first when available, then call the REST RPC when bootstrap data is absent, filtered, or stale. Utility routes such as IP geolocation, reverse geocoding, bootstrap cache reads, and baseline writes are data-plane routes rather than standalone tiles.

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.