Previously on you.
The official website and documentation for Previously — an open-source personal AI agent that organizes memory by time: a single timeline of episodic slices, not chat threads.
Live: previously.ldwid.com
- Landing page — cinematic hero with the name-cycler, timeline-styled chapter sections
- Docs — 12 bilingual (English / 中文) documentation pages covering concepts, guides, and reference
- SEO / GEO — hreflang sitemap, JSON-LD structured data, llms.txt, AI-crawler-friendly robots
Looking for the product itself? → previously-lab/agent
| Technology | Purpose |
|---|---|
| Next.js 16 | React framework (App Router + Turbopack) |
| Tailwind CSS 4 | Styling |
| shadcn/ui (Base UI) | UI components |
| next-intl | i18n (English / 中文) |
| next-themes | Dark mode |
| next-mdx-remote + Shiki | MDX docs rendering |
| motion | Animations |
pnpm install
pnpm dev # dev server at http://localhost:3000
pnpm build # production build
pnpm lint # ESLintcontent/docs/{en,zh}/ # MDX documentation content
messages/{en,zh}/ # UI translations
src/app/[locale]/ # Pages (landing + docs)
src/components/landing/ # Landing sections, timeline, hero effects
src/lib/docs/ # Docs manifest + content pipeline
src/lib/seo/ # JSON-LD components
See CLAUDE.md for the full architecture reference.
Typo fixes and documentation improvements are welcome — open an issue or PR.
Code is licensed under MIT. Documentation content (content/docs/) is licensed under CC BY 4.0 — reuse with attribution to previously.ldwid.com.
Built by LikeDreamwalker