Dashboard
Full control
CLI parity

Dashboard Guide

Everything the CLI does, the dashboard does too. Manage stacks, browse databases, deploy code, and configure secrets — all from one interface.

Overview

The Brokr dashboard is at brokr.sh/dashboard. Sign in with GitHub OAuth — the same account you use with the CLI. The sidebar gives you access to stacks, templates, settings, and billing.

Stacks

The home view lists all your stacks with status indicators, capability badges, and quick actions. Click a stack to see its full detail view — capabilities, environment, deployments, and codebase.

Create new stacks from the dashboard using the Template Marketplace or the blank stack flow. The web creation flow mirrors what brokr create does: pick a template, name the stack, provision capabilities, done.

Database Browser

Every stack with a database capability gets a built-in database browser. Browse schemas, view tables with sortable columns, run raw SQL queries, and use natural-language-to-SQL to query your data in plain English.

The query builder supports pagination, column sorting, and inline editing. Schema changes sync automatically from your Neon database.

Deployments

View deployment history with build logs, timestamps, and status. Trigger a redeploy from the dashboard or view Vercel build output for debugging failed deployments.

Secrets

Manage environment variables for each stack. Values are encrypted at rest and masked in the UI (first 4 characters + bullets). Reveal requires an explicit click and is audit-logged.

Add, edit, or remove variables from the dashboard — changes sync to Vercel on the next deploy, or you can push immediately with the sync button.

Codebase & Suggestions

The codebase view shows your project's file tree, code summaries, and AI-generated suggestions. Brokr analyzes your codebase and suggests improvements — accept suggestions to generate file bundles that you apply with brokr apply <code>.

Domains

Search for available domains, purchase them, and attach them to stacks — all from the dashboard. DNS is configured automatically via Cloudflare. Email sending is verified through Resend.

Team & RBAC

Invite team members by email with role-based access. Three roles: owner (full control), builder (create and deploy, no billing), and bankroller (billing and spend limits only).

Settings

Account settings, provider connections, notification preferences, and API key management. Connect additional providers (GitHub, Vercel, Neon) from the settings page.