PokerPro.tools
GTO Wizard
GTOKiller
Holdem Trainer
Equilab
SimplePoker
Hand2note
Poker Copilot
TranscriptFetch
SocialFetch.dev
TranscriptAPI.com
PokerPro is a free educational poker training platform built for serious micro and low-stakes online players. Browser-based, no signup required.
20 calculators and study tools: - Equity calculator supporting Texas Hold'em, 3-Card Hold'em (Pineapple), and Omaha (PLO) with the strict 2-hole-+-3-board rule - Pot odds, ICM, push/fold, SPR, range vs range, side pot calculator - AI Hand Reviewer powered by Claude โ paste a hand, get instant analysis - Hand history file analyzer (GGPoker, Natural8 .txt formats) - Hand replayer with live equity per street - Variance simulator, GTO trainer, range library, solver-lite
Educational content: - 4 strategy cheatsheets (TAG, LAG, NIT, GTO) with hand-by-hand picks - 28 articles on preflop, bankroll, pot odds, tilt control - 119-term glossary - 5-lesson Poker 101 crash course with quiz
Browser-based โ no download. Equity engine uses a 7-card bit-mask evaluator with 80,000-iter Monte Carlo, running in a Web Worker so the UI never freezes. Stack: Next.js 16, Tailwind v4, Supabase.
PokerPro is strictly educational. We do NOT operate real-money gambling, host poker games, or facilitate betting. We do NOT function as a real-time assistant โ using us live during play violates poker site terms of service. Use PokerPro to study between sessions.
Comparable to chess.com for chess: a training and analysis platform, not a gambling site.
TranscriptFetch is one API for getting text out of video and web content.
Send a URL from YouTube, TikTok, Instagram, X or Facebook and get back clean, timestamped text. Send any web page and get clean Markdown. One endpoint, one response shape, one API key.
Most short-form video has no caption track to download. TikTok's auto-captions are opt-in per upload, Instagram never publishes a downloadable track, and a large share of captions on both platforms are burned into the video frames where no parser can read them.
When there is no caption track, TranscriptFetch transcribes the audio instead. Same endpoint, same response, so your code never branches on which method produced the text.
text field for feeding a model or a search indexsegments array with per-cue start times and durations, so subtitles and jump-to-moment links are a formatting step rather than another integration100 free credits on signup, no card required. One credit per successful response. Failed, blocked and empty results are never charged, which matters on short-form video where a meaningful share of any batch is music with no speech in it.
PokerPro.tools
TranscriptFetchPokerPro.tools's answer
PokerPro is the only free browser-based poker platform that combines a multi-variant equity calculator (Texas Hold'em + 3-Card Hold'em / Pineapple + Omaha PLO), AI-powered hand analysis (via Claude), 4 strategy cheatsheets, and 18 other study tools โ all without signup. Most competitors are either calculator-only (PokerStove, Equilab) or require payment/install (ProPokerTools Pro tier, Holdem Manager). We're the modern, complete, browser-first alternative.
TranscriptFetch's answer:
Most short-form video has no caption track to download. TikTokโs auto-captions are opt-in per upload, Instagram never publishes a downloadable track, and many captions on both are burned into the video frames where no parser can read them. TranscriptFetch transcribes the audio when no caption track exists, on the same endpoint, with the same response shape. Your code never branches on which method produced the text. It also covers YouTube, TikTok, Instagram, X and Facebook plus any web page as clean Markdown, so a pipeline spanning several sources is one integration rather than five.
PokerPro.tools's answer
Three reasons: (1) Browser-based โ no download, works on Mac/Linux/mobile. Equilab and PokerStove are Windows-only. (2) AI Hand Reviewer is unique to PokerPro โ paste any hand, get instant Claude-powered analysis. No competitor offers this. (3) 20 tools in one platform vs ProPokerTools' calculator-first focus. For micro and low-stakes online players who want one tool that does most things well, PokerPro is the better choice. For high-stakes solver work or Stud variants, dedicated specialty tools may still win.
TranscriptFetch's answer:
Three reasons. Coverage: one API key and one response shape across five video platforms and the open web, instead of stitching together a library per platform. Reliability: requests run through rotating infrastructure, so code that works locally keeps working from a server, which is where most open-source approaches break. Billing that matches reality: one credit per successful response, with failed, blocked and empty results never charged. That last point matters on short-form video, where a meaningful share of any batch is music with no speech in it. There is also an MCP server, so AI agents can fetch transcripts as a tool without a custom integration.
PokerPro.tools's answer
Online poker players at micro and low stakes (NL2 to NL50), specifically those who play Texas Hold'em and Pot-Limit Omaha. The audience is serious enough to want real study tools but doesn't justify paying $30-100/month for high-stakes software. Most users are part-time grinders, recreational players who want to improve, and complete beginners using our free Poker 101 crash course. We're educational only โ not for live real-time assistance.
TranscriptFetch's answer:
Developers and technical teams building on video and web content. The common cases are RAG and retrieval pipelines that need video as text, AI agents that need to read a link mid-conversation, content teams repurposing short-form video at scale, and media monitoring and research tools. It is an API first, so the buyer is usually the person writing the integration rather than an end user. The free browser tools exist for one-off transcripts and for evaluating output quality before writing any code.
PokerPro.tools's answer
PokerPro was built by a single founder, Akila, who plays NL2-NL10 online and got frustrated with the gap between free YouTube content (often outdated) and $30-100/month software (great for pros, overkill for micros). The first version shipped in May 2026 with 16 calculators, 4 cheatsheets, and an AI hand reviewer powered by Claude. The PRO tier ($9/month) and Elite tier ($24/month) exist to fund continued development without locking the core toolkit behind a paywall โ the calculators are free forever.
TranscriptFetch's answer:
It started with discovering there is no good way to get the text of a video. YouTubeโs official Data API will confirm a caption track exists and then refuse to hand it over, because captions.download requires the video ownerโs OAuth token. The popular open-source libraries work until you deploy them, at which point platforms start refusing datacenter IPs. And YouTube is the easy case: TikTok and Instagram publish no caption file at all. Every workaround solved one platform, worked locally, and broke in production. TranscriptFetch is the version that handles the failure cases as first-class behaviour rather than edge cases.
PokerPro.tools's answer
Next.js 16 (React framework, App Router), Tailwind CSS v4, Supabase (PostgreSQL + Auth + RLS) for backend, Vercel for hosting, Resend for transactional email, Anthropic Claude API for the AI hand reviewer. The poker engine is pure vanilla JavaScript โ a 7-card bit-mask hand evaluator with 80,000-iteration Monte Carlo simulation โ running in a Web Worker so the UI never freezes. Browser-only. No native apps.
TranscriptFetch's answer:
Next.js with TypeScript and Tailwind on the front end and API layer, Clerk for auth with SHA-256 hashed API keys, Neon Postgres with Drizzle ORM, Redis for caching, and Stripe for billing. The extraction layer is a Python and FastAPI service. Speech-to-text uses Whisper-class models. The MCP server is published in the official Model Context Protocol registry with a DNS-verified namespace.
PokerPro.tools's answer
PokerPro launched in May 2026 and is still building its initial user base. We don't have notable customer names to publish yet. As real testimonials come in, we'll feature them at https://pokerpro.tools/pro.
GTO Wizard - GTO Wizard is an advanced tool designed for poker players aiming to enhance their skills and strategies.
SocialFetch.dev - Social media scraping API for public profiles, posts, comments, videos, transcripts, and metrics from TikTok, Instagram, YouTube, X, LinkedIn, and more. Pay-as-you-go credits, 100 free to start.
GTOKiller - The exploitative poker solver. Built on real population data from millions of hands.
TranscriptAPI.com - Get YouTube video transcripts with a simple API call or through Model Context Protocol. Fast, reliable, and easy to integrate into your applications.
Holdem Trainer - A preflop trainer for Texas Holdem Poker
Equilab - Capture every hoofbeat