# Dashboard Name

> One-line description of what this dashboard shows.

## What It Does

1-2 sentences explaining what this frontend displays and how it connects to your Open Brain backend.

## Prerequisites

- Working Open Brain setup ([guide](../../docs/01-getting-started.md))
- Vercel or Netlify account (free tier works)
- List any additional requirements (Node.js version, etc.)

## Credential Tracker

Copy this block into a text editor and fill it in as you go.

```text
DASHBOARD NAME -- CREDENTIAL TRACKER
--------------------------------------

FROM YOUR OPEN BRAIN SETUP
  Project URL:           ____________
  Anon key:              ____________

HOSTING
  Deploy URL:            ____________

--------------------------------------
```

## Steps

1. Clone this folder or copy the files
2. Set your environment variables:

   ```text
   SUPABASE_URL=your-project-url
   SUPABASE_ANON_KEY=your-anon-key
   ```

3. Deploy to Vercel/Netlify
4. ...

## Expected Outcome

Describe what the user should see in their browser. What pages, views, or features are available? Include a screenshot if possible.

## Troubleshooting

**Issue: [Common problem]**
Solution: [How to fix it]

**Issue: [Another common problem]**
Solution: [How to fix it]

**Issue: [Third common problem]**
Solution: [How to fix it]
