Skip to main content
Docs
Open console

Demos

Prove memory recall in minutes. Show one story: a SaaS copilot remembers a user in session 1, then answers a different question in session 2 without asking again.

Fastest proof: Playground

Start here — open Playground first. No terminal, no API key.

Flow: Save memory → Search recall → Build context. Playground shows Context ready (prompt-ready text). It does not run an LLM reply — that is what your app or the SaaS copilot starter does.

Playground walkthrough (film this)

Same story everywhere: session 1 save → session 2 ask → visible recall.

StepWhat to showCopy
1Open Playground (no API key)"Prove your AI product can remember users."
2Turn 1 — Save"User prefers weekly email digests and dark mode UI."
3Turn 2 — Ask"How should the dashboard feel for this user?"
4Build contextContext ready panel fills with prompt-ready text
5OptionalCopy context_text — that goes into your LLM prompt

Do not search the exact same text you just saved on turn 1.

Do show the context panel and recalled preferences. Do not lead with architecture, embeddings, or MCP tool catalogs.

Flagship code demos

export MEMORYNODE_API_KEY="mn_live_..."
node examples/sdk-quickstart/index.mjs

Map ownerId to your app's logged-in user ID.

Before / after

BeforeAfter
Empty recall / context panelNon-empty context with user preferences
Generic AI reply (in your app)Reply shaped by recalled context

More examples

Type to search all pages. navigate · Enter open · Esc close