Skip to content

Quickstart

Five minutes, one terminal, then you never touch the CLI again. This is the whole point of remindy in four steps.

Terminal window
npm install
npm run build
# Start Supermemory Local (Unix binary; run inside WSL2 on Windows)
curl -fsSL https://supermemory.ai/install | bash
supermemory-server # listens on http://localhost:6767
# Register the MCP server, drop the project rule, and seed rules from this repo
npx remindy init --seed

Reload your editor so it spawns the MCP server. Then confirm you are on the shared store, not isolated memory:

Terminal window
npx remindy doctor # backend should read "Supermemory Local"

Ask your agent to build something. Before it writes, it calls remindy_recall and pulls your seeded standards, so the first draft already avoids inline styles, slop copy, and secrets in code.

When the agent slips, say it writes “unlock a seamless experience” in a heading, correct it in chat. It calls remindy_capture, and the rule’s burn count goes up so it ranks higher next time.

you: don't use words like "unlock" or "seamless", keep copy plain
→ captured [COPY] "unlock/seamless" slop → plain verbs (×3)

Open a different editor (Cursor to Claude to Kiro) and ask for the same kind of work. It already respects the correction, pulled from the same on-machine store, for about 15 tokens. That cross-tool moment is the whole product.