Dice

← Back to the dice roller

About Dice

A simple, beautiful dice roller built for board gamers — free, fast, no signup, works offline.

Why this exists

Most board games come with the dice you need, but games go missing pieces, you play remotely with friends, you want to keep the dining table clear, or you're running a tabletop RPG session and want one-tap rolls without lugging a polyhedral set around. Dice is meant to be the digital substitute that doesn't get in the way.

What it does

How rolls are generated

Every roll uses the browser's crypto.getRandomValues() API with rejection sampling to avoid modulo bias. In plain English: the rolls are cryptographically fair, with no detectable pattern or skew toward any particular face. Each face has exactly equal probability — no thumb on the scale.

What it costs

Nothing. There's no signup, no account, and no usage limit. Settings (modifier, sound, roll history) are stored only in your browser via localStorage — they never leave your device.

Open source & feedback

Source code lives on GitHub. If you spot a bug, want a new game preset, or have a feature idea, open an issue or a pull request. Contributions are welcome.

Last updated: May 2026