Sign Up
Loading...

REST API/SDK, backend-only use, real-time subscriptions, and custom queries

Asked by AKouda on November 27, 2025

  • Does Twidget provide a REST API/SDK I can call directly from my code?
  • Can I use Twidget as backend-only while building my frontend separately in my own codebase?
  • Does it support real-time database subscriptions?
  • Can I write custom queries programmatically, or only through the visual interface?

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.

Related Questions