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.
| Tab | What it’s for |
|---|---|
| Commerce | Products, features, coupons, customers, subscriptions, transactions, payouts, and Stripe settings |
| Users | View all authenticated end users of your app |
| Mobile | Mobile app configuration, PWA settings, and responsive previews |
| Data | Browse and edit database tables and records |
| Emails | Manage sender identities and view sent email history |
| Analytics | Traffic overview, Web Vitals, and device breakdowns for your published app |
| Integrations | Connect third-party services via Connectors |
Commerce
Section titled “Commerce”The Commerce tab is where you manage everything related to payments. See Commerce for the full setup guide.
Sub-tabs:
| Sub-tab | Description |
|---|---|
| Products | Create and manage products with pricing variants |
| Features | Define reusable entitlements that can be attached to products |
| Coupons | Create discount codes with percentage or fixed amounts |
| Customers | View customers and their billing history |
| Subscriptions | Track active recurring subscriptions |
| Transactions | View payment history with refund support |
| Payouts | Revenue settlements and payout tracking |
| Settings | Connect 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.
Emails
Section titled “Emails”Manage email sending for your app. See Emails for the full guide.
| Sub-tab | Description |
|---|---|
| Identities | Configure verified sender email addresses and domains |
| Sent | View email delivery history and logs |
Analytics
Section titled “Analytics”View traffic and performance data for your published app. See Analytics for details.
| Sub-tab | Description |
|---|---|
| Overview | Page views, visitors, top pages, referrers, geography |
| Web Vitals | Core Web Vitals (LCP, INP, CLS) from real users |
| Devices | Browser, OS, and device type breakdowns |
Analytics only track your published site — preview traffic is not counted.
Integrations
Section titled “Integrations”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.