Skip to main content

Documentation Index

Fetch the complete documentation index at: https://supermemory.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Web-based example apps showing SMFS in realistic use cases. Each one is a complete project with its own README, dependencies, and a working UI.

Research Assistant

Upload documents and chat with an AI that can search and cite them. Next.js + TypeScript + @supermemory/bash.

Knowledge Base

Add notes and chat with an AI that can search your knowledge base. FastAPI + Python + supermemory-bash.

Code Sandbox

Write and run code in an E2B sandbox with persistent AI memory. Next.js + E2B SDK + SMFS mount.
The Research Assistant and Knowledge Base examples use the Bash Tool — the serverless-friendly way to give an agent a Supermemory-backed filesystem. The Code Sandbox example uses an E2B sandbox with a real SMFS mount.

Running an example

  1. Clone the examples repo
  2. cd into the example you want
  3. Follow the README — typically: install deps, copy .env.example to .env, fill in your API keys, and start the dev server