Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 886 Bytes

File metadata and controls

48 lines (32 loc) · 886 Bytes

Remember — Presentation Site

Modern presentation site for the Remember plugin — your AI agent's memory.

Tech Stack

  • Next.js 15 (App Router, React 19)
  • Tailwind CSS (utility-first styling)
  • Remotion (React-based animations via @remotion/player)
  • Framer Motion (scroll animations & micro-interactions)
  • TypeScript

Getting Started

npm install
npm run dev

Open http://localhost:3000.

Build

npm run build

Deploy

This site is Vercel-ready. Just connect the repo:

npx vercel

Or push to GitHub and import on vercel.com.

Structure

app/          → Next.js App Router pages
components/   → React components (Hero, Features, etc.)
remotion/     → Remotion animation compositions

License

MIT