A personal technical blog and portfolio built with Next.js, React, TypeScript, Tailwind CSS, and Fumadocs MDX — focused on frontend engineering, product thinking, and clear technical communication.
MiPiBoy Blog is a personal technical blog and portfolio built with Next.js, MDX, and Tailwind CSS. It is designed to share frontend engineering knowledge, product thinking, UI/UX insights, and technical experiences in a clean, professional, and readable format.
Live site: https://mipiboy.ir
This project is a personal website and blog platform, not a public open‑source template.
Project goal
This project is centered around one idea: writing high‑quality technical content and presenting it in a strong personal brand experience.
This project is centered around one idea: writing high‑quality technical content and presenting it in a strong personal brand experience.
The blog is used to publish:
The result is a website that feels both like a portfolio and a professional knowledge base.
A strong blog is not only about publishing content — it is about showing how a developer thinks, learns, and communicates.
This project helps present:
For recruiters and collaborators, this is a powerful signal: the person behind the site can both build polished interfaces and explain them clearly.
Beyond code
This blog demonstrates not only coding ability, but also communication, design thinking, and product awareness — making it an effective personal brand platform.
The content strategy is aligned around the topics that matter most for modern frontend and product work:
This makes the blog feel relevant, useful, and credible for both technical readers and hiring teams.
| Technology | Purpose |
|---|---|
| Next.js 15 | Main framework |
| React 19 | UI library |
| TypeScript | Type‑safe development |
| Tailwind CSS | Styling and design system |
| Fumadocs MDX | MDX content management |
| Motion | Animation and interactions |
| GSAP | Advanced animations |
| Geist Font | Typography |
| Lucide Icons | UI icons |
The site communicates more than just code; it communicates taste, clarity, and professionalism.
Technical writing is one of the strongest signals for engineers, especially in frontend, product, and content‑heavy roles.
The interface is not only attractive — it is structured to reflect product thinking, composition, UX decisions, and user experience quality.
This blog can grow into a rich technical archive, portfolio, and personal knowledge base.
Clone the repository
git clone https://github.com/MiPiBoy/MiPiBoy-Blog.git
cd MiPiBoy-BlogInstall dependencies
pnpm installRun development server
pnpm devBuild for production
pnpm buildThe blog supports article writing with MDX and frontmatter. A typical post includes fields like:
---
title: "Your Article Title"
description: "A brief description of the article"
date: "2026-08-29"
tags: ["React", "Next.js", "Tutorial"]
featured: true
readTime: "8"
author: "mortezaAghaei"
thumbnail: "/images/example.webp"
dir: "ltr"
---
## Introduction
Your article content here.This structure is perfect for technical content, tutorials, notes, and case studies.
Author information is managed in the project config:
export const authors: Record<string, Author> = {
mortezaAghaei: {
name: "Morteza Aghaei",
position: "Front-end Developer",
avatar: "/authors/morteza-aghaei-3d.webp",
},
};To use this author in an article:
author: "mortezaAghaei"This project is especially relevant for roles like:
It demonstrates not only coding ability, but also communication, design thinking, and product awareness.
If you are interested in collaboration, hiring, or discussing digital product development:
Personal website and portfolio
Open source projects and code
Technical articles and writings
This project is a personal portfolio and blog — it is not an open‑source template. All rights reserved.
MiPiBoy Blog is a personal technical blog and portfolio built with Next.js, React, TypeScript, Tailwind CSS, and Fumadocs MDX. It is designed to present frontend engineering skills, product thinking, and clear technical communication in a polished, professional format.
The site serves as an effective personal brand platform for recruiters, collaborators, and technical readers who want to understand both the quality of the work and the depth of the thinking behind it.
Built with ❤ by Morteza Aghaei
Visit the live site and explore the blog:
https://mipiboy.ir