ok so this is basically a “web operating system” made in HTML (yes, inside a browser… don’t question it).
it has a desktop with a decent GUI, movable windows, drag-and-drop stuff, and a bunch of built-in apps so it doesn’t feel like an empty pa…
ok so this is basically a “web operating system” made in HTML (yes, inside a browser… don’t question it).
it has a desktop with a decent GUI, movable windows, drag-and-drop stuff, and a bunch of built-in apps so it doesn’t feel like an empty page.
things you can do:
play music
watch videos
open images
drag and drop files
use a VS Code–style code editor
a working file manager
system settings
clock
calculator
everything runs fully on the client side, meaning no servers, no accounts, no weird backend stuff.
all your data is saved directly in your browser using localStorage, so everything stays on your own PC.
the idea is to feel like a small operating system… except it’s made entirely with HTML, CSS, and JavaScript, because apparently building operating systems inside browsers is a thing now.
it’s not perfect, but it works surprisingly well.
Hi,
For this project, AI was mainly used to help with the JavaScript, including functions and animations. The designs, images, ideas, and the rest of the creative work were made by me.