LunarReg is an image-registration pipeline for lunar imagery. The Mission Console is the frontend Hari designed for it: a place to view registration results.
The console has three modes. Mock mode lets the interface work without the pipeline running. Live mode reads results from the frontend API and, in its first version, cross-matches an uploaded image against a reference. A simulated processing mode is planned for later.
Hari implements the backend himself, so the console’s API contract is written down before either side is built. The first implementation surfaced a gap in that contract: every live endpoint is a read, so an upload cannot work until new routes exist.