It is a webOS that has lots of useful utilities. It has games like Geoguesser, chess,checkers,etc preinstalled along with password generators file systems. It is one place that you can go to do whatever you want. You can set your wallpaper, use apps, upload files!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I like to commit all at once so this might be long. Geo gameplay
Leaflet world map + optional Google Street View (auto-fallback to photo).
Random location generator (bias to provided places.json; global random fallback).
Click-to-guess flow, haversine-based scoring with exponential decay.
Per-round results (actual vs. guess line), match length selector, per‑round timer.
Winner modal at match end; Reset/Next controls; WASD move + Q/E zoom in Street View.
Pano popout/expand/dock and draggable popout; responsive map/pano resizing.
Multiplayer
Room create/join/leave, player names, live scoreboard/leaderboard.
Host-authoritative scoring and timing; auto-advance when all guessed or on timeout.
Active host sync of round, scene, settings, endsAt timer, and roster names.
Dual transport: WebRTC data channels with WebSocket signaling + BroadcastChannel fallback.
Message de-duplication (IDs), graceful error handling (try/catch/onerror).
Advanced tab auto-enabled only when signaling server is reachable; host restart sync.
Desktop UI/UX
Window manager (minimize/maximize/close), dock with bounce, app switcher (Ctrl+Tab).
Spotlight search (Ctrl+Space) across apps and files; desktop icons with drag/snap.
Smooth open/minimize/close animations with reduced‑motion support.
Global UI scale setting; maximize keeps game canvases correct; game windows no-scroll.
App hero/banner images; consistent iconography; new intro popup (SweetAlert) with “Don’t show again.”
Favicon included.
Built-in apps (selection)
Tools: Files, Editor, Terminal, Markdown, Kanban, Converter, Pomodoro, Recorder, Palette, Pixel Art, PDF Viewer, World Clock, Settings.
Games: Memory, 2048, Snake, Minesweeper, Tic‑Tac‑Toe, Calendar, Gomoku, 15‑Puzzle, Mastermind, Invaders, Asteroids, Flappy, Pong, Breakout, Tetris, Othello, Hangman, Simon, Blackjack, Checkers, Connect 4, Wordle, Sudoku.
Media/Utility: Camera, Gallery, CSV/JSON viewers, Text Diff, Cipher, FS Tree, Music Player.
Paint: Vector editor + raster paint (brush/eraser, thickness, color, undo/redo, clear, PNG save).
Tech & posture
Vite-based build; Leaflet + Google Maps JS (Street View optional).
Server signaling via WebSocket; client guards and fallbacks.
places.json support to seed locations; local virtual FS for files.