Docs

Substratia in one page.

The repository is a monorepo for local-first agent memory work. The public website is static; the reusable memory behavior lives in packages and command-line tools.

Web

apps/web is a static Next.js App Router site. It is deployed as prebuilt HTML, CSS, JavaScript, and public assets.

Memory package

packages/memory contains the local SDK, CLI, dashboard, and sharing tools for continuity workflows.

Backend package

packages/convex remains available for backend experiments, but it is not part of the public website runtime.

Common commands

Installpnpm install
Develop webpnpm dev:web
Buildpnpm build
Lintpnpm lint
Typecheckpnpm typecheck