Cloud Database
Thunkable AI can generate apps that connect to an external cloud database through a REST API. This guide uses Baserow as an example, but the same approach applies to any API-based database or backend
Last updated
Was this helpful?
Was this helpful?
Build an app that connects to my [database name] via API.
It should display a list of [records] on the home screen, allow users to [create/update/delete] entries, and sync changes in real time.
Use [your API base URL] as the endpoint.
Here is the sample code:
[sample request from the API doc here]