UTags Bookmark Manager is a modern bookmark management tool designed for developers and power users. Say goodbye to traditional bookmark chaos and embrace flexible tagging systems and powerful filtering engines to make your web resource management organized, efficient, and convenient.
π Experience the Official Website | π Seamless Integration with UTags Browser Extension
- Multi-dimensional Tagging System: Add multiple tags to bookmarks for precise multi-dimensional classification
- Hierarchical Tag Structure: Support tree-like organization with
parent-tag/child-tag/grandchild-tag
structure - Tag Auto-completion: Smart suggestions and quick input to enhance tagging efficiency (Coming soon)
- Compound Logic Filtering: Advanced filtering with AND/OR/NOT logical combinations
- Regular Expression Matching: Precise matching for complex search patterns
- Progressive Filtering: Filter within results to gradually narrow down scope
- Real-time Search Feedback: Instant display of matching results and statistics
- Filter Preset Saving: Save common filter conditions for one-click quick application
- Smart Collections: Create dynamic collections based on filter conditions with automatic content updates
- Multi-platform Sync: Cross-device data synchronization via GitHub and WebDAV
- Automatic Cloud Backup: Scheduled backups for data security
- Data Import/Export: Support for mainstream browser bookmark formats (Chrome/Edge/Firefox/Safari)
- PWA Application: Support for offline access, add to home screen, and native app experience
- Responsive Design: Perfect adaptation for desktop and mobile devicesοΌComming soonοΌ
- Light/Dark Themes: Eye-friendly modes for different usage scenarios
- Multiple View Modes: List, card, compact, and other display options
- β Completely Open Source & Free: MIT open source license, no registration required, permanently free
- β No Ads: Clean experience, focused purely on bookmark management
- β No Bookmark Limit: Unlimited storage for all your bookmarks
- β Privacy & Security: Local data storage, complete user control
- β Easy Deployment: Support for self-hosting, one-click deployment to personal servers
- β Data Visualization: Intuitive statistics dashboard to understand usage habits
- β Cross-browser Compatibility: Support for all modern browsers
-
Install Browser Extension (Optional) Install the UTags Extension for immersive bookmarking
-
Access Management Interface Open the UTags Web Interface to manage bookmarks
-
Basic Operations
- Add bookmarks: Click the extension icon or manually enter
- Filter bookmarks: Use compound filter conditions
- Import bookmarks: Support importing bookmark HTML files from Chrome/Edge/Firefox/Safari
- Add bookmarks on bookmark manager page
- Add bookmarks via UTags extension/userscript
- Make your own extension or userscript through our open API
- Filter by keywords, tags, domains, and other metadata
- Multi-level filtering system supporting AND/OR/NOT logic combinations
- Regular expression matching
- Save filter presets for quick access in future sessions
-
V1.0 TODO
- Integration with UTags extension/script
- Internationalization
- Batch tag modification
- Merge processing during bookmark import
-
Bookmark Management Enhancements
- Batch delete tags
- Batch add tags
- Bulk delete bookmarks
- Batch rename tags
- Bulk open all bookmarks
- Global search functionality. Launch search function through shortcuts on any website to search all bookmarks, tags, and notes
-
Bookmark Collection Solutions
- Add bookmarks via UTags extension/userscript
- Automatic title and webpage summary retrieval
- AI smart tag recommendations
-
Interface Styles
- Custom styling options
- Navigation website style view
- Card view
- Note viewing interface
- Advanced note editing/viewing interface
-
Data Interoperability
- Official cloud sync capability
- Bookmark export/import enhancements
- Use IndexedDB storage when the bookmark volume is extremely large
Wiki: Development Guide
npm install
npm run dev
Access the application at http://localhost:5173
# Clone the repository
git clone https://github.com/utags/utags-bookmarks.git
cd utags-bookmarks
# Install dependencies
npm install
# Build for production
npm run build
# Option 1: Deploy the dist folder to your web server
# The built files will be in the 'dist' directory
# Option 2: Start a local preview server
npm run preview
# This will serve the built files at http://localhost:4173
# Clone the gh-pages branch (contains pre-built files)
git clone -b gh-pages --single-branch https://github.com/utags/utags-bookmarks.git utags-bookmarks-dist
cd utags-bookmarks-dist
# Deploy the files to your web server
# All files in this directory are ready for deployment
To update to the latest version:
cd utags-bookmarks-dist
# Fetch and reset to the latest version
# Note: gh-pages branch history is overwritten with each update
git fetch origin gh-pages
git reset --hard origin/gh-pages
# Re-deploy the updated files to your web server
Note: For production deployment, ensure your web server is configured to serve static files and handle client-side routing for the single-page application.
Contributions through:
- π GitHub Issues - for bug reports
- π‘ Pull Requests - for feature additions
- π¬ GitHub Discussions - get help and share tips
Please follow our contribution guidelines.
Copyright (c) 2025 Pipecraft. Licensed under the MIT License.