LND Dev
← 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. This part — the log — is where I write about the work: the products I'm shipping and what I learn making them. The off-the-keyboard half — recipes, journal, the things I keep — lives in the commonplace.

What goes here

This is a build log, not a publication. Posts will mostly be:

  • Short notes on what I'm building and why
  • Lessons from shipping (what worked, what didn't)
  • The occasional opinion on the craft

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.