April 14, 2026

Hello World

First post — smoke test for the blog port from tailwind-nextjs-starter-blog to TanStack Start.

Hello World

This is the first post on the blog, used to verify the MDX pipeline end-to-end: frontmatter parsing, tag routing, author lookup, and syntax highlighting.

A code sample

function greet(name: string) {
  return `Hello, ${name}!`
}

A list

  • Velite parses this file
  • TanStack Router renders it via the blog/$slug route
  • Tailwind v4 picks up any utility classes used inside