Mubeen Khan.
← All work

Productivity · Windows

CuePaste

A sequential clipboard queue. Copy five things in order, paste them back one at a time, in that order.

Live on Microsoft Store

PlatformWindows 10 and 11
StackWindows desktop, MSIX packaging
RoleEverything — design, build, packaging, certification
ModelMicrosoft Store
CuePaste screenshotCuePaste screenshot

The problem

Moving several pieces of information between two windows means alt-tabbing once per item: copy, switch, paste, switch back, copy the next. Filling a form from a document, or moving fields between two systems, turns into dozens of pointless context switches.

Clipboard history managers exist, but they solve a different problem — they let you hunt back through what you copied. Nobody wants to hunt. You already know the order.

What I built

The part that was actually hard

Microsoft Store certification is a different discipline from Google Play — MSIX packaging, identity, capability declarations, and a certification pass that fails on details a web developer never encounters.

Clipboard interception has to be careful. It sits in the path of everything a user copies, including passwords, so the correct behaviour is to hold as little as possible for as short a time as possible.

Where it is now

Live on the Microsoft Store for Windows 10 and 11.

WhatsApp Email me