QuickTag
Store floor
Label production for the store floor, all the way to the printer.
Shelf and product labels are printed by the hundreds every day by people who are not going to open a layout editor. QuickTag turns a production routine into a work order, a work order into labels, and each label into the ZPL the printer expects.
Stack
front-end
Next.js 02 framework Next.js The store app and the routes the printer talks to. nextjs.org React 03 interface React Built for the floor: few taps, big targets. react.dev TanStack Query 04 client cache TanStack Query The production queue, refreshed while the store floor works. tanstack.com Tailwind CSS 05 styling Tailwind CSS The interface, tuned for a shared screen in the aisle. tailwindcss.com shadcn/ui 06 design system shadcn/ui The component base under the CRUD screens. ui.shadcn.com
back-end
data
01 routine
Production routine
What each store prints, and when. Products carry their own units and storage locations.
- Routine per store group
- Items with unit and location
02 run
Work order
The routine becomes a work order, and the order becomes the labels the store team still needs to print.
- The run generates the labels
- Transfer between stores
03 print in store
Print queue
The layout is rendered to the printer's own language, so nothing depends on a driver behaving.
- Layout rendered to ZPL
- Code on every label