# I Built a Windows 95-Style Developer Portfolio with Next.js 15

> Source: <https://dev.to/adil_raxiq_d6b4d8714f9fe0/i-built-a-windows-95-style-developer-portfolio-with-nextjs-15-2bf2>
> Published: 2026-09-01 11:00:43+00:00

Most developer portfolios look the same:

I wanted something different. Something people actually remember.

So I built a portfolio that looks and feels like a classic Windows 95 desktop.

When you visit the site, you see:

When the page loads, it shows a retro boot screen before revealing the desktop. This sets the mood immediately.

Each icon (Projects, Writing, Contact) opens a window when clicked — just like real Windows 95.

Windows can be dragged around the screen using Framer Motion's drag constraints.

I added a writing section where I publish articles about Flutter, Django, and AI.

A working contact form so people can reach out directly.

👉 [https://adilportfolio-tawny.vercel.app](https://adilportfolio-tawny.vercel.app)

The project is built with Next.js 15 and is deployed on Vercel.

Thanks for reading! If you have any questions about the implementation, feel free to ask in the comments.
