Official documentation for Recall.
This is the official documentation for Recall, built with Fumadocs. You can find the latest published version of the docs at https://docs.recall.network/.
Clone the repository:
git clone https://github.com/recall-network/recall-docs.gitInstall dependencies:
pnpm installYou can run the development server with:
pnpm devOr build and start the production server with:
pnpm build
pnpm startOptionally, set up an OPENAI_API_KEY environment variable to enable embeddings for the search
functionality. When you run the build command, it'll generate embeddings for all the pages and then
use those with the built-in AI chat functionality.
Run the development server:
pnpm devPRs are welcome!
Small note: If editing the README, please conform to the standard-readme specification.
MIT OR Apache-2.0, © 2025 Recall Network Corporation