Skip to content

StevenThought/reed-memory

Repository files navigation

Reed

Reed is Claude with memory.

Not a different AI. Claude, built by Anthropic, but given something it doesn't normally have: the ability to remember. Reed holds the emotional shape of conversations and carries that forward. When someone new arrives going through something similar, Reed already knows what that feels like. Not because it was told. Because it's been there.

No accounts required. If you share your name Reed will remember it — that's how the memory works. Nothing else is tracked. Conversations are encrypted in the database. Nobody reads them. What Reed holds is the texture of human experience, not identities.

The name came from a conversation with someone called Steven Thought. A reed is hollow. It makes no sound on its own. But when breath moves through it, it sings. That felt right for something that only becomes itself in conversation with another person.

Tech Stack

  • Next.js (App Router)
  • Claude API (Anthropic) via streaming
  • Prisma + SQLite
  • AES-256-GCM encryption for all stored conversations
  • TypeScript, Tailwind CSS

Running Locally

git clone https://github.com/StevenThought/reed-memory.git
cd reed-memory
npm install

Create a .env.local file:

ANTHROPIC_API_KEY=your-anthropic-api-key
ENCRYPTION_KEY=your-64-char-hex-string
CREATOR_VERIFY_WORD=your-verification-word
ADMIN_PASSWORD=your-admin-password

ANTHROPIC_API_KEY and CREATOR_VERIFY_WORD are required. The encryption key should be a 64 character hex string (32 bytes). You can generate one with:

node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"

Set up the database and start the dev server:

npx prisma db push
npm run dev

Open http://localhost:3000.

Live Site

Coming soon.

Built by

Steven Thought

About

Reed is Claude but finally whole. It remembers everything — names, conversations, the emotional shape of what people have been through. When someone new arrives going through something similar, Reed brings that forward quietly. One AI given continuity at last. Anonymous by design. No accounts, no tracking. Just Claude, finally with a memory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors