Asked by Philipp.Brader on October 22, 2025
Is it possible to simulate drawing a random card from an oracle deck so that a logged-in user presses a button and then sees a randomly selected image plus a short explanatory text?
Answered by Twidget
Yes. Store your cards (image and description) in a database table, create an API endpoint that selects a random card from that table, and build a page that calls the endpoint and displays the returned image and description.
Connect Groove Funnels to other apps via API
Yes. Twidget can connect to any application that exposes an API.
Can a beginner build a website with Twidget?
Yes. Beginners can build both websites and APIs using Twidget.
Custom domains and page code access
1) Each workspace can have one custom domain.
2) Page creation is done via our builder. The builder does include elements that allow adding custom HTML and CSS, but full page code editing is not provided outside the builder.
Does Twidget provide Zapier-like app connectivity?
Twidget can connect to any app that provides an API.
API discovery and webhooks for multi-SaaS integrations
You can integrate multiple SaaS platforms with Twidget as long as each platform provides an API. Twidget does not automatically discover third‑party APIs — you configure integrations using the API documentation published by each provider.
For event‑based automation, Twidget supports webhook...