INTERACTIVE DEMO SUITE

Prove it to yourself

Grab boxes. Break loads. Watch the score react. Everything on this page runs the real packing and stability math from the open-source core — no canned animations, no invented numbers.

0/6 missions
View Full Python Source →
TRY THISDrag any box and watch the score react. Beat the engine’s stability or density and the scoreboard tells you — same math judges both of you.

Upload SKU data (CSV)

Columns: sku_id, length_mm, width_mm, height_mm, weight_kg (fragility optional). The plan you get is computed by the same algorithm as the Python core — placements, density, and stability are all derived from geometry.

Frontend engine is a function-for-function TypeScript port of palletizer_full/optimizer.py. Deployed cells use the Python core as the source of truth via the same API contract (/api/optimize, /api/validate-stability, /api/adapt-plan).