Tech Stack

A colophon — how this site is built and why. It is a plain static site: hand-written HTML, one build step, no framework, no tracking. The whole thing is small enough to read in a few minutes on GitHub.

The stack

Hosting & build

Cloudflare Pages is the primary host and Netlify is a second, independent one. Both rebuild from the same repository on every push — compile the CSS, then serve the static output from their own CDN edges. The build is a single command; there is nothing to run server-side.

Redundancy

Availability is treated as two separate problems — keeping the site reachable, and keeping its source recoverable — and each is solved independently:

The full list of hosts, forges, and archives lives on the mirrors page.

Privacy & security

Identity & payments

A few .well-known endpoints serve live lookups — Nostr NIP-05 name verification, a Lightning LNURL-pay address, and a Keybase proof — served with the right headers on every host, so they keep working no matter which mirror answers.

Design

Monochrome and minimal, in Public Sans. The theme is light or dark automatically, following your system; the small mark in the top-left corner toggles it, and your choice is remembered.

Source & license

The repository is public. The code is MIT-licensed; the personal images and brand marks are not — all rights reserved on those.