My first blog ran on WordPress. Then Ghost. Then a custom Node app. Each upgrade felt like progress until it did not. Updates, plugins, hosting costs, and security alerts slowly drained the fun out of publishing.

A static site is the opposite of that. It is just files. HTML, CSS, and a handful of Markdown documents. There is nothing to patch, no database to fail, and no admin panel to forget about.

Astro makes this feel modern. I get components, content collections, RSS, and sitemaps without surrendering the simplicity. The build step turns my Markdown into fast pages that can live anywhere.

The best part? I can read the entire codebase in one sitting. If something breaks, I know exactly where to look. That peace of mind is worth more than any dynamic feature I used to think I needed.