# Pip > Real single-player Texas Hold'em against AI — no accounts, no real money, open source > and provably fair. A calm, anti-casino poker web app: play money only, no ads, no > pop-ups, no dark patterns. Play in the browser at https://playpip.io — no signup, > nothing to install. Pip is a pure front-end app (no backend, static export). Your profile lives in your browser, not on a server. The poker engine is a pure, deterministic, unit-tested TypeScript module with a seeded RNG — so "provably fair" means you can read exactly how every hand is shuffled and dealt. There's a Daily Deal: one date-seeded tournament a day, identical for everyone in the world, verifiable because the code is open. Privacy: no accounts, no cookies, no personal data. The only analytics are anonymous and cookieless (Umami); the privacy page lists exactly what is counted. Every link under Pages and Blog points to the page's raw Markdown mirror, so the content can be fetched and parsed directly without HTML rendering. ## Pages - [Pip — clean poker](https://playpip.io/index.md): Casual Texas Hold'em, redesigned. No fake felt, no neon. - [Blog](https://playpip.io/blog.md): Notes from the Pip table — what shipped, what changed, and the occasional hand worth talking about. - [Credits](https://playpip.io/credits.md): The people who build Pip. Open source, so the list writes itself. - [Privacy](https://playpip.io/privacy.md): What Pip collects (almost nothing) and where your data lives (your device). - [Terms](https://playpip.io/terms.md): The short, human rules for using Pip — free, play money, open source. ## Blog - [Pip, for readers who aren’t people](https://playpip.io/blog/agent-readable.md): Every content page now answers Accept: text/markdown with its plain text version — a free-plan build of what Cloudflare offers as Markdown for Agents, in about ninety lines. - [Launch week: what shipped](https://playpip.io/blog/launch-week.md): A new card back, four more hand nicknames, a quicker freeroll, and three strangers in the credits — everything that changed in Pip’s first days in the open. - [Pip is live, and it’s open source](https://playpip.io/blog/pip-is-live.md): Single-player Texas Hold’em with no accounts, no ads, and no real money — now live at playpip.io, with the whole codebase in the open. ## Project - [Source code](https://github.com/playpip/pip-web): The full open-source repo (MIT). - [Roadmap](https://github.com/playpip/pip-web/blob/main/ROADMAP.md): Where Pip is going, in the open. - [Contributing](https://github.com/playpip/pip-web/blob/main/CONTRIBUTING.md): How to get involved — code or not. ## What it is - Single-player Texas Hold'em against a fixed cast of AI opponents with faces and personalities. - A ladder of ten sit-and-go tournaments, from Friends' Garage to The Main Event, plus side formats. - Play money only — nothing costs real money, ever. Cosmetics are style, never edge (no pay-to-win). - Hand permalinks: share any hand as a URL that replays step by step, with no server or account. - Ambient help: live win-% equity, hand strength, plain-English opponent reads. - Learn poker in three minutes: an interactive tutorial at https://playpip.io/learn (app, not prose — no Markdown mirror). - Installable PWA; light and dark themes; works offline once loaded.