Skip to content

Dashboard

Manage your app’s data, users, commerce, emails, analytics, and integrations 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 seven 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, and responsive previews
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
IntegrationsConnect third-party services via Connectors

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

Sub-tabs:

Sub-tabDescription
ProductsCreate and manage products with pricing variants
FeaturesDefine reusable entitlements that can be attached to products
CouponsCreate discount codes with percentage or fixed amounts
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)
  • Email verification status
  • 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.


Connect third-party services to your app. The Integrations tab shows:

  • Connector catalog — Available integrations (Stripe, Slack, Resend, ElevenLabs)
  • Active connections — Status badges showing which services are connected
  • Add connections — Set up new integrations with API keys or OAuth

See Connectors for the full setup and SDK usage guide.


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.