Why this stack
I wanted a setup that felt fast to build with and easy to keep maintainable.
LiveView for interaction
LiveView keeps most of the UI logic on the server while still feeling responsive.
Markdown for publishing
The blog content is written in markdown, then converted to HTML at build time.
What to expect here
I will keep sharing notes about shipping this site, learning new things, and the little implementation details that make the experience smoother.