A sample post demonstrating the MDX blog pipeline. Delete this when you publish your first real post.
Blog posts live as .mdx (or .md) files in apps/web/content/blog/. The
filename becomes the URL slug — this file is hello-world.mdx, so it renders
at /blog/hello-world.
Every post needs title, description, and date. Optionally add image
(a path under public/ or an absolute URL, ideally 1200×630), author, and
tags.
Standard markdown, GitHub-flavored extras like tables and strikethrough,
and syntax-highlighted code blocks:
const greet = (name: string) => `Hello, ${name}!`;
greet("world");Headings are automatically added to the table of contents with anchor links, and reading time is estimated from word count.
Stakeholder decisions, made on evidence.