Q: Use Case: Simulation of the random Drawing of a Card
This deal looks very interesting! Since I am a beginner, I wanted to ask if the following use case is feasible with Twidget: Is it possible to simulate the digital drawing of a card from an oracle deck? Specifically, this would mean that a user can log in and press a button. Then an image that was randomly selected from a predefined set would be displayed, along with a short explanatory text. Would this basically be doable with Twidget?
Twidget
Oct 22, 2025A: Yes, this is definitely achievable with Twidget.
You can store all your cards in a database table, then create an API endpoint that retrieves a random card from the database.
Finally, build a page that calls this endpoint and displays the card’s image and description stored in the database.