A clean webOS inspired by MacOS, iPadOS, Hyprland, and Windows 11 designed for the webOS sidequest
Used AI for adding icons and reformatting code
A clean webOS inspired by MacOS, iPadOS, Hyprland, and Windows 11 designed for the webOS sidequest
Used AI for adding icons and reformatting code
🔥 Nullskulls marked your project as well cooked! As a prize for your nicely cooked project, look out for a bonus prize in the mail :)
I just finished building RobbieOS, a custom webOS inspired by the best parts of MacOS, iPadOS, Hyprland, and Windows 11. Created entirely with vanilla HTML, CSS, and JS. It features a custom window manager with multitasking and snap assist, a persistent virtual file system using IndexedDB, and apps including a File Explorer, Terminal, Drawing App, Music Player, and much more! The most challenging part of the project was definitely the file management system, with so many types of file types, organization structures, and features, the file manager gave me so many headaches but in the end, I think it was all worth it! The file system is fully dynamic and is pretty fun to play around with! I am also proud of the aesthetic, the glassy feel inspired by Hyprland just looks too good… It was a great way to see just how much you can build with only some HTML, CSS, and JS. This was a wonderful learning experience and the most surprising thing i learned was how you could style the scrollbar differently in different browsers
The project has been completely polished and cleaned up with a little help of AI code reformatting. This project really has been a wonderful learning journey. There has been many weird issues and obstacles but in the end, I created RobbieOS successfully. I am really proud of what I have created. Here are some bugs that I have fixed:
Log in to leave a comment
okay. I might have gone just a tab bit off-track. Maybe added a little to much fro my webOS. But hey, the more the better! Introducing: Robbie Music!
This could be a whole other project but I decided to add it into my webOS because a good OS always has a good music player :)
ok maybe this is a bit toooo much for just a default music player, def could be a whole other project lol.
Anyway here is the complete set of features Robbie Music has:
Honestly, I am pretty proud of this. I think this is the 2nd thing that I’m most proud of (behind the file browser ofc) in my little webOS. If it has actual music instead of just loyalty free and downloaded ones, I would prob use this as my day to day music app lol.
P.S: I have also added a minimize window feature instead of the previous 2 options (open and close). Now you can minimize windows in the background! very cool :)
P.P.S: I think the webOS I want is mostly done, this has been a great journey. I’ll polish it up and ship it probably tomorrow.
Log in to leave a comment
Music interface (inspired by apple music) and music playing feature + metadata display is completed! None of the buttons work execpt play rn, just concepts for now but they will soon be added, they shouldn’t be that hard to implement right…?
right…?
well I’ll can probably get this thing done by next week. maybe. The main features I’m looking out for is lyrics, playlist creation, and data organization, getting & moving music is going to be a pain, I can just feel it
Log in to leave a comment
Ehhh.. I might have got carried away a little. I realized how important music is and I have decided to expand my OS to include music. You can now import any music file into the browser and it detects it! (Still gotta figure out the playing part tho..) I have also added a magnetic taskbar hover effect which I think looks pretty sick. I think what I’m gonna do for the music player is I’m going to go big. like REALLY big. Hopefully it works out well for me lol. (It will probably take me the whole rest of the week.
Log in to leave a comment
Quick update: I have created a status bar or whatever you call that top bar that shows system info and date and battery etc, looks pretty nice, I’ll be jumping back to making a music player now :)
Log in to leave a comment
I have added a Quick Search function that users can open with ctrl+ spacebar It is inspired by MacOS where users can open apps by typing the app’s name. Suggestions have also been added for easier access. I have also cleaned up some bugs from the file system.
Log in to leave a comment
Ok… I know this is a pretty long time without writing a devlog but I promise that there is a reason. The reason is: I HAVE THE FILE SYSTEM 80% COMPLETED!! I believe I have cooked pretty hard, first of all, starting small, I took inspiration from macOS about displaying file names, before, I didn’t set a visual limit of displaying file names which would look really unpleasant with long file names, now, ellipses will appear at the middle of the file name like macOS, leaving the front and file extension always visible improving usability. I have also added a properties menu to display their full file name, the size, and file type. Now for the fun part, I have made 2 more file types!! I have added a custom .drw file type that goes along with something like a very simple window’s paint (its just a basic sketchpad with a basic draw/erase feature lol). But you can now save your magnificent drawings in the OS! Support for PNGs, JPGs, and GIFs are also added with a new photos app and you can import your photos to the OS just like txt files! It’s been a long process but it is SO worth it.
Log in to leave a comment
Finally implemented the first file type and made the storage system work! Completely new to doing this so I did ask a friend some questions (he is a javascript EXPERT) but now I think I got it and can make more file types by my self :D . txt files are now completely usable with the ability to view existing files, create new ones and even drag and drop your own files from your OWN computer!! I am pretty proud of what I have created, this system is pretty insane to play around with, it really is starting to feel like a real, working OS now…
I will be expanding upon this and add more file types and will probably run into a load of more issues, but for now, I think I’ve cooked.
Log in to leave a comment
So there has been a bunch of problems with my file explorer, I never really thought about just how much features a file explorer needs to function properly and be easy to use… Well anyways I still have a lot to get done, especially with implementing actual files themselves but here is what I have done so far, I think every needed feature has been mostly added, I might be wrong though:
Log in to leave a comment
This have been stressing me out in recent days, still working on file management, so far it is partially complete, you can create new folders, renames them, and basic files though not text, image, or anything else besides a placeholder. I have also implemented a storage system (placeholder, doesn’t really work correctly) along with all the very basic features, renaming, deleting, moving
Log in to leave a comment
I added a file explorer UI that fits the rest of the OS with some basic clicking functionality, inspired by windows OS. 2 basic starting types, folders and txt files, none really functions just there for show for now.
Log in to leave a comment
Terminal commands have been added! here is every command and what they do in the screenshots below!
The settings app now opens up to 4 wallpaper options, the wallpaper doesn’t just change the bg image, it also changes the accents of the app! Take a look at the screenshots below!
Now here is what I didn’t think was hard but was REALLY hard to implement in a webOS. THE BROWSER. The issue was that many modern day websites have security measure to prevent it from working in a iframe, which is the only way to get another site on a website, all the search engines have it blocked off. I saw that many who have tried this either
&igu=1 after the url. It worked. After seeing so many “google.com refused to connect” messages I was finally presented with a working google search and google home page. It was like magic from the heavens above (though with the sacrifice of using just a default iframe and not connecting to several sites in the webOS but hey the hack club websites works though!!).Log in to leave a comment
Window resizing has been added and added the animations for window moving, You can now freely size the window to your desire. I also added a complex multitask split screen feature. Users can drag a window to the top of their screen, similar to windows, and snap it to a position. I think it looks really nice and functions pretty well. I think I’m going to add some actual commands to the terminal next and start working on a browser
Log in to leave a comment
Bad news, my laptop’s keyboard is unusable, I have no clue what happened but my e,d,3,F1, and F2 keys completely stopped functioning so I’m gonna use a very old Microsoft surface to complete this project.
Currently, after hours of figuring stuff out and trying a bunch of layouts here is what I came up with: the style is heavily inspired from Hyprlan Rice (the glassy look) and MacOS (top bar and dock). I currently only have 1 openable app which is the console. The window style is heavily inspired by ipadOS with the three dots at the top that you can drag around, fullscreen (left click), and close (right click). I also implemented a clean animation inspired by Hyprland. Other apps are not functional at this time.
Log in to leave a comment