Implementing a Simple Blog with TanStack Start
The first two posts on this site were hand-written as individual TanStack Start routes. Fine for a quick start, but not scalable. Since I plan to share more web development tips and experiments, I needed a more flexible setup. At the same time, this is a hobby project, and I didn’t want to sink hours into building a full-fledged blogging platform. All I wanted was a simple way to write posts in Markdown and render them dynamically on my site. Here’s the approach I took.

