Base UI (Beta)

Base UI let's you inspect, add, modify and delete records from a Base via a GUI.

Opening Base UI#

You can open an individual Base's UI within any project by clicking on the Base name in the project sidebar.

base_ui_1

All the data from your Base should load into the table view when clicked. You can edit individual cells, if they do not contain an array or an object.

base_ui_2

Advanced Editing#

You can expand any cell if you want to do advanced editing (like the editing of objects and arrays or type changes).

base_ui_3

Queries#

If you don't want to deal with all of your data at once, you can use Deta Base's queries to get a filtered view. Click the Query button, enter your query, and hit enter or click Fetch.

base_ui_4
base_ui_5

Adding Items#

You can add new items by clicking + Add.

base_ui_6

New rows and edited rows will appear in yellow.

You can permanently save these modifications by clicking Save edits.

Deleting Items#

To delete items, click on the checkbox(es) for any item(s) and then click the Delete button.

base_ui_7

Undoing Changes#

You can revert your local changes, restoring the BaseUI state to the last fetch by clicking the Undo button.

base_ui_8

Final Notes#

We hope you enjoy Base UI!

Base UI is still in Beta; it has been internally tested but may have some uncaught bugs or issues.

If you run into any issues, consider reporting them in our Github Discussions. We also take suggestions!