Companion overlay with price check, map mod warnings, a wealth tracker, chat commands, and regex hotkeys.
PoE 2 HOW TO INSTANTLY PRICE CHECK ITEMS and Get Rich with Sidekick in Path of Exile 2
by Betta-ah
PoE 2
By SnosMe
Price check overlay that reads the item under your cursor and queries trade.
By Kvan7
Price check overlay forked from Awakened PoE Trade, with the item database and trade queries kept current.
By FrederickFartHammer Made by a maintainer of this site
Overlay that edits your loot filter, price checks items, and generates regex without leaving the game.
The catalogue keeps each tool and its images in one directory. Add a tool by creating tools/<tool-id>/about.yaml.
tools/<tool-id>/about.yaml
bun run new-tool
about.yaml
name: Your Tool description: One factual sentence, 10 to 300 characters. url: https://example.com games: [poe1, poe2] category: overlays-and-companions tags: [overlay, price-check] platforms: [windows, linux] pricing: free openSource: true source: https://github.com/you/your-tool status: active lastVerified: 2026-09-15
url is the primary website or repository link. category must be one of: build-planning, trade, crafting, atlas-and-maps, regex-and-search, loot-filters, overlays-and-companions, economy-and-data, leveling-and-guides, community, league-specific. platforms: windows, linux, web, macos, android, ios. pricing: free, freemium, paid. openSource is required, and a source link is only valid when it is true. alsoIn lists extra categories; rank orders a tool within one section, keyed by section id.
bun run validate