webskop is a small in-browser workspace that looks like a desktop: you get draggable folders on a “desktop” surface, open a folder to manage links inside it, and use the top bar to add folders, go home, open a folder list sidebar, or open the Resources view.
Your folders and links are saved in the browser (local storage), so they persist between visits on the same device and browser.
The Resources page lists everything and supports printing (for example, save as PDF from the browser print dialog).
Stack: React, TypeScript, Vite, and Sass for styling.
Here's the demo: https://webskop.vercel.app/
npm installnpm run devnpm run buildPreview the production build:
npm run preview