Overview
Web Bro 5 is a fully sandboxed, browser-based operating system. It allows users to open apps, manage files, customize wallpapers, and experience a Windows-like environment—all within their browser.
Features
- Windowed app system with drag & resize
- Settings app for themes and wallpaper
- File Explorer to navigate virtual drives
- Terminal app (mock command line)
- Project Publisher for saving HTML projects
- Responsive design for mobile, tablet, and desktop
- Persistent storage via localStorage
Tech Stack
- React 18
- Vite 5
- Zustand (state management)
- DOMPurify (HTML sanitization)
- Netlify for hosting
Installation & Running Locally
git clone https://github.com/YOUR_USERNAME/web-bro-5.git
cd web-bro-5
npm install
npm run dev
Contributing
Contributions are welcome! Open issues or pull requests on the GitHub repo.
GitHub Repository
Check the full source code and documentation on GitHub: web-bro-5