Skip to content
ufraan
← Back

Pownload

Paste anything, text or screenshots, download instantly.

JavaScriptClipboard APIFile HandlingZero Backend
Aug 2026Live

Pownload is a tiny zero-backend tool that turns your clipboard into a download. Press ⌘V anywhere on the page and whatever you copied lands on disk - screenshots come through as PNG files, plain text becomes a .txt, and if the first line of the copied text looks like a filename (notes.md, config.json), that gets used as the filename instead. Drag-and-drop works too, for both images and text files.

Everything runs client-side: the paste event hands over the raw clipboard items, blobs get saved through object URLs, and nothing ever leaves the browser. No server, no database, no upload step - by design. The landing page is part of the bit: five infinite marquee strips of screenshots behind a film-grain noise overlay, with image dimensions cached in localStorage so the loop stays seamless, and a small toast confirming each save.