A modern bookmark manager with AI-powered categorization. No authentication required - all data stored locally in your browser.
- AI-powered bookmark categorization and tagging
- Local storage - no servers, no accounts needed
- Real-time search and filtering
- Custom categories with colors
- Dark theme with custom animations
- Export/import functionality
- Responsive design
npm install
npm run devOpen http://localhost:3000 in your browser.
- Add bookmarks by clicking "Add Bookmark"
- Enable AI categorization for smart organization
- Use search and filters to find bookmarks quickly
- Create custom categories and tags
- Export your data for backup
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
- LocalStorage API
All bookmark data is stored locally in your browser using localStorage. No data is sent to any servers. You can export your data as JSON for backup purposes.
Works in all modern browsers that support localStorage and ES6+ features.
MIT