blog
- Type-safe frontmatter with ZodOne schema is both the runtime validator and the TypeScript type for every post's metadata, so a malformed post fails the build instead of rendering broken.
- Building this site with TanStack Start and MDXHow this site renders Markdown-plus-JSX posts at build time, with type-safe frontmatter and no client-side syntax highlighter.