Mike Kold Hermann
โ† All posts

Hello, world

2026-09-08 ยท 1 min read

metasite

Hello, world

This site is built with TanStack Start, COSS UI, and TailwindCSS 4.

Posts are plain markdown files in content/blog. Edit one, redeploy, done.

export function hello(name: string) {
  return `hello, ${name}`
}

More soon.

Mike Kold HermannBuilt with TanStack Start + COSS