Documentation for claude-mem
  • TypeScript 100%
Find a file
jack 0dbd8779ea docs: update roadmap with completed features from changelog
Mark completed since v2.43.0:
- v2.49.0: Rate limiting (#205), Batch operations (#204), Exponential backoff (#206)
- v2.48.1: Response caching (#203)
- v2.48.0: Structured logging (#208)
- v2.47.0: FTS5 search (#211), Subagent hooks (#232), Watchtower (#214),
           Worker capabilities (#224, #226), pendingTermination fix (#223)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 01:16:47 +01:00
.vitepress docs: complete German translation, fix Docker URLs 2026-01-25 00:45:58 +01:00
de docs: update roadmap with completed features from changelog 2026-01-25 01:16:47 +01:00
guide docs: update roadmap with completed features from changelog 2026-01-25 01:16:47 +01:00
reference docs: explain SSE Writer architecture 2026-01-24 23:57:28 +01:00
.gitignore feat: initial VitePress documentation setup 2026-01-22 08:54:47 +01:00
bun.lock docs: complete German translation, fix Docker URLs 2026-01-25 00:45:58 +01:00
CLAUDE.md docs: complete German translation, fix Docker URLs 2026-01-25 00:45:58 +01:00
index.md docs: update documentation for v2.40.0 and add roadmap 2026-01-24 22:45:01 +01:00
package.json docs: complete German translation, fix Docker URLs 2026-01-25 00:45:58 +01:00
README.md docs: improve README with structure and development info 2026-01-22 09:00:38 +01:00

Claude-Mem Documentation

Documentation site for claude-mem - persistent memory for Claude Code.

Live site: https://mem.customable.host

Development

# Install dependencies
bun install

# Start dev server
bun run dev

# Build for production
bun run build

# Preview production build
bun run preview

Structure

.
├── guide/              # User guides
│   ├── index.md        # Introduction
│   ├── installation.md # Installation guide
│   ├── quick-start.md  # Quick start guide
│   └── ...
├── reference/          # Reference documentation
│   ├── index.md        # Configuration reference
│   ├── api.md          # API reference
│   └── cli.md          # CLI reference
└── .vitepress/
    └── config.ts       # VitePress configuration

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Make your changes
  4. Submit a pull request

License

MIT