2026-05-10

MDX on this site

Why we chose MDX for the blog and how you can embed React components in posts.

MDX on this site

MDX when you need more than Markdown

This post renders from an MDX file. That means we can drop in interactive or branded UI right inside an article.

This callout is a React component imported in the MDX file-useful for tips, warnings, or CTAs without maintaining a separate CMS field for every pattern.

Tables (GitHub-flavored)

ConcernMDX
AuthoringFamiliar Markdown + JSX
Design systemImport shared UI components
Static hostingPre-bundled at build time

We will keep posts in the repository under content/blog so they stay reviewed and versioned like the rest of the codebase.