This sky map performs all calculations in your browser β no data is sent to any server.
1. Your locationBrowser Geolocation API provides your latitude/longitude (or enter it manually). This determines which part of the sky is visible and the local horizon.
2. Sidereal timeLocal Sidereal Time (LST) is computed from UTC and longitude using the IAU 2006 formula, setting the celestial clock that maps RA coordinates to your sky.
3. Star positions~800 bright stars from the HYG catalog (magnitude < 5.5) are converted from equatorial (RA, Dec) to horizontal (altitude, azimuth) using the hour-angle transform: sin(alt) = sin(Ξ΄)sin(Ο) + cos(Ξ΄)cos(Ο)cos(H).
4. Planet positionsSun, Moon, Mercury, Venus, Mars, Jupiter, and Saturn positions are computed via the astronomy-engine library (Jean Meeus algorithms) accurate to arcsecond precision.
5. Device orientationDeviceOrientationEvent provides compass heading (Ξ±) and tilt (Ξ²/Ξ³). The canvas rotates so the direction you're pointing is centered in the chart.
6. ProjectionAn azimuthal equidistant projection maps the whole sky to a circle: center = zenith, edge = horizon. Tap any object for its name, magnitude, rise/set times tonight.