Pip is live, and it’s open source
25 July 2026
The short version
Pip is single-player Texas Hold’em in the browser: real poker, against AI opponents with faces and personalities, at a table that doesn’t want anything from you. No accounts, no ads, no real money. It’s live at playpip.io, and the whole codebase is open source.
Why it exists
Every free poker app we tried felt like a casino with the money filed off. Chip packs on a timer, spinning wheels, a shop between you and the table. The poker itself was an afterthought. We wanted the opposite: a calm table, the real rules, opponents worth reading, and nothing that’s trying to pull your wallet out of your pocket. That app didn’t seem to exist, so we built it.
The house style is play money only, cosmetics that never touch gameplay, and no dark patterns of any kind. If that sounds like marketing, the nice thing about open source is you can check.
Open, on purpose
The code is MIT-licensed on GitHub. The poker engine is a pure, deterministic TypeScript module: give it the same seed and it deals the same hand, every time. That is what makes the Daily Deal checkable, since its seed comes from the date and everyone in the world plays the identical shuffle. An ordinary hand uses your browser’s own randomness, with no server in the loop to tilt it either way. Both cases come down to the same thing — you can read exactly how the cards come out.
It’s already more than one person’s project: three contributors landed merged pull requests in the first days, and their names ship on the credits page. If you’d like yours there too, the repo keeps a shelf of good first issues stocked.
What's next
The direction lives in the open in the roadmap: more table life, a stronger path for new players, and deeper AI play. If something feels off, or a hand plays out strangely, open an issue — every hand in Pip has a shareable permalink that replays it step by step, which makes a bug report unusually easy to believe.