Memory Audit Demo for auditing Mem9 memory through an org tree.
pnpmViteReactTypeScriptTailwind CSS@base-ui/reactNetlify FunctionsNetlify Blobs
pnpm installpnpm devpnpm buildpnpm typecheckpnpm netlify:dev
cp .env.example .env- set
MEM9_BASE_URLto your mem9 API server - set
DEMO_SESSION_SECRETto a long random string - run
pnpm install - run
pnpm netlify:dev
MEM9_BASE_URLDEMO_SESSION_SECRET
- one-click deploy from README uses
https://api.mem9.aias the defaultMEM9_BASE_URL - set
MEM9_BASE_URLin the Netlify site environment- hosted mem9 should use
https://api.mem9.ai https://mem9.aiis the dashboard host and will return404for these server-side API calls
- hosted mem9 should use
- set
DEMO_SESSION_SECRETin the Netlify site environment when you want a site-specific session secret - deploy with the existing
netlify.tomlconfig
- The demo is read-only.
- Permission checks stay server-side.
- Automated tests are intentionally omitted for this demo.