How "Meridian" was made

A globe that shows where it is day and where it is night, this second, computed entirely from your device's own clock. One idea, executed honestly: no map service, no sunrise API, no data feed at all — just the astronomy of the Sun's position, done in a few dozen lines, and read against your own local time.

What it demonstrates

That a live, apparently "connected" visualisation can be completely offline and still be exactly right. The terminator you see is not an image someone drew; it is the set of places where the computed solar altitude is zero. Because the same solar-position function feeds the globe, the sub-solar readout, and every city's day/night state, they can never disagree.

The techniques, honestly named

The globe is redrawn about once a minute (the terminator moves a quarter-degree in that time), the clocks tick each second, and the whole thing pauses when the tab is hidden. devicePixelRatio is capped at 2. Nothing here needs the network after the fonts load.

Recreate it

The full recreation prompt — the exact solar-declination and equation-of-time formulas, the sub-solar and altitude math, the orthographic per-pixel globe, the city list with time zones, and the accessibility and performance bar — is in the showroom vault.

Prompt — $5, on the dashboard