Hello, World

metaastrobun

The old site was an Ember.js app from 2016 that I’d been meaning to replace for years. This is that replacement.

Stack

  • Astro — static site generator, fast by default
  • Tailwind CSS v4 — styling without the config tax
  • Bun — package manager and runtime
  • Cloudflare Pages — deployment, free tier, unlimited requests

Why Astro

Minimal JavaScript by default. Blog posts are just Markdown files. No CMS, no database, no complexity. When I want interactivity I can drop in a component — but most of this site doesn’t need it.

What’s next

I’ll be writing about things I build, problems I solve, and tools I find interesting. No schedule, no commitment.