apex
The public face of Farfield. Apex is intentionally tiny: a single embedded static site served by a Go binary. The index keeps the Pale Blue Dot SVG and links into these docs.
Public surface
GET/
Static landing page.
GET/docs/
Documentation index.
GET/docs/{page}.html
Static documentation pages and screenshots.
Implementation
Assets live under apps/apex/web and are embedded with Go's embed package. The service uses http.FileServerFS; there are no write endpoints and no credentials involved.