One crafting engine,
two games
Exiled Bench for PoE 1 and PoE 2 share the same core: read the item, decide if it matches, stop when it does. The databases differ per game — the engine doesn’t. Here’s what makes it precise.
Hover the underlined terms for a quick explanation: tier-exact regex · failsafe
Target-until-match
Pick the outcome you want — a specific mod, a tier, a value threshold, or a whole combination — and the engine rolls until it appears, then stops. It reads every result; it never keeps going past a hit.
Priority + filler & forbidden
Stop only when a primary mod AND a filler are present together. Or force an instant re-roll the moment a forbidden mod shows up. Craft very specific items without babysitting the screen.
4,500+ mod database
Filter by slot, then base type, then influence. Tier display is context-aware — T1 on boots is boots' T1, not a global rank. Selecting a mod builds a regex that matches only the tier you chose.
Single, stash & inventory
Roll one item, or calibrate a stash tab (normal or quad) or your inventory and sweep every item in sequence. A live colour-coded grid shows what's done and what's still rolling.
Clipboard-driven detection
Every read is the item's Ctrl+C text; every action is a simulated click. No game memory, no packets. It even waits for the clipboard to actually change before reading, so it never matches a stale item.
Human-like automation
Gaussian pixel jitter on clicks and Gaussian-distributed timing mean the cursor never lands on the same pixel and the tool never ticks at a mechanical rhythm.
Calibrate once
A two-corner overlay defines your stash, inventory, or currency grid; every cell is computed from the span. Currency tabs re-anchor with a single click.
Guides & sharing
Save a full config — mods, method, limits, filler and forbidden lists — as a named guide. Export it as a code to share, and reload an entire craft in one click.
Built by someone who actually crafts
The hard logic — advanced multi-currency sequences, clipboard parsing, stash-layout math, calibration — is tested and guarded against the bugs that used to recur. It's a workstation, not a macro.
See it on your game
Choose the app for Path of Exile 1 or 2 and get rolling.