Show HN: I recreated Windows XP as my portfolio

411 mitchivin 174 9/7/2025, 1:44:19 AM mitchivin.com ↗
Years ago I stumbled across a basic version of this concept and it stuck with me. I knew if I was ever going to take on such a project, it would need to be flawless, but without coding experience it was just another idea that would never happen. By the end of 2024, as AI coding tools exploded everywhere, I finally had a way to make it real.

I started from zero knowledge and spent months collaborating with AI agents as a learning experience. Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human. I didn't use existing OS frameworks because the goal was learning how basic coding languages worked while also developing my skills with AI collaboration. Apart from basic libraries like xp.css and paint.js, it's all original code.

The result is a fully functional Windows XP recreation running in your browser. Complete experience with sounds, animations, and working applications. Even works properly on mobile, which required rebuilding everything to maintain the authentic feel without becoming unusable on touchscreens.

This project taught me more about coding and AI collaboration than I ever expected. Would love to hear your thoughts on the execution and any feedback on the technical approach.

Comments (174)

melkael · 3m ago
Really neat! I made one a few years ago too, it still is online (but not updated) https://melkael.github.io/
garganzol · 3h ago
In general, it is even smoother than the real Windows XP. Kind of a magnetizing experience, and I do not know why. There is something attractive in this idea in terms of UI/UX, aside from the obvious nostalgia.

Another interesting aspect of this particular implementation is that it blends naturally with a browser tab hierarchy, it does not try to overrule it, it just blends in. Probably thanks to a distinctive taskbar, or maybe it is due to the startup screen/login/sound that set up a distinctive boundary "you are here now, and this is a friendly place to be".

giveita · 3h ago
Windows (or anything) is nice when its fast. Most things should work in under 20ms so I don't notice a delay.
csomar · 47m ago
> There is something attractive in this idea in terms of UI/UX

Very fast response time for the UI interactions. "Modern" UIs can have a few fast transitions but the overall interactions with the different components have a human noticeable lag that make them uneasy.

mitchivin · 3h ago
obviously the nostalgia is a huge factor but you might be onto something with the login sound haha. did you try logging out? :)
mitchivin · 5h ago
hey haha I tried to post this a few weeks ago but my post didn't go through - i'm glad you guys are enjoying it!

edit: I'm new here! let me get some of that sweet sweet karma!

dang · 5h ago
(I'm one of the mods here) - I've re-upped your original Show HN and merged the comments hither.

I've also marked your account legit so it won't get misassessed by those nasty spam filters in the future!

mitchivin · 5h ago
thanks for that! I was a fresh account when I originally posted it so I completely understand. cheers!

No comments yet

keepamovin · 3h ago
Really polished! And it really captures that windows XP aesthetic, but also the spirit of that aesthetic.

If Windows XP had had some kind of super professional “create a portfolio” app that would output an executable binary that you could download it would’ve been lauded as amazing and beautiful if it looked like what you created.

This is great. It shows your skills, but also brings back the beauty of Windows XP, in a contemporary but historically accurate format.

xp84 · 1h ago
In an alternate timeline where malware never existed and Apple had gone out of business in the 90s, all portfolios , presentations, and resumes would be packaged as .exe files as a de facto standard. It’s a great and flexible exchange format!
mitchivin · 3h ago
haha wow, thank you so much :)
sibeliuss · 5h ago
Cannot believe how well done this is! great work
wewewedxfgdf · 2h ago
>> let me get some of that sweet sweet karma!

You are going to be a wealthy man very soon now from all that karma.

mitchivin · 1h ago
Im just looking to go from broke to stable dude haha, its been a long journey
mkl · 5h ago
For me, the start menu takes a couple of seconds to appear, and disappears again after a fraction of a second (Chrome 138 on Windows 10).
mitchivin · 5h ago
interesting, if you can be bothered - could you let me know if disabling the screen effect via the system tray toggle makes any difference? thanks for letting me know
mkl · 5h ago
That makes it work 30-50% of the time, after flickering closed briefly.

After reloading the page and leaving the CRT effect on, it worked once (the first time) then not.

Reloading the page and turning the CRT effect off immediately, it seems to work every time, but flickers.

mitchivin · 5h ago
thanks for testing - thats really strange, i've never experienced anything like that myself or had anyone else mention it. ill try and recreate it with the info you gave me - thanks mate
esseph · 5h ago
This is really well done. Excellent work!
pryelluw · 5h ago
Beautiful work.
m4houk · 2h ago
I love this. As a former XP user, here are some pedantic inaccuracies you've got:

- The taskbar tabs are slightly off from how they looked in the real XP (must be the borders? It's the same issue with the windows as well).

- The close/maximize/minimize buttons never had hover transitions

- By default, desktop icons didn't have any hover effects in the real XP

- I'm surprised you didn't recreate the XP mouse cursor!

- IE6:

    - The address bar didn't show progress
    - The buttons in the toolbar at the top never had any transition effect on hover
keepamovin · 1h ago
I think of this as a homage or appropriation, a gentle upgrade of classic Windows XP aesthetic into a form that merges a few contemporary affordances and new polish. It's a classic way of keeping art and styles fresh and how aesthetics evolve while retaining a clear lineage that respects their roots.
mitchivin · 1h ago
this ^ while also completely disregarding portfolio conventions. some have even said "If i was a recruiter I would instantly click off because it takes too long to load" hahah
keepamovin · 20m ago
I guess it functions as a filter to exclude companies that won’t be best for you anyway. I think good portfolio/cv should do this!
mitchivin · 2h ago
taskbar tabs - correct and I spent a crazy amount of time trying to figure out why they look off, admittedly I accepted defeat at where we landed but I think its pretty damn close!

the rest, are all aesthetic decisions haha but I was aware of some of them - I'm surprised you missed the biggest one of them all though.. also that nobody else has mentioned it yet - maybe its because nobody has tried it

the drag selection over desktop icons highlights the icons in a way much closer to windows 11 than XP... i really just thought it deserved an upgrade

edit: did i miss it or did you just add the thing about selection? you're right though

typpilol · 16m ago
The command prompt?
merelysounds · 31m ago
Feature request, very nitpicky: currently there is a grid overlay that simulates display pixels; but the content behind it is high resolution - as a result one “pixel” consists of multiple colors, which can break the illusion; this is especially visible when scrolling text. Perhaps there’s a way to render actual content in low resolution too, to match the grid resolution? E.g. set the css width&height of an element to 50% and upscale 2x via css scale transform (although filtering could be a problem), or render to a canvas and upscale there, or use html gl, or maybe there’s another way?
magic_hamster · 1h ago
It's very cool, but I think two issues keep this from being truly delightful. First of all, it doesn't really feel like a computer, little things like typing "dir" in the command line could be a great little interaction, but it's not supported. I'd try to make it more fun to use and not just pretty to look at.

The other thing is, I think the portfolio doesn't really match the quality of the website you vibe coded. This is actually a pretty bad sign that your own work is not as good as something you can do with AI (human assisted or not). The website is pretty high quality, so browsing through extremely simple assets just feels out of place.

Overall it's a good project.

tombert · 5h ago
Pretty cool stuff.

Every time I see it, a part of me misses the styling of Windows XP. It was kind of the only well-regarded windows that tried to actually be fun; the fact that there was a little dog mascot in the search results, the fact that the bar on the bottom kind of looks like a Fisher Price toy, Clippy!

I kind of miss when professional programs were allowed to be goofy.

As a side note, I really like your avatar; has kind of a Simpsons/Bob's Burgers vibe that I find appealing.

mitchivin · 4h ago
aside from the frustration it's been pretty cool building it, its almost like im back in 2006
zx8080 · 5h ago
To me, the CRT effect looks like an early LCD (TFT panel) one. CRT monitors picture did not look like made of dots from what I can remember (maybe not for all monitors). Except maybe the Trinitron ones.

Great site, thanks for nostalgia!

mitchivin · 5h ago
you're probably right and I've actually had someone tell me that no monitor during the XP era would've been a CRT one haha so the whole things a bit off but I think people can let it slide
mrandish · 4h ago
> I've actually had someone tell me that no monitor during the XP era would've been a CRT

That person is incorrect. WinXP started selling at retail in Oct 2001. I started using it at work in early 2002 and as a senior employee in a tech company I had a pretty deluxe 21-inch Viewsonic CRT which ran at 2048 x 1536 resolution. That Viewsonic cost $1600 new in 2000 and looked great. The company didn't upgrade to flat screens until about 2006 when the Viewsonic was replaced with a 20-inch Dell 2005fpw with native 1680 x 1050 resolution for $800. That's the year Windows Vista came out.

Even in 2006 corporate priced LCDs at the 20-inch size didn't look quite as good as the high-quality CRT I switched from. In some ways (like sharpness) a good LCD could look better but in other ways (like contrast) it wasn't as good yet - so it was still a mixed bag. About 2004 the company started buying newly hired entry-level employees 15 or 17-inch LCDs but they were typically 1024 x 768 and the quality wasn't great. A designer like you would definitely have stuck with a CRT longer both for quality and screen size at a reasonable price.

mitchivin · 3h ago
noted and I appreciate the detail!
xp84 · 1h ago
Yeah XP did use a flatscreen for some of its iconography, but that was to look cute. Nearly everyone but rich people were using CRTs for the first half of XP’s heyday.
raspasov · 4h ago
I grew up in Bulgaria and when Windows XP was released almost everyone had a CRT monitor.

As a former Windows XP user: this is amazingly detailed and well done! The CRT effect is spot on for me.

mitchivin · 4h ago
i'll remember that next time someone says anything! thanks dude!
raspasov · 46m ago
Just noticed: not sure if intentional, but with the CRT effect, I see a sort of moving line every few seconds or so. I don't recall my CRT monitor doing that, haha! But the tiny dots are spot on for me. The better a CRT monitor was, the smaller and less visible the dots were. But they were always easily visible from up close.
nwellinghoff · 2h ago
Confirm. I used xp on a silicon graphics 21” crt for a longgggg time. Was freaking heavy as hell to lug around, but it was a great monitor even well into the lcd era.
neumann · 4h ago
oh, I was definitely rocking a 17" CRT in 2001! Pickup up 2 other guys with CRTs and lugging it to a friends for a LAN party we couldn't fit them in the boot of the Ford Meteor and had to cram them in with the passengers in the back seat.
QuantumNomad_ · 3h ago
Got my first own computer in 2002. It ran Windows XP and had a CRT, as did the home computers my friends had too at the time :)
mitchivin · 3h ago
whoever tell me it's wrong next is going to be hit with multiple real life testimonies, they'll never expect it
zx8080 · 4h ago
> no monitor during the XP era would've been a CRT one haha

Well, not really, and it depended highly on the place of work/study and country/state. For example, my University replaced the CRT ones with LCDs only in 2005-06 (they've used XP in computer rooms for quite a long time, skipping Vista and 8).

I myself used the CRT monitor with winXP until the late 2004.

mitchivin · 4h ago
some of those redditors don't know what they're saying then, huh? thats such a good point - couldn't I run XP on a CRT monitor today if i wanted to
OmarAssadi · 1h ago
Nothing stopping you from using one with totally modern systems as well, except for the ever increasing prices, I guess. Anyway, yeah, same as some of the others already mentioned, but I don't think I actually owned any sort of standalone display—be it a monitor or television—that wasn't CRT until ~2009 or so?

I used my mom's iMac G3 (CRT) probably until 2004 or so, because I distinctly remember getting stuck on Tutorial Island on RuneScape as a kid, since you had to Right-click -> "Prospect Rock", and at the time, I had no idea how to actually do it with Apple's single-button mice lmao.

Aside from the couple of laptops that came later, I don't think I had moved on [for the worse] until a bit after I put together my first DIY computer (Phenom II 920, etc); I still had a CRT TV in my room long enough to have been using it when Halo Reach came out.

ldbooth · 2h ago
I'd love to see that command line working for some Easter eggs.
mitchivin · 2h ago
hit me with some idea's. in terms of novelty ideas ive thought maybe unlocking extra songs in the music player, or opening a different version of my projects that looks like it should (internet explorer) showing my wow logs or something lame hahah just some for the ones who would respect it
unop · 1h ago
Maybe cmd.exe launch into "your terminal" - styled with starship or whatever, your shell aliases but taking the user into your (code?) projects' directories that they can have a nosey around with (mirroring github repos?)
Dwedit · 3h ago
No right-click menus anywhere. How am I supposed to Lock The Taskbar? (As seen in https://madeupandprobablydoesnotexist.com/taskbar/)
mitchivin · 3h ago
i've been putting together a list of things for the right click menu, thanks for that one.
adithyassekhar · 1h ago
This is awesome, I found a tiny bug. On mobile, if I open CMD and the keyboard opens, the browser thinks I'm in landscape and blocks the UI till I close the keyboard.
mitchivin · 56m ago
noted, thanks - which device do you have if you dont mind me asking?
djshah · 4h ago
This is amazing! Really enjoyed the trip down memory lane.

It would be wonderful if you could also share or write a post about your vibe coding journey to put this together!

mitchivin · 4h ago
just like the site itself, I'm slowly trying to piece something together in a coherent way when the process itself was the complete opposite. When I do figure it out I'll do a post/series of posts on LinkedIn most likely. there's a few posts already on there about it, but nothing super in-depth

im open to all connections btw :) i'm just getting started!

felarof · 4h ago
Wow, this is cool!

You should open source this and let other people contribute and build apps that work inside this sim. I would love to build a version of our browser into this. (https://github.com/browseros-ai/BrowserOS)

StarterPro · 2h ago
"AI agents " I KNEW something was up with it. Wrap it up.
mitchivin · 2h ago
its nice and warm in here, come on.. join us
stevenfoster · 5h ago
This made me immediately want to play Age of Empires and drink a Mountain Dew. Well done sir.
mitchivin · 5h ago
do it!
_-_-__-_-_- · 4h ago
This is wonderful. You should be proud. It's a fun recreation and it was fun to use. Back when I was using XP (2004-2010), I had a 19" black CRT monitor. Once I got a laptop, it became a second monitor. I got whatever the family didn't want and the few things I scrounged from used computer stores. In 2010, I jumped to Windows 7. The theming of Windows XP always reminds me of seeing it for the first time, how colourful and inviting it looked.
mitchivin · 4h ago
if they remember the site, they'll remember me :) kinda?
srini_reddy · 1h ago
Windows XP is an emotion for me. You have rekindled the memories of 2005 .
nothrowaways · 2h ago
I love the 'recently used' in the start menu.
mitchivin · 2h ago
thanks!
ChuckMcM · 4h ago
Interesting that you vibe coded the whole thing.
pxc · 2h ago
I don't think it counts as vibe coding, since the author read every line of code and presumably also asked questions about them and looked things up about the meanings of unfamiliar keywords and functions and so on.

It might be spiritually close to vibe coding in some ways because the author wasn't previously a programmer, so this code was never reviewed by a professional or trained developer.

But it was a high-effort project that involved inspecting and trying to understand the code, which isn't what vibe coding is about.

Whatever we want to call it, I think it's awesome! This is a good use of LLMs to help laypeople break into writing code imo, and the result is great.

mitchivin · 1h ago
yeah, I've had a tough time finding the right wording so I've even called it vibe coding since its definitely not at the other end of the spectrum. I think its somewhere in the middle, like a developer version of Ratatouille
nurettin · 4h ago
He said it took months, so perhaps we need to coin a new term for it. Maybe AI crawling?
mitchivin · 4h ago
its been a nightmare trying to word it... haha. I really do feel like it's something that nobody else is really doing, at least that I have seen. but if I really think about, why would anyone do this? hahaha
ChuckMcM · 3h ago
"vibe designed"?

I suspect that this sort of design wouldn't come up a lot, but do you think about the difference between this experience and the experience of designing something where you used a workflow that you were familiar with? Or put another way, if you did this again, would it go faster or would it take the same amount of time?

mitchivin · 3h ago
It would definitely go faster based on a few things. One being that these models are continually improving - an ungodly amount of time was spent trying to connect the dots between what I was seeing and what the agent was seeing/understanding.

But aside from that, I would still say yes. I've learned a lot (it's just hard to put into words when I'm missing some of the technical language) and I've gained so much confidence in even dealing with code.

I've actually started doing some work for someone after they saw my site on Reddit, which I could never have done before. It involves Docker, a bit of Python, and working on a codebase with multiple contributors. It's both exciting and terrifying at the same time.

cylemons · 1h ago
Works very smoothly on my phone
mitchivin · 1h ago
love to hear it :)
carlsborg · 4h ago
Arguably the most familiar desktop user interface on the planet. I often wonder why complex web apps do not use this searchable start menu format.
mitchivin · 4h ago
i've got no statistics to back it but I'd bet my life savings on it being exactly that (its $0, but still)
MintPaw · 1h ago
Windows didn't fade in and out in Windows XP.
stonecharioteer · 25m ago
This is so damn cool! I love that you have MS Paint too xD
petermcneeley · 5h ago
The paint app is very accurate. Kinda shocking really.
mitchivin · 5h ago
that is something I cannot take credit for - https://jspaint.app/#local:58ec4c22cf9878

I just had to make some small changes so it would blend in better with my site

shrinks99 · 5h ago
No way to save my creations though :(
mitchivin · 5h ago
nah I removed that from my version, I can't remember why though so I might try and bring it back - if you look up jspaint or paintjs theres some really cool ones available
petermcneeley · 3h ago
you ever see this https://puter.com/
mitchivin · 3h ago
thats sick, I hadn't seen it
souldzin · 4h ago
In my head, I heard videogamedunkey saying: “Ohhh... they've got the original paint on this one! I didn’t know this was a slick-type website!”
ghoshbishakh · 1h ago
I salute your tenacity.
mitchivin · 1h ago
it can't be understated, truly - people would think im insane
tptacek · 6h ago
You got this far have DIR print something!
chatmasta · 5h ago
I was so proud of myself for remembering it’s DIR and not ls. But at least `help` worked.
giveita · 3h ago
although not much I still use the windows command line (not powershell). XCOPY being my favourite (although rsync is nicer but xcopy still rocks)
cr125rider · 5h ago
This works incredibly well on mobile too. Awesome job
mitchivin · 5h ago
thank you!
utyop22 · 5h ago
Did you make this all by yourself?
mitchivin · 5h ago
yeah, its been my obsession for the past 6 months. Im a junior graphic designer so I decided I would try something out of the box to try and grab recruiters attention, since my actual projects wouldn't be enough
thefourthchime · 4h ago
man when I hear young people saying they can't get a head start or no one will hire them, I say go make something show off what you can do and you really nailed it here!
wild_pointer · 2h ago
Wasted opportunity: shut down -> orange "now it's safe to turn off your computer"
jonathanlb · 1h ago
Wasn't that just Windows 95 and 98? I think I remember XP having the Windows logo and the "It is now safe to turn off your computer" text in white.
xp84 · 1h ago
Evidence you’re right: this video at 1:10

https://youtu.be/1N8MSI0mB04

submeta · 29m ago
Wow, really enjoyed clicking trough it. Super smoooth. Lots of attention to detail. Excellent. Well done mate.
mitchivin · 28m ago
thanks dude!
RobertEva · 4h ago
Delightful.The XP vibe is spot on, the startup sound and taskbar feel right.
mitchivin · 4h ago
it's all about the feels
l8again · 2h ago
Looking at your resume, I am curious how you are intimately familiar with XP. Seems like it should be before your time.
mitchivin · 2h ago
It should be based on my resume, you're right haha - a peak behind the curtain reveals a decade of struggles finding my place in the world before saying fuck it and following my gut. I'm 30, whoooops - if you do the math on my graduation you should be able to get there, not hiding it - but didn't want to shout it from the rooftops either haha
StrangeDoctor · 5h ago
This looks and feels really good, nice work.

Makes me wonder what windows mobile could have been

mitchivin · 4h ago
cease and desist followed by the announcement of windows on mobile any day now
Joel_Mckay · 37m ago
Where is the doom demo launcher?

https://github.com/cloudflare/doom-wasm

=3

billdybas · 4h ago
Really cool! Added to my collection of personal websites @ https://personal.network/
pbohun · 6h ago
This is cool! I like how you can toggle the pixel effect. A lot of great attention to detail.
mitchivin · 5h ago
personally, I prefer it on but I'd had some complaints and it does have some impact on performance so better to give the choice, right?
quantummagic · 15m ago
Great job, well done. This really highlights that people who obsess in telling us that "AI hallucinates", and "AI isn't intelligent", are missing the point. At the end of the day, it's simply useful, and incredibly empowering.
mitchivin · 23s ago
thanks mate haha yeah I stay out of those convos
zx8080 · 4h ago
Consider using the display/monitor icon in tray to manage CRT effect on/off instead of the Windows Defender icon.
mitchivin · 4h ago
fair call! the CRT toggle was fairly recent in comparison to the full screen toggle so it was a case of seniority haha but I'm at the point now were I can spend time on things like that and the icons will be getting a refresh at some stage so i'll remember this.

thanks

celeritascelery · 3h ago
I love the little things, like the paint program and music player. This was so fun.
meq1986 · 3h ago
There’s even a command line where you can run commands, that’s really nice!
sethops1 · 5h ago
I miss the Windows XP look & feel so, so much.
iLoveOncall · 1h ago
I've seen a lot of similar projects, but never ones that worked well on mobile, and this one works perfectly, quite impressive.

That said, I wonder if it makes sense for a graphic designer to have a portfolio with a design that just copies someone else's (Microsoft's)?

muststopmyths · 4h ago
very cool !

On my dell XPS13 (Windows) the high DPI scaling makes the page display "please rotate your device back to portrait mode" . If I zoom out a few steps (ctrl-minus in the browser), it loads fine.

mitchivin · 4h ago
thanks for letting me know! i've had someone else mention that it didnt work on folding devices, but considering i've never even held one this makes more sense to me so ill look into it
jolmg · 5h ago
Extreme nitpick, but the progress bar animation on bootup was stepped, IIRC.
mitchivin · 4h ago
the site is built on extreme nitpicking my friend, its welcomed and encouraged. I'll look into it!
JeliHacker · 5h ago
Love this! The nostalgia hit hard, I immediately felt the urge to play Raft Wars on Miniclip
mitchivin · 5h ago
I wonder if im doing some psychology trick on recruiters, they love windows xp = they love my site = they love me = they hire me? right.. right?!
utyop22 · 5h ago
It’s all about how you make someone feel ;)
phendrenad2 · 4h ago
I can tell this was a ton of work, and a ton of fun. Congrats!
mitchivin · 4h ago
thank you!
scripper1 · 5h ago
That CRT effect is dope. It's amazing it's even possible.
mitchivin · 4h ago
fun fact: this whole journey started because of that effect. I had that and was trying to think how I could use it haha
initramfs · 4h ago
Give this man a job! (If he doesn't have one already)
mitchivin · 4h ago
I might have to re-elevate the goals after this haha, I thought it was cool personally but truly didn't expect this kind of reaction
makuchaku · 51m ago
Amazing work!
calf · 1h ago
I don't understand the claim, is it recreating the actual operating system and kernel, and it can run and install programs like an emulator? Or is it just superficially the UI?
mitchivin · 1h ago
purely UI - HTML, CSS, JS
zeroCalories · 1h ago
Very cool. I'm on mobile and on your projects page I couldn't scroll down to read the details of some projects. Otherwise worked well but I would double check.
sangeeth96 · 4h ago
Quite honestly, super cool! Telling that you probably managed to wield AI tools quite well if you managed to get this far with it.

Only pet peeve I have is with the obvious AI generated art (including the wallpaper?) — still can't get onboard with them.

mitchivin · 4h ago
It was definitely a long fought battle haha

Yeah for sure, I completely get it - I can genuinely understand the large majority of reasons people have for holding that opinion and I don't even necessarily disagree with many of them. I will admit, I do find it wildly entertaining and having the ability to turn an idea into something tangible almost instantly allows me to produce more high quality work.

Aside from personal opinions, I just think that it's pretty clear where the world's going and since money doesn't care about feelings - companies are going to use it. so I feel like it probably helps, or at least will start to help more and more as time goes on having it clear that I can and do use these AI tools they keep hearing about.

skwashd · 5h ago
Very cool. There's an impressive number of little details. My favourite is that the Paint app actually works.
mitchivin · 5h ago
Vyvanse is a hell of a drug
windows_hater_7 · 4h ago
Amen
mitchivin · 3h ago
IYKYK
busymom0 · 4h ago
Would be cool if the contact you page let me send you an email from your site itself instead of trying to launch my default mail app. I typed out an email and filled in my email but it tried to launch mail app when I tried to send it.
mitchivin · 4h ago
yeah I would also love to get that working - at one point that was the plan but things changed. It's something i'll look into updated, thanks for the suggestion.

btw, if you let your mail app open - whatever you typed into my contact me app will be pre-filled in a new message ready to send

QuantumNomad_ · 3h ago
Might not apply to most people, but on some of my machines I have left the mail app unconfigured and so the few times something uses a mail link launching the app will just land me on the setup screen. It’s rare enough that anyone uses those sort of mailto: links that I haven’t bothered doing anything about it. And it might be that most other people have their email program set up already so only me and a handful of others run into any sort of issue with that :p
mitchivin · 3h ago
funny you say that, you are the first to mention it but I personally use Gmail installed as an app from my browser, so I encounter this exact issue hahah. Even worse, there was a time where I uninstalled outlook completely. It was also pretty messy in that instance

I kind of assumed that if someone found themselves in that position they would contact me another way and it shouldn't be a dealbreaker haha

msephton · 5h ago
Phenomenal work. Excellent!
mitchivin · 5h ago
thank you so much
haloblue · 4h ago
Absolutely brilliant.
DustinBrett · 4h ago
Good stuff! Desktop environments are so much fun to make.
nategreb · 1h ago
this is sick
oslem · 5h ago
Mind Your Manners brought back some seriously nostalgic memories. Thank you!
mitchivin · 5h ago
It'll defintely be in my MitchIvinXP Wrapped this year
chatmasta · 5h ago
If you didn’t know, Chiddy has been releasing new music. It’s just him now, no Xaphoon, but still pretty decent.
mitchivin · 3h ago
I actually didn't know that, but my favourite part of this comment is seeing Xaphoon mentioned. I love Xaphoon! I still listen to some of his old remixes on youtube some times haha
zb3 · 6h ago
The "recently used" part was clever :)
scosman · 3h ago
Great work
tayo42 · 1h ago
I've gotten so used to instant loading operating systems, I've forgotten about those loading screens.
poundtown · 5h ago
pretty badass sir! cheers!
mitchivin · 5h ago
thanks boss!
poundtown · 5h ago
pretty badass sir...cheers to you.
lurquer · 5h ago
Very cool
clbrmbr · 4h ago
Wow. You are going places, Mitch. Epic design skills. Listening to Unwritten and loading up that email form… can’t wait to see what you build.
mitchivin · 4h ago
thank you so much for the kind words, appreciate it more than you probably realize :)
rvz · 5h ago
Great portfolio site.

Now try windows93 [0]

enjoy.

[0] https://www.windows93.net

indigodaddy · 5h ago
Holy shit!
VitoVan · 5h ago
I need to right-click and refresh the desktop, please.
mitchivin · 5h ago
If I glance over at my TODO's its pretty close to next on the list - stay tuned
adastra22 · 5h ago
No minesweeper?! I’m severely disappointed.
mitchivin · 5h ago
it's on my list!
adastra22 · 5h ago
Awesome job btw. Impressed by hell well it works on mobile. (Can even type in the terminal!)
mitchivin · 4h ago
thank you so much

only since a few days ago haha

oceanhaiyang · 4h ago
> I started from zero knowledge and spent months collaborating with AI agents as a learning experience. Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human.

This is so absurdly cringe and absolutely not coding. It’s like saying I spent absolutely trying to get ChatGPT to write my college essay for me. At the end of the writing period, I wrote nothing but decided which ai goop I liked best.

daemonologist · 4h ago
If OP were a front end engineer or something I might agree, but this is a graphic design portfolio. I think it's completely reasonable to rely on outside assistance for the scripting and interactive stuff.
BrS96bVxXBLzf5B · 41m ago
With Windows XP already being visually designed, this project not being "fully-functional" but just a visual wrapper of some portfolio pages where the code was written by AI, I'm left wondering what this piece actually represents.
ChrisArchitect · 3h ago
+1

Who's hiring a graphic designer based on a Windows XP aesthetic that they didn't even produce? Of course novelty. But then what. Not really promoting the graphic design side. Not really promoting the development site. Bizarre noob accounts here loving it.

He cooked. (But not really) And we're all cooked.