site: review — SmartMover (graduates from find)

New review under category `automation` (introduced for Apple
Shortcuts and similar workflow graduates — none of the existing
review categories fit). Hero registered in src/lib/hero.ts so the
grid card renders. Find marked `promotedTo: smartmover-shortcut`.

Also: HERO_SLUG bumped from superkey → monitorcontrol on the home
page (today's pick).
This commit is contained in:
2026-05-05 17:21:24 -04:00
parent 563c98511f
commit f871d08772
6 changed files with 31 additions and 1 deletions
@@ -8,6 +8,7 @@ topics:
- apple-tips
tags: [shortcuts, moving, qr-code, organization]
description: "Make a label, scan a box, see what's inside — a homemade Shortcuts answer to the move-day box-opening lottery."
promotedTo: "smartmover-shortcut"
---
Print a QR label, list what you packed in that box, stick it on. On move-in day, scan any box with your iPhone and the shortcut shows you what's actually in it before you slice the tape. Built by a redditor who got tired of opening boxes labelled "kitchen??" — a small piece of automation that'd be miserable to engineer from scratch but takes about ninety seconds with Apple Shortcuts.
Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

@@ -0,0 +1,23 @@
---
name: "SmartMover"
subtitle: "An iPhone shortcut that turns moving boxes into QR-coded inventories"
date: 2026-05-05
category: automation
tags: [ios, shortcuts, moving, qr-code, organization, routinehub]
link: "https://routinehub.co/shortcut/25415/"
description: "An Apple Shortcut that bolts a small inventory database onto the iPhone's QR scanner. Print a label, list what's in the box, scan to see the contents before you slice the tape."
source: "r/shortcuts"
fromFind: "smartmover-shortcut"
---
![The SmartMover Shortcut's main menu on iPhone showing six actions: Whats in the box, View all boxes, Manage items, Manage boxes, Generate labels, About SmartMover, plus EXIT](./hero.jpg)
> An iPhone shortcut that turns moving boxes into QR-coded inventories — print a label, list what's in the box, scan to see the contents before you slice the tape.
Most moving-box organisation systems collapse to "kitchen??" written on the side of the box in Sharpie by the third one. SmartMover is a single Apple Shortcut that wraps a small inventory database around the iPhone's existing QR scanner, so every box you pack gets a label any phone in the house can read back. The main menu is six actions: *Whats in the box* (scan-to-look-up), *View all boxes*, *Manage items*, *Manage boxes*, *Generate labels*, *About*. No app, no account, no server — the whole thing lives inside Shortcuts.
The trick is that the inventory data lives in the shortcut itself, in a dictionary the shortcut owns and updates on every invocation. *Generate labels* spits out a printable sheet of QR codes, each tied to a numeric box ID; *Manage items* lets you assign things you've packed to that ID. On move-in day, point the phone at any box and the shortcut shows the list before you reach for the box cutter. The same model works for anything you'd want to inventory by container — basement bins, attic totes, costume boxes — not just a single move.
Honest limitations: the inventory exists on the phone that set it up. If both partners need to scan, you'll have to share the shortcut and figure out an export step (or designate one person as the scanner). RoutineHub installs sit behind the OS's "Untrusted Shortcut" warning the first run — standard for community shortcuts, but non-zero friction. And a Shortcut UI is what the OS will let it be: a list of menus, not a designed app — adequate for two days of move chaos, no further.
Free, hosted on RoutineHub. The kind of one-week build that justifies the entire Shortcuts platform: a niche workflow no startup is ever going to ship as a real app, solved well enough for the 96 hours you actually need it.