Hello, world
First post on the Outbuilt blog — what we work on and why.
intro
Welcome to the Outbuilt blog. This is a placeholder post so the index, routing, and MDX rendering all have something to chew on.
What goes here
Notes from real engagements: how we approach architecture decisions, what we ship for clients, and the trade-offs we make along the way.
// MDX supports code blocks out of the box
const ship = (idea: string) => idea + ' → production';