Hello, World
2026-06-01
Welcome to the blog. This site is built with React, Vite, vite-react-ssg, and MDX, so every post here is a regular MDX file that gets statically rendered at build time.
Why this stack
- Write posts in Markdown, drop into JSX whenever you need it.
- Get a fully static site out of
vite-react-ssgwith no server required. - Everything is just React components under the hood.
You can even use components inline:
- Fast dev server via Vite
- Static output for cheap hosting
- Type-safe post frontmatter