Hand review — street-by-street analysis
Paste the hand history text of a hand (or hands) you have already finished playing. The tool parses it locally in your browser and lists, street by street, the board, running pot, your made hand, the pot odds at each call spot, and the exact all-in equity when both hole cards are shown. Zero upload, no network requests; every number comes from our deterministic engine (poker-math / poker-equity), with no betting advice.
Before you use this tool
- 1. This tool is for education and post-game review only. It does not facilitate or encourage gambling of any kind.
- 2. Do NOT use it during any hand in progress (no real-time assistance / RTA). It is only for hands that have already ended.
- 3. Only analyze hands you personally have finished playing. Do not upload or analyze other people's private hands.
- 4. Pailiku reserves the right to cooperate with poker platforms' anti-cheating reviews. This tool is positioned for post-game study, not in-play assistance.
How to use & supported formats
Supports PokerStars and GGPoker (PokerCraft export) hand-history text formats. You can paste multiple hands at once (auto-split on hand boundaries). Click "Load example" to load a built-in sample hand. Parsing happens locally in your browser and disappears when you close the page.
Methodology
Methodology: text parsing is a pure function (lib/hh-parser.ts, zero-dependency, zero-network); all per-street numbers come from deterministic engines — pot odds from lib/poker-math.ts, exact showdown equity from lib/poker-equity.ts exhaustive enumeration, made hands from lib/hand-analyzer.ts. Pot odds and showdown equity are reconciled against both engines in automated tests.
For education and post-game study; not betting advice.
FAQ
Is my hand history uploaded anywhere?
No. Parsing happens entirely in your browser. The tool makes no network requests, your pasted text never leaves your device, and it disappears when you close the page.
Which poker sites are supported?
Currently PokerStars and GGPoker (PokerCraft export) text formats, which are highly similar. You can paste multiple hands at once; they are auto-split on hand boundaries.
Are the numbers estimates or exact?
Pot odds and break-even equity are exact formulas; showdown equity is the exact value over all remaining boards (not Monte Carlo). All come from our deterministic engine and are asserted by automated tests.
Can I use it to assist decisions while playing?
No. This tool is for post-game review only. Using it during any hand in progress (RTA) is strictly prohibited. Only analyze hands you have already finished.