Dice

Welcome to the Dice Roller Web App.

Roll 3D dice, save the result, and retrieve it later using a unique link.

Each dice session is identified by a unique identifier.


Quick Start

  1. Create a unique identifier
  2. Open the dice roller page
  3. Roll the dice
  4. The result is saved automatically after the dice finished rolling
  5. Retrieve the result via API

Identifier Rules

Identifiers must match: ^[a-zA-Z0-9_-]+$


Generate Dice Link



API Endpoints

Get the last saved result for an identifier:

GET /data/<identifier>

Server Info

Backend: Node.js + Express

This was all possible because of the open source original dice project made by teal.

Results are stored in memory.

⚠ Warning: Restarting the server clears all saved results.