Asked by AKouda on November 27, 2025
Answered by Twidget
Twidget does not expose an external management API to control the Twidget platform itself; however, you can use Twidget to build your own API endpoints and then call those endpoints from your codebase.
Using Twidget as a backend for a separately developed frontend is supported: you can create endpoints and consume them from any client.
Real-time database subscriptions are not supported yet.
At the moment, resource management and setup are performed via the visual interface rather than a platform-level external API for managing Twidget resources.
Exporting and self-hosting API routes and documentation
You can create API routes and generate documentation in Twidget, but you cannot export and host those APIs and docs on your own VPS.
Can I build web and mobile UI/UX with Twidget?
Yes — you can build a web UI with Twidget. The front-end builder is complete and supports building web interfaces.
Simulate random oracle card draw
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.