← All posts
Hello, world.
Why this site exists, and what I'll be writing about here.
- meta
I built this site to have one place that's actually mine — for the products I'm shipping, the notes I keep, and whatever small ideas turn out to be worth writing down.
What this is
A personal site, not a publication. Posts here will mostly be:
- Short notes on what I'm building and why
- Lessons from shipping (what worked, what didn't)
- The occasional opinion piece
How to write a new post
Drop a .mdx file into content/blog/ with frontmatter:
---
title: "Your title"
description: "One-line description used for SEO and the index page."
date: "2026-05-01"
tags: ["a", "b"]
---
Then write markdown. That's it.