iyon Routes · App

Upload your layout. Get the shortest route.

Two CSV files is all this needs: your bin locations, and today's open pick tasks. Nothing leaves your browser — the route is calculated on your device.

01 / Layout

Warehouse layout

CSV with columns: bin_id, x, y — one row per bin location.

bin_idxy
A1-011010
A1-021030
PACK00

x and y are distances in whatever unit you use (meters, feet) from a fixed reference point — they don't need to match real-world scale exactly, just be consistent across all your bins.

Drop layout.csv here or click to browse
02 / Tasks

Open pick tasks

CSV with columns: task_id, item, bin_id (priority optional) — one row per item to pick. The bin_id must match a bin from your layout file.

task_iditembin_idpriority
T1001USB CableA1-021
T1002WebcamA1-012
Drop tasks.csv here or click to browse
03 / Settings

Start location

Usually the pack station or dock door where the picker's shift begins.

Upload both CSVs (or load sample data) to see your optimized route here.