Logo

Databases

Every app on Beautiful.dev uses its own database. You can explore tables and records to understand how your app stores and updates data.

Each application you build on Beautiful.dev comes with its own database. This is where your app's data is stored and managed.

To open your app's database, click the Database button at the top of the project page.

Preview vs. published databases

Your preview and published environments each have their own separate database.
This ensures you can experiment safely in preview without affecting your live application.

Be sure to select the environment you want to inspect before viewing your data.

Browsing tables

In the Database view, you'll see a list of all tables created for your application.
To explore the data inside a table, simply click the table name. Its records will appear on the right side of the page.

This lets you quickly inspect how your app stores information and monitor changes as your project evolves.