← Back to Projects
archived intermediate Created

MDX Blog with Next.js

Self-hosted blog with TypeScript and MDX

Next.js MDX Blog

Forked and customized a Next.js blog template using MDX for content. Features TypeScript for type safety and Tailwind CSS for styling. Explored the Next.js ecosystem and MDX capabilities.

Key Features

  • MDX blog posts
  • TypeScript throughout
  • Tailwind CSS styling
  • Server-side rendering
  • Code syntax highlighting
  • Dark mode

Challenges

  • MDX configuration complexity
  • TypeScript types for MDX
  • SSR complexities
  • Build optimization
  • Deployment configuration