Turn your browsing history into insights. AI-powered summaries reveal patterns, themes, and pages worth revisiting.
Wanderlog analyzes your browsing history and transforms it into meaningful summaries. Instead of scrolling through endless URLs, get a clear picture of your online activity.
- TL;DR summaries of your browsing activity for any time range
- Theme detection across your visited pages
- Revisit suggestions with reasons why a page is worth another look
- Search query analysis across search engines
- Top domains at a glance
- Pattern spotting for interesting anomalies in your browsing
Click the image to watch on YouTube.
Your browsing data stays under your control:
- All processing happens locally in your browser
- No data sent to external servers (except your chosen AI provider)
- Exclude sensitive domains from analysis
- Limit the number of entries processed
- Use Chrome's built-in AI (Gemini Nano) for fully local processing
- Browser internal pages and local network addresses are automatically excluded
Choose how you want to power your summaries:
| Provider | Setup | Key Required |
|---|---|---|
| Chrome Built-in AI (Gemini Nano) | Fully local, no external calls | No |
| OpenAI | GPT-4, GPT-4o, and others | Yes |
| Any OpenAI-compatible API | Ollama, LM Studio, Together AI, Groq, etc. | Varies |
- Click the extension icon to open Wanderlog
- Select a time range (today, this week, this month, or custom)
- Generate your summary with one click
- Explore themes, revisit suggestions, and browsing patterns
- Framework: WXT (browser extension bundler)
- UI: React 19, shadcn/ui, Tailwind CSS 4
- AI: Vercel AI SDK with OpenAI-compatible provider
- Build: Turborepo monorepo, Bun
- Linting: Oxlint + Oxfmt
- Bun 1.3+
bun install
bun run dev # Chrome
bun run dev:firefox # Firefoxbun run build # Chrome
bun run build:firefox # Firefox
bun run zip # Chrome distributable ZIPbun run check # Lint + format (Oxlint + Oxfmt)
bun run check-types # TypeScript type checkingMIT