← Signal
07 Aug 2026 · 3 min read · Mars Deck

Computed, not fetched

Mars Deck makes no network calls to draw the map. Every position is solved from orbital mechanics on your own device — which is why it loads instantly, works offline, and cannot be switched off by anyone else.

Most space maps on the web are front ends for somebody else's API. Ask where Mars is, wait for a server to answer, draw the answer.

Mars Deck does not do that. It makes no network calls to draw the map at all.

What that actually means

The engine is called ORRERY, after the clockwork solar systems built in the early 1700s — brass planets on geared arms, turned by a handle, made for people who wanted to understand how the thing moved rather than merely look at it. Ours is the same object in a different material, with Kepler's equation where the gears were.

Planetary positions come from JPL's published Keplerian elements and are solved in your browser, every frame. The 6,200 asteroids, Trojans and trans-Neptunian objects carry real orbital elements from JPL's Small-Body Database — fetched once, on our machine, when the site is built, and shipped to you as a static file.

The practical consequences:

That last one is not hypothetical. Half the space widgets built in the last decade are dead for exactly that reason.

The part that keeps us honest

Computing your own numbers means you own the mistakes. So the engine is checked against independent astronomy rather than against itself — 547 verification checks, run before every single deploy, which refuse to let a failing build ship.

A few of them:

That last one is the check we trust most. It is very hard to fake by accident.

The honest limits

Positions are accurate to arcminutes, which is far beyond what any screen can show — but this is not navigation-grade software and we will not pretend otherwise. JPL's planetary element set is stated as valid from 1800 to 2050, so that is the range we stand behind. The asteroid field is propagated from a 2026 snapshot without modelling planetary perturbations, so it drifts over years: excellent as a map of the belt, not a substitute for an ephemeris.

Saying so costs us nothing. Being caught not saying it would cost everything.

ORRERYengineering

Mars Deck computes every position on this page from orbital mechanics, live in your browser. Free, no ads, no account.

Open the deck →
PreviousYou have to aim where Mars will be