Follow legal action lines
Start at the root and choose each available raise, call, or fold to reach the exact spot you want to study.
Interactive poker study tool
Preflop Explorer is an interactive poker range viewer and study tool. Follow a legal action line, compare consecutive player ranges, and inspect exact raise, call, and fold frequencies for all 169 starting-hand classes.


01 / what you can study
A static chart shows one snapshot. Preflop Explorer keeps the action context, the previous range, and the current decision together.
Start at the root and choose each available raise, call, or fold to reach the exact spot you want to study.
Keep the previous player's strategy beside the current decision at the same grid size.
Open any of the 169 hand classes to inspect its raise, call, and fold frequencies instead of a single simplified action.
02 / real product
These screenshots come from the deployed product, not a reconstructed mockup.
Choose a presolved version and see the opening action mix on the canonical 13×13 grid.

Each selected action adds the next decision and keeps the prior range beside it for direct comparison.

03 / what you can build
Use the hosted app for immediate study. Use Pokerai API when your product needs its own interface, training loop, user model, or analysis workflow.
Custom explorerBuild your own navigation, branding, saved spots, and range comparison workflow.
Training drillsTurn strategy frequencies into quizzes, grading, spaced repetition, and targeted leak practice.
Hand reviewConnect played hands to reference decisions, explanations, notes, and progress tracking.
Deeper analysisExtend beyond presolved preflop study with Pokerai's documented postflop and solver API families.
04 / powered by Pokerai API
Preflop Explorer proves the basic loop: request a spot, render the strategy, and let a user study the decision. Your backend can call Pokerai API and add the product logic that makes the experience yours.
curl https://pokerai.bet/v1/gto/preflop \
-H "authorization: Bearer $POKERAI_API_KEY" \
-H "content-type: application/json" \
-d '{
"hole_cards": "AhKh",
"positions": { "hero": "MP" },
"preflop_actions": [
{ "position": "SB", "action": "small blind", "amount": 0.5 },
{ "position": "BB", "action": "big blind", "amount": 1 },
{ "position": "UTG", "action": "raise", "amount": 3 }
]
}'05 / study loop
Select the supported 6-max presolved tree.
Pick the next legal action directly from the tree.
Read the previous and current player's strategies at the same scale.
Open any cell to study exact mixed frequencies.
06 / questions
It is interactive rather than static. You can follow a legal 6-max action line, compare consecutive ranges, and inspect mixed frequencies for all 169 starting-hand classes.
You can use the hosted product for range study and decision review. Developers can use Pokerai API to add quizzes, grading, spaced repetition, and other custom training modes.
No. The hosted explorer uses the signed-in user's same-origin session and a controlled application endpoint. Custom products should keep Pokerai API credentials in a trusted backend.
You can build custom range viewers, poker trainers, hand-review systems, coaching dashboards, and analysis workflows using the documented preflop, postflop, and solver API families.
Preflop Explorer is a first-party Pokerai interface built on the existing Preflop library. It is designed for presolved strategy study by authenticated users. It does not enable real-time assistance at real-money tables.
Start here
Use the hosted product for immediate study, then use Pokerai API to create the training or analysis workflow your users need.