# Build Your Personal Brain

This recipe lets Codex build a local personal brain app for you.

You do not need to know Supabase, SQL, migrations, npm, deployment, or app architecture.

## What To Do

Open Codex and paste:

```text
Build this: https://recipes.bezeliq.ai/personal-brain
```

Codex will read this recipe and walk you through setup one question at a time.

## What Codex Builds

Codex builds a local web app with:

- a capture box for thoughts
- a Thoughts board
- an Idea board
- a simple Kanban task board
- promotion from thought to idea
- promotion from thought or idea to suggested task
- source evidence links back to the original thought

## Storage

The default V1 setup uses the Bezel hosted Supabase sandbox in the Bezel Projects database.

This keeps setup simple. You do not need your own Supabase project for V1.

Hosted V1 is for demos and early setup. Do not store sensitive personal data until Bezel publishes explicit hosted privacy, export, and deletion terms.

## What Codex Will Ask

Codex should ask only one required question:

```text
What do you want to call your brain?
```

If demo data is available, Codex may also ask:

```text
Do you want to seed demo thoughts?
```

Everything technical should use the golden path.
