Notes from the Soulstack workshop

This is where we write about the software we build and the decisions behind it. There is no fixed theme and no schedule, just short technical notes when something is worth sharing.

This is where we write about the software we build and the decisions behind it. There is no fixed theme and no schedule, just short technical notes when something is worth sharing.

Why a code first blog

Every post here is a markdown file in the site repository. The metadata lives next to it in a small typed registry, and the whole thing is validated and rendered at build time. That means posts are reviewed like code, version controlled like code, and shipped like code.

It also means the blog has no database, no admin panel, and no runtime to keep alive. The output is plain static HTML.

What to expect

A few kinds of writing will show up here:

  • Short writeups on tools and techniques we reach for
  • The occasional deep dive when a problem earns it
  • Honest accounts of what did not work and why

That is the whole plan. Welcome, and thanks for reading.