farfield · docs

apex

farfield.systems

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.

Screenshot of the Farfield apex landing page
Apex landing page. No database, no admin state, no secrets.

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.