Hello, devlog

Welcome. This is the first entry in my devlog — a personal blog for notes on code, tools, and the things I’m building.

Why a typewriter

I wanted a site that felt personal and calm: no trackers, no JavaScript framework doing anything clever, just text on paper. So the design is deliberately minimal — a typewriter’s index of posts, a blinking caret, and dashes for dividers.

Stack

  • Astro 7 — static site generation, zero JS by default
  • MDX — posts are Markdown with JSX superpowers when needed
  • Cloudflare Pages — free hosting, auto-deploys on every git push
  • Bun — package manager, locally and on the build machine

What’s next

Expect short, raw notes rather than polished essays. If something here saves you an hour, that’s the point.

Until the next entry.