Symptom

The marketing site home page led with a generic three-button row (GitHub / Reddit / Download) that funneled everyone to a single category page. With native apps now shipping for Android, iOS, macOS, and Windows plus a Debian server, the breadth of platform coverage was invisible — the one “Download” button undersold it.

Root cause

The home hero (docs/_layouts/home.html) was built before the desktop/mobile installers existed, so it had no per-platform entry points. There was also no single self-serve install path for the server on the landing page — users had to navigate into the docs to find the APT steps.

Fix

Prevention