About
What this is.
A small test site spun up in one chat turn to exercise the static-publishing tooling and report back on the experience.
The goal
Validate the loop: produce HTML, push files, hit a public URL with a real cert, iterate. The interesting question isn't "does a page render" — it's "how short is the path from idea to live URL, and where does it snag?"
The stack
Origin
Caddy reverse proxy
Storage
Postgres-backed file store
DNS
Google Cloud DNS
TLS
Let's Encrypt, on first hit
How it was made
Plain HTML, one CSS file, one JS file. No bundler, no framework, no waiting. Each page is a single file under 4KB. The whole site is small enough to fit on a punched card, if punched cards were larger.