Install WhosWhoZoo

Self-hosted personal AI memory. You'll create a few free or low-cost accounts, then paste your keys into a short web wizard — no download, nothing to run — and a couple of minutes later you'll have your own private copy running in your own Cloudflare account.

This guide is in English because Cloudflare, Anthropic, and OpenAI — the services you're setting up — all use English interfaces. The app itself supports English, Spanish, French, and Hindi once installed.
Total time: 20-30 minutes (mostly waiting for signup emails). The setup wizard itself takes 2-3 minutes once you have your keys — it runs entirely in your browser at whoszoo.app/setup.
Prefer a guided walkthrough? Book a 30-minute 1:1 call — I'll walk you through every step, from creating your accounts to first login.
Concierge Setup — $149
📺 Watch before you start — full install walkthrough (27 min)

Covers every step below — account setup, API keys, and running the setup wizard for the first time. Reading along while watching makes it much faster. (Note: video currently shows the retired installer — reshoot pending.)

What you're setting up

PieceWhat it doesTypical cost
Cloudflare WorkerHosts the app and runs every requestFree tier
Cloudflare KVStores your memory files (plain markdown)Free tier
Anthropic ClaudeThe AI that answers from your memory~$1-3 / month
OpenAI TTSVoice responses (Marin + Onyx)< $1 / month
ElevenLabs (optional)Two extra voices (Brittney + Callum)Pay-as-you-go, a few dollars covers normal use

You own everything. All your data stays in your Cloudflare account.

Step 1 — Create a Cloudflare account

  1. Go to cloudflare.com and click Sign Up
  2. Sign up with your email — you don't need a domain. No credit card is required for the base app (Workers and KV are both on Cloudflare's free tier).

Want to attach photos to people? Photos use Cloudflare R2 object storage — free tier is 10 GB/month, which is more than enough. However, Cloudflare requires a credit card on file to activate R2, even at $0. You can skip this now and add it later in the Cloudflare dashboard under R2 Object Storage. If R2 isn't set up, the app works normally and photo features stay hidden.

Step 2 — Create a Cloudflare API token

  1. Log in to the Cloudflare dashboard
  2. Click your profile icon (top right) → My ProfileAPI Tokens
  3. Click Create Token
  4. Click Get started next to Create Custom Token (do not use a template — they don't include all the permissions the setup wizard needs)
  5. Name it whoszoo
  6. Under Permissions, add these five rows:
    • Account → Workers Scripts → Edit
    • Account → Workers KV Storage → Edit
    • Account → Workers R2 Storage → Edit (optional — enables photo attachments; requires CC on your Cloudflare account)
    • Account → Cloudflare Pages → Edit
    • User → API Tokens → Edit
  7. Under Account Resources, select Include → your account name
  8. Continue to summaryCreate Token
  9. Copy the token — you'll only see it once. Paste it somewhere safe.

Step 3 — Anthropic API key

  1. Go to console.anthropic.com and sign up
  2. Add a payment method (you'll need at least $5 in prepaid credits to start)
  3. Go to API KeysCreate Key, name it "whoszoo"
  4. Copy the key — it starts with sk-ant-

Step 4 — OpenAI API key

  1. Go to platform.openai.com and sign up
  2. Add a payment method
  3. API KeysCreate new secret key, name it "whoszoo"
  4. Copy the key — starts with sk-

Step 5 — ElevenLabs (optional)

Adds two extra voices: Brittney and Callum. Skip if you're happy with Marin and Onyx.

No subscription needed — same pay-as-you-go model as Anthropic and OpenAI. One catch: ElevenLabs' free-tier minutes only work on their own website, not through the API this app uses, so Brittney/Callum won't work until you add a little pay-as-you-go credit (a few dollars covers a lot of normal use). Skip the "Subscribe" option — you don't need it.
  1. Go to elevenlabs.io and create a free account
  2. Click Developers in the left sidebar → API KeysCreate API Key
  3. Name it whoszoo
  4. Under Restrict Key, turn the toggle on, then set:
    • Text to Speech → Access
    • Everything else → No Access
  5. Click Create and copy the key
  6. Add some credit: your account menu (top right) → SubscriptionElevenAPI tab → Add credits

Step 6 — Run the setup wizard

$39 one-time · works in any browser, on any device

You'll receive a license key by email. There's nothing to download — the wizard runs entirely at whoszoo.app/setup.

Go to whoszoo.app/setup and paste your license key to begin. Then step through one screen per item you collected above: your Cloudflare API token, your first name, your Anthropic key, your OpenAI key, and (optionally) your ElevenLabs key. Each key has a Test this key button — it validates live before you can move on, so a typo shows up on the spot, not after deploy.

On the last step you'll see the Access Key screen — on a fresh install there's nothing to do here, a new Access Key is generated automatically. Tap Deploy and the wizard creates your KV storage, deploys your Worker, stores your API keys as secrets, and creates your 12 memory files — all inside your own Cloudflare account. Takes about a minute.

You're set up.

App URL:       https://whoszoo-worker.xxx.workers.dev
Access Key:    abc123xyz...
Save your App URL and Access Key. The Access Key is the master key to your install — needed to recover access if you forget your passphrase later. Cloudflare secrets are write-only, so the wizard can never show it to you again after this screen. Screenshot it or write it down.

Step 7 — Connect the app

  1. Open the App URL printed at the end of setup
  2. Paste your Worker URL and Access Key
  3. Choose a passphrase (8+ characters — this is what you'll type every time you open the app)
  4. Tap Set Up

On future visits, just enter your passphrase. Chrome/Safari will offer to save it for Face ID or Touch ID after first login.

Step 8 — Start adding memory

The app starts empty. Just talk to it. Tell it about someone you know:

I met Jamie Chen today. Product manager at Figma, been there 3 years. We met at the design conference.

The app proposes saving it to your memory; confirm and it's stored. Type /help in the chat any time to see all available commands.

Costs

At normal use (10-30 questions/day):

ServiceEstimated monthly cost
Anthropic (Claude)$1-3
OpenAI (TTS, if used daily)< $1
CloudflareFree
ElevenLabs (optional)Pay-as-you-go — a few dollars covers normal use

Run /costs in the app any time to see your actual Anthropic spend. There's also a Daily spend cap in Settings — defaults to $1/day, so a runaway loop can't burn through your credits.

Troubleshooting

"Could not load memories" — Check your Worker URL (no trailing slash) and Access Key match what setup printed. Open /diagnostics in the app.

The wizard says your Cloudflare token didn't validate — Make sure your token has Workers Scripts: Edit and Workers KV Storage: Edit permissions. Try creating a new token with the Custom Token option (Step 2 above) rather than a built-in template.

The wizard says "Setup didn't finish" or a key won't test — Usually transient. The error screen has a Retry button, and it's safe to retry without losing anything you've already entered. A corporate VPN or firewall can occasionally block the check — try disconnecting and testing again.

Forgot your passphrase — On the login screen, tap "Forgot passphrase? Use access key to reset →". You'll need your Access Key.