Skip to main content
A portfolio monitoring dashboard for a VC fund. Paste a prompt into Claude, provide your Dealroom Application API key (client_id only — no secret) and your fund ID, and get a fully branded dashboard — themed from your fund’s logo.
Portfolio Dashboard Preview

How It Works

  1. Create a Browser app API key in your Dealroom dashboard.
  2. You paste the prompt into Claude with your Client ID and Investor ID.
  3. Claude generates a pure SPA — users log in with their Dealroom account, then the browser calls the API directly. No backend, no serverless proxy.
  4. Claude reads your logo, extracts brand colors, and generates a personalized dashboard.
Browser app keys are read-only by design. Tokens live in the browser — write operations are never allowed with this key type. For server-side writes, use a Programmatic key behind a proxy instead.

Create a Browser app API key

Before starting, create the key your SPA will use.
1

Open Settings > API

Go to Settings > API in your Dealroom dashboard.
2

Select "Browser app"

On the key type selector, pick Browser app. A read-only banner confirms the constraint.
3

Name your key

Use something descriptive, e.g. Portfolio Dashboard — Production.
4

Add allowed origins

List every domain your app runs on. The API blocks requests from any other origin.
Include http://localhost:5173 (or whatever port your Vite dev server uses) so you can develop locally.
5

Confirm callback URLs

Callbacks auto-fill as <origin>/callback when you type an origin — the form handles this for you. Override only if your app uses a different redirect path.
6

Create and copy the Client ID

Click Create key. The dashboard shows the client_id — copy it. There is no client_secret for browser app keys (that’s the point: nothing sensitive ships in your bundle).
Need a new environment later? Open the key, edit it, and add the new origin + callback URL. No need to create another key per deploy target.

The Prompt

Extend It

  • Sparklines per portfolio company (funding history over time)
  • Date range filter across all charts
  • PDF export with pdf-lib + html-to-image
  • Fund comparison — side-by-side view of two investors
  • Geo drill-down — click a country to filter table and charts