Personal Site
This site — a blog and projects showcase built with Next.js 15, Tailwind CSS, and MDX.
Next.jsTypeScriptTailwindMDX
Overview
A minimal personal site built as a foundation for writing, showcasing projects, and eventually more.
Stack
- Next.js 15 with App Router for routing and SSG
- Tailwind CSS v4 for styling
- MDX for content authoring with frontmatter
- next-themes for dark/light mode
Design decisions
Content lives in the repo as MDX files. No CMS, no database — just files and Git. This keeps things simple and gives full control over formatting and structure.
Dark mode is the default. Most people who read technical content prefer it, and it looks better.
What's next
Future phases: a services hub for self-hosted tools, and a small store for digital products.