Skip to main content

Introduction

Every app generated with Woz includes a built-in backend and database. These databases are powered by Supabase, a trusted platform widely used for building modern applications. Supabase provides reliable infrastructure with strong security, performance, and scalability.

Accessing Your Database

You can access and manage your app’s database from the Admin Area. Navigate to Your Database within the Admin Area to view and manage the data used in your app. From there, you can easily:
  • Add new data records
  • Edit existing content
  • Remove outdated entries
This allows you to control the information displayed inside your app without needing to modify the app’s interface.

What You Can Store in the Database

The database stores structured data used by your app. This can include many types of content, such as:
  • Product information
  • Images and videos
  • User-generated content
  • App settings and configurations
Updating your database automatically updates the data your app displays to users.

Managing Your App Data

Using the Admin Area, you can quickly manage the content your app relies on. This makes it easy to keep your app up to date as your business grows. For example, you might use the database to:
  • Update product listings
  • Change images or videos
  • Add new content to your app
  • Organize structured information used by your app screens
All database changes are reflected in your app automatically.