A beautiful, fast bookmark manager with tags, search, and import/export.
- ๐ Organize bookmarks with tags
- ๐ Full-text search across titles, URLs, descriptions
- ๐ท Tag filtering with color coding
- ๐ฅ Import from browser HTML (Chrome/Firefox export)
- ๐ค Export to JSON
- ๐ Dark/Light themes
- ๐พ SQLite storage (zero-config)
- ๐ Fast โ single-file Python backend
pip install -r requirements.txt
python server.pyOpen: http://localhost:6600
docker compose up -d --build