Your Ultimate Offline Bookmark Manager - Zero Servers, Zero Tracking, Total Control
A lightweight, client-side bookmark manager with search, sorting, and dark mode support. Manage your URLs locally with ease! A 100% client-side bookmark management solution that prioritizes your digital safety while delivering enterprise-grade organization capabilities. Built for security-conscious users who value privacy without compromising functionality.
- 📁 Zero Server Interaction - Runs entirely in your browser
- 🔐 LocalStorage Encryption - Data never leaves your device
- 🚫 No Tracking - No Google Analytics, no cookies, no phoning home
- 🧩 Single-File Architecture - No dependency risks (just pure HTML/JS/CSS)
- 🔄 No Cloud Sync - Your bookmarks stay exclusively on your machines
Feature | Benefit |
---|---|
URL-Manager | URL Manager |
Export and Import | Share the urls with your team |
Offline-First | Works without internet - airplane mode friendly |
Easy to use | Easy to use |
Privacy | self-hosted privacy tool |
Audit-Ready | Open-source code for full transparency (MIT Licensed) |
Attack Surface Reduction:
- No database connections
- No third-party APIs
- No npm dependencies
- No WebSockets
- No authentication surfaces
![- Add URL and Label --> Click on Add URL Button ]
![- New URL]
![- Seach_Suggestions ]
- **Single HTML Page, one server side code or any security r
- Add/Edit/Delete bookmarks with labels
- Search with intelligent suggestions
- Sort by label or URL
- Dark/Light mode toggle
- Import/Export bookmarks (JSON)
- Responsive design
- Favicon integration
- Keyboard navigation support
- Local storage persistence
- Clipboard integration
- Notification system
- Download
index.html
- Open in any modern browser
- Start managing your bookmarks!
No server required - works entirely client-side.
- Add Bookmark:
- Enter URL + Label → Click "Add URL"
- Search:
- Type in search field → Select from suggestions
- Sort:
- Click column headers (Label/URL)
- Export:
- Click "Export Bookmarks" to save JSON
- Import:
- Use "Append Bookmarks" or "Import And Overwrite" buttons
- Vanilla JavaScript
- HTML5
- CSS3 (with modern flex/grid layouts)
- LocalStorage API
- Font Awesome (icons)
- Google Favicon Service
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature
) - Commit changes (
git commit -m 'Add AmazingFeature'
) - Push to branch (
git push origin feature/AmazingFeature
) - Open Pull Request
Released under MIT License