Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 166 additions & 0 deletions src/pages/pokerodds-ai/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
# PokerOdds AI

<div style={{float: 'right', margin: '0 0 20px 20px', maxWidth: '120px'}}>
<img src="/img/pokerodds-ai-icon.png" alt="PokerOdds AI Icon" style={{width: '100%', height: 'auto'}} />
</div>

PokerOdds AI is the ultimate poker companion that helps you make better decisions at the table. Using advanced AI algorithms, our app provides real-time poker odds calculations and strategic insights to improve your game.

<div style={{
background: 'linear-gradient(135deg, #0A4D0A 0%, #0F6D0F 100%)',
color: 'white',
borderRadius: '8px',
fontSize: '1.2em',
fontWeight: 'bold',
margin: '30px 0',
boxShadow: '0 4px 8px rgba(0,0,0,0.1)',
textAlign: 'center',
lineHeight: '100px',
height: '100px'
}}>
🎯 Calculate your poker odds with AI-powered precision
</div>

## Key features

Our app provides comprehensive tools to analyze and improve your poker game:

<div className="row">
<div className="col col--6 margin-bottom--lg">
<div className="card" style={{height: '200px'}}>
<div className="card__body">
<h3>🎯 Real-time odds calculation</h3>
<p>Get instant poker odds for any hand situation. Our AI analyzes your cards, community cards, and potential outcomes to give you accurate probability calculations.</p>
</div>
</div>
</div>
<div className="col col--6 margin-bottom--lg">
<div className="card" style={{height: '200px'}}>
<div className="card__body">
<h3>🧠 AI-powered strategy insights</h3>
<p>Receive intelligent recommendations based on game theory optimal (GTO) strategies. Learn when to fold, call, or raise with confidence.</p>
</div>
</div>
</div>
<div className="col col--6 margin-bottom--lg">
<div className="card" style={{height: '200px'}}>
<div className="card__body">
<h3>📊 Hand history analysis</h3>
<p>Track your performance over time with detailed statistics and analysis. Identify patterns in your play and areas for improvement.</p>
</div>
</div>
</div>
<div className="col col--6 margin-bottom--lg">
<div className="card" style={{height: '200px'}}>
<div className="card__body">
<h3>🎲 Multiple game variants</h3>
<p>Support for Texas Hold'em and other popular poker variants. Perfect for cash games, tournaments, and sit-and-gos.</p>
</div>
</div>
</div>
<div className="col col--12 margin-bottom--lg">
<div className="card" style={{height: '120px'}}>
<div className="card__body">
<h3>📱 Mobile-first design</h3>
<p>Optimized for iOS with a clean, intuitive interface that's easy to use during live games.</p>
</div>
</div>
</div>
</div>

## Why choose PokerOdds AI?

- **Accurate calculations:** Advanced Monte Carlo simulations provide precise odds
- **Fast performance:** Get results in milliseconds, even during intense gameplay
- **User-friendly:** Intuitive interface designed for both beginners and experienced players
- **Regular updates:** Continuous improvements and new features based on user feedback

## Getting started

1. Download PokerOdds AI from the App Store.
2. Input your hole cards and community cards.
3. Get instant odds and strategy recommendations.
4. Improve your poker game with data-driven decisions.

## Pricing

PokerOdds AI offers flexible pricing options to suit your needs:

<div className="row">
<div className="col col--4 margin-bottom--lg">
<div className="card" style={{height: '240px'}}>
<div className="card__body">
<h3>💚 Free version</h3>
<p>Basic odds calculations and limited hand analysis</p>
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card" style={{height: '240px'}}>
<div className="card__body">
<h3>⭐ Premium subscription</h3>
<p>Full feature access, unlimited calculations, and advanced analytics</p>
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card" style={{height: '240px'}}>
<div className="card__body">
<h3>🪙 AI credits</h3>
<p>Both free and subscribed users can purchase additional credits for enhanced AI-powered analysis and insights</p>
</div>
</div>
</div>
</div>

## Support

Need help with PokerOdds AI? We're here to assist you!

### Contact support

For technical issues, feature requests, or general questions, please contact our support team:

📧 **Email:** [pokeroddsai-ios.reforest372@passfwd.com](mailto:pokeroddsai-ios.reforest372@passfwd.com)

Our support team typically responds within 24 hours. When contacting support, please include:

- Your device model and iOS version
- A detailed description of the issue
- Steps to reproduce any problems
- Screenshots if applicable

### Frequently asked questions

**Q: How do I calculate odds for my hand?**
**A:** Simply input your hole cards and the community cards (if any) into the app. The odds will be calculated and displayed instantly.

**Q: Can I use this during live games?**
**A:** PokerOdds AI is designed for educational purposes and practice. Please check your local casino and tournament rules regarding electronic devices.

**Q: How accurate are the odds calculations?**
**A:** Our AI uses proven mathematical algorithms and Monte Carlo simulations to provide highly accurate probability calculations.

**Q: Can I track my performance over time?**
**A:** Yes, the app includes hand history analysis features to help you track your progress and identify areas for improvement.

## Legal

PokerOdds AI is intended for educational and practice purposes. Users are responsible for complying with local laws and regulations regarding poker and gambling. Please gamble responsibly.

---

<div style={{
background: 'linear-gradient(135deg, #0A4D0A 0%, #0F6D0F 100%)',
color: 'white',
borderRadius: '8px',
fontSize: '1.1em',
fontWeight: 'bold',
margin: '20px 0',
boxShadow: '0 4px 8px rgba(0,0,0,0.1)',
textAlign: 'center',
lineHeight: '100px',
height: '100px'
}}>
🚀 Improve your poker game with the power of AI. Download PokerOdds AI!
</div>
Loading