File organization
25 min · Desktop
A folder that sorts itself, without your files leaving the machine
Auto-categorize a messy folder - PDFs, images, code, archives - and preview the whole reorg before anything moves, fully on-device.
git clone https://github.com/tetherto/qvac-examples
cd qvac-examples/qvac-desk-tidy
npm install
npm startQVAC Desk Tidy is an illustrative example that reads the files in a folder and sorts them into categories you define, entirely on-device. It reads PDFs and text files for content, uses vision analysis on images, and falls back to file extension for code and archives - then shows you the full reorganization plan before moving a single file.
Prerequisites
Final result
QVAC Desk Tidy is an illustrative example, not a QVAC product - review the plan before applying it, and keep a backup until you trust its categorization on your files. Fork it from github.com/tetherto/qvac-examples and swap in your own categories or scheduling.
MORE LLM RECIPES
Build this
Build this with the QVAC SDK
Everything here runs on-device. Grab the SDK and ship your own version.
npm install @qvac/sdk