Marketing site and docs for Memora v3.0.
This repository contains the public-facing website for Memora, including homepage sections, terminal demos, and docs pages that reflect the current local-first memory model.
- Node.js 18+
- npm
git clone https://github.com/withmemora/memora-website.git
cd memora-website
npm install
npm run devOpen http://localhost:5173.
- React + TypeScript
- Vite
- Tailwind CSS
- Framer Motion
- React Router
memora-website-main/
├── src/
│ ├── App.tsx
│ ├── components/
│ │ ├── Navigation.tsx
│ │ ├── Footer.tsx
│ │ ├── TerminalDemo.tsx
│ │ └── sections/
│ └── docs/
├── public/
└── package.json
npm run dev
npm run build
npm run previewWebsite docs and demos are aligned with Memora refactor-memory-model v3.0:
- Session lifecycle and auto-commit workflow
- Proxy-based automatic capture with Ollama
- Python facade via MemoraStore
- Local git-style storage architecture (.memora objects/refs/sessions/graph/index)
- Create a branch.
- Make focused changes.
- Run npm run build.
- Open a pull request.
- Main project: https://github.com/withmemora/memora
- Issues: https://github.com/withmemora/memora/issues