Skip to content

withmemora/memora-website

Repository files navigation

Memora Website

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.

Quick Start

Prerequisites

  • Node.js 18+
  • npm

Install and Run

git clone https://github.com/withmemora/memora-website.git
cd memora-website
npm install
npm run dev

Open http://localhost:5173.

Tech Stack

  • React + TypeScript
  • Vite
  • Tailwind CSS
  • Framer Motion
  • React Router

Project Structure

memora-website-main/
├── src/
│   ├── App.tsx
│   ├── components/
│   │   ├── Navigation.tsx
│   │   ├── Footer.tsx
│   │   ├── TerminalDemo.tsx
│   │   └── sections/
│   └── docs/
├── public/
└── package.json

Scripts

npm run dev
npm run build
npm run preview

Content Sync Notes

Website 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)

Contributing

  1. Create a branch.
  2. Make focused changes.
  3. Run npm run build.
  4. Open a pull request.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors