MEHEDI
All projects

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.

Blog Platform interface - A minimal blog platform with markdown support.

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

More Web App work

  • E-Commerce Platform

    A modern e-commerce platform built with Next.js and Tailwind CSS.

  • Weather App

    A weather application with interactive maps and hourly forecasts.

  • Task Manager

    A productivity app for managing daily tasks and projects.