What's on the studio wall this week
This post is an .mdx file, which means it can do things a plain markdown post
can’t: import components, embed optimized images, and carry its own little
visual experiments. The prose is still just markdown — the extra power only
shows up where I reach for it.
Here’s the first thing on the wall — a print I’ve been living with:

The image above is running through astro:assets: it was a single 1600px JPG in
src/assets, and the build turned it into responsive, modern-format versions
sized to whatever screen you’re on. I didn’t have to think about any of that.
And because this is a playground, a post can say something in its own voice — here’s an aside styled just for this entry:
One more, tighter in the column this time:

That’s the pipeline working end to end — components, images, and a per-post experiment, all inside one post. Exactly what I wanted the design phase to be able to lean on.