Skip to content

Dashboard

Manage your app’s data, users, commerce, emails, and analytics from the Dashboard panel in the builder.

The Dashboard is your app’s control center inside the builder. Switch to the Dashboard view from the toolbar to access six tabs that let you manage every aspect of your app without leaving the builder.

TabWhat it’s for
CommerceProducts, features, coupons, customers, subscriptions, transactions, payouts, and Stripe settings
UsersView all authenticated end users of your app
MobileMobile app configuration, PWA settings, QR-code device testing, and app-store publish guides
DataBrowse and edit database tables and records
EmailsManage sender identities and view sent email history
AnalyticsTraffic overview, Web Vitals, and device breakdowns for your published app

The Commerce tab is where you manage everything related to payments. See Commerce for the full setup guide.

Sub-tabs:

Sub-tabDescription
CatalogProducts, features (entitlements), and coupon codes
CustomersView customers and their billing history
SubscriptionsTrack active recurring subscriptions
TransactionsView payment history with refund support
PayoutsRevenue settlements and payout tracking
SettingsConnect your Stripe account and configure payment settings

View all end users who have signed up for your app through Proyecta Auth:

  • Email and name
  • Sign-in method (Google or Email)
  • Created date and last sign-in
  • Total user count

Browse and manage your app’s database directly:

  • Table list — All tables with document counts
  • Record browser — Paginated view of records in any table
  • Create records — Add new records with a form editor
  • Edit records — Update individual fields inline
  • Delete records — Remove records with confirmation

The Data tab connects to your Convex database and shows both schema-defined and dynamically discovered fields.

For more on how the database works, see Database.


Manage email sending for your app. See Emails for the full guide.

Sub-tabDescription
IdentitiesConfigure verified sender email addresses and domains
SentView email delivery history and logs

View traffic and performance data for your published app. See Analytics for details.

Sub-tabDescription
OverviewPage views, visitors, top pages, referrers, geography
Web VitalsCore Web Vitals (LCP, INP, CLS) from real users
DevicesBrowser, OS, and device type breakdowns

Analytics only track your published site — preview traffic is not counted.


How do I access the Dashboard?

Open your project in the builder and click Dashboard in the toolbar header.

Can I manage everything from the Dashboard instead of the AI?

The Dashboard provides direct access to data, users, and settings. For changes that require code modifications (new features, UI changes, bug fixes), use the AI chat.

Is the Dashboard available on mobile?

The Dashboard is optimized for desktop. On mobile devices, use the tab bar to switch between Chat and Preview.