Web App · 2024
Blog Platform
A minimal MDX-powered blog platform built on Next.js, with statically generated post pages, tag filtering and per-post OpenGraph images.
Overview
A file-based publishing setup where each post is an MDX document. Posts are statically generated at build time, so the reading experience is a static document with no client-side data fetching.
What it does
- MDX authoring with embedded React components inside prose
- Statically generated post routes via generateStaticParams
- Per-post OpenGraph images generated at the edge
- Tag-based filtering and a reading-time estimate derived from word count
Stack
Next.jsMDXTailwind CSSTypeScript
My role
Full stack developer