Skip to content

Research note

Hello, world

Why I built this site and how it’s organized.

1 minute read

SeriesPart 1 of 4

A quick hello and why this series exists.

Welcome to my personal site. It’s built with Next.js, Tailwind, and MDX — statically exported so it runs great on GitHub Pages.

What you’ll findCopy link to section

I use this space to document things I learn, ship project write-ups, and collect references that help me understand the world a little better.

ProjectsCopy link to section

Deep dives on my builds, with architecture diagrams, lessons learned, and plenty of code.

NotesCopy link to section

Lightweight posts for experiments, quick wins, and anything I don’t want to forget.

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

Write in MDX with components, code blocks, and clean typography.