About
I'm Jerry. This is a working notebook for the infrastructure I run: a small self-hosted platform where every service has to argue its way in, leave a receipt, and survive an audit. The posts here are the notes I wish had existed when I was doing it the first time.
What this site runs on
- Next.js static export — the entire site is plain files; nothing executes on request.
- shadcn/ui for the design system — the components live in the repo, not in a dependency black box.
- OpenShip for hosting — the edge terminates TLS, serves the static build, and keeps every other port closed.
- Markdown under
content/posts/— publishing a post is adding a file and redeploying.
Colophon
Built with care, deployed with a plan, and backed up before it was ever touched. The RSS feed lives at /rss.xml.