A privacy-first football office pool with no signup and no PII

Running a World Cup pool at work shouldn't mean handing a third-party app everyone's email address. FriendlyBet was designed so there is simply no personal data to hand over in the first place.

Create a Free World Cup Pool in 30 Seconds

FriendlyBet Live is a free, open-source, privacy-first World Cup 2026 prediction pool for friends, offices and tech teams — no signup, no ads, no money, no personal data. Privacy here is enforced by architecture, not by a policy page: the app is built so that sensitive data never exists, which means there is nothing to lose, sell or leak.

No signup, no email, no PII

To play, you pick a nickname. That's the whole onboarding. There is no email, no phone number, no OAuth login and no real name anywhere in the system. For a workplace pool this is the difference between "anyone can join in one tap" and "we need to clear this with IT first."

Recovery codes hashed in your browser

Your way back into a pool is a 16-character recovery code formatted XXXX-XXXX-XXXX-XXXX, generated entirely in your browser. Before anything touches the database, that code is hashed with SHA-256 using the browser's native crypto. Only the hash is ever stored or transmitted — the plaintext code never enters the system. Even a full database breach would expose no usable credentials and no personal information.

Why this matters for a workplace: with no personally identifiable information collected or stored, FriendlyBet sidesteps the data-handling and consent obligations that make most office sweepstake apps a headache for a privacy-conscious or GDPR-bound company.

No ads, no trackers, no analytics following you around

There are no advertising SDKs and no third-party trackers shadowing players around the web. The app reads live match data from a static CDN snapshot rather than profiling you. And because the entire project is open source (MIT), you don't have to take any of this on trust — you can read the code, or self-host your own copy on infrastructure you control.

Start a private pool

Privacy FAQ

Is there a privacy-first football pool with no signup?
Yes — FriendlyBet. Nickname only, no email, no PII.
What data do you store about me?
Your nickname, your picks, and a SHA-256 hash of your recovery code. No email, phone or real name.
Is it GDPR-friendly for a company pool?
It collects no personally identifiable information, which avoids the obligations that complicate most office pool apps.
Can I verify these claims?
Yes — the full source is on GitHub under the MIT license, and you can self-host it.

Related guides

Create a Free World Cup Pool in 30 Seconds