Skip to main content

Zeq Globe

A real-time Earth monitor — seismic events, weather patterns, and global telemetry rendered on a live 3D globe.

App ID globe Runs at /apps/globe/ Auth framework sign-in (the /apps/* gate) Chapter Software → Hardware

What it does

Streams public geophysical feeds (earthquake events, elevated-volcano status, weather) onto a WebGL globe, with the machine's entangled state alongside: the app reads the chain ledger and can claim pulse credits as you watch.

API routes behind it

  • GET /api/chain/ledger · POST /api/chain/credits/claim — entangled-state ledger + credit claims (api/chain)
  • GET /api/operators — operator catalogue (api/operators)
  • WS /ws/chain — live chain event stream
  • External public feeds for seismic/volcano/weather event data (third-party origins, fetched client-side)

Reference

  • Source: apps/zeq-dev/public/apps/globe/ (globe.js + index.html)