Every developer has that one project they can never leave alone. For me, it's this website.
The itch to rebuild
It started as a few static HTML files and a lot of Tailwind classes copied between pages.
A personal site should feel like a home, not a chore.
So I gave myself a rule: I should be able to write here without touching HTML.
type Post = { title: string; slug: string; status: "draft" | "published" };
Small pieces, quietly assembled. More soon.