Home

Colophon

How this site was made.

01 / Stack

Astro, rendered as a static site.

The site is built with Astro and rendered as plain HTML at build time, with no client-side framework. It is deployed on Vercel behind a strict content security policy.

02 / Type

Three typefaces, self-hosted.

Display type is Fraunces, a variable serif with optical sizing. Body and interface text is Archivo. Labels, captions, and metadata are IBM Plex Mono. All three are served as self-hosted woff2 files, so no font requests leave the site.

03 / Color

A small set of tokens.

The palette is paper, ink, orange, green, and blue. Orange is the one accent; green and blue appear only as section backgrounds. The blue focus ring stays for keyboard navigation.

04 / Process

Spec-driven, agent-directed.

Each change starts as a short written spec, is built by an AI coding agent, and is reviewed before it ships. Describe, build, review. The agent does the typing; the judgment stays with me.