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.
Identifiers must match: ^[a-zA-Z0-9_-]+$
- and underscore _ allowedGet the last saved result for an identifier:
GET /data/<identifier>
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.