A browser extension for Brave (and Chrome) that automatically creates interactive mind maps from your browsing history.
- 📊 Visual Mind Maps - See your browsing history as an interactive, zoomable mind map
- 🏷️ Smart Categorization - Auto-groups pages by domain and detected topics
- ⚡ Real-time Updates - Mind map updates as you browse
- 🔒 Privacy First - All processing happens locally, no data leaves your browser
Coming soon
- Clone this repository
- Run
npm install - Run
npm run build - Open
brave://extensionsin Brave - Enable "Developer mode"
- Click "Load unpacked" and select the
distfolder
# Install dependencies
npm install
# Development build with hot reload
npm run dev
# Production build
npm run build- TypeScript
- React 18
- Markmap (mind map visualization)
- Webpack 5
- Tailwind CSS
MIT