· 1 min read
Hello, world
Why I finally built a personal site, and what I plan to put here.
I’ve been meaning to have a place of my own on the internet for years. Not a profile on someone else’s platform — an actual site, at an actual domain, that I control end to end. This is it.
What goes here
Two things, mostly:
- Projects. Software and hardware I’ve built, with enough context to explain why they exist and what I learned making them.
- Writing. Notes on problems I had to work through — the kind of thing I wish I’d found when I was searching for it.
I’d rather publish something rough and useful than polish a draft forever, so expect the writing here to be a little unfinished.
How it’s built
The site is Astro generating static HTML, hosted on Cloudflare Pages. No database, no server — just files. If you want the details, the next post walks through the whole setup.