Stars
Forks
Watchers
linkding
For people who found del.icio.us perfect and everything since bloated, linkding is the bookmark manager - a Django application whose entire design goal is saving and finding links with zero friction. Paste a URL and it fetches the title, description, favicon, and preview image automatically; organize with tags, search full-text across everything, mark bookmarks unread for read-it-later, attach Markdown notes, and bulk-edit whole selections at once. Its answer to link rot is archiving: bookmarked pages can be snapshotted automatically, either submitted to the Internet Archive or saved as local HTML files, and a documented SingleFile browser-extension integration uploads full self-contained page captures straight to your instance. Official Firefox and Chrome extensions (plus a bookmarklet) make saving a one-click habit, the UI installs as a Progressive Web App on mobile, and multi-user support with bookmark sharing - to users or logged-out guests - covers families and teams, with SSO via OIDC when needed. The REST API (create, search, filter by tag) has spawned a genuine ecosystem of community mobile apps and libraries. Operationally it is famously boring in the best way: one small container, SQLite by default, automated migrations, and a zero-breaking-changes policy. Import and export use standard Netscape HTML. MIT-licensed.
Benefits
- Your Links Outlive the Web
- Local HTML snapshots and Internet Archive submission preserve pages after the originals vanish.
- Zero-Friction Capture
- Browser extensions, a bookmarklet, and auto-fetched metadata make saving a one-click habit.
- Famously Low Maintenance
- One container, SQLite, automated migrations, and a zero-breaking-changes policy.
- An Ecosystem, Not a Silo
- The REST API powers community mobile apps, and Netscape HTML import/export prevents lock-in.
Features
- Tags and Full-Text Search
- Instant search across titles, descriptions, notes, and tags.
- Automatic Metadata
- Titles, descriptions, icons, and preview images fetched on save.
- Page Archiving
- Local HTML snapshots, Internet Archive integration, and SingleFile uploads.
- Read-It-Later and Notes
- Unread flags plus Markdown notes attached to any bookmark.
- Multi-User Sharing
- Share bookmarks with other users or public guests; OIDC SSO supported.
- REST API and PWA
- Full programmatic access with token auth, installable as a mobile web app.