CatalogStacksModulesSaaSMobileLabs → Become a partner
HomeCatalog🔖 BookmarksLinkding
Screenshot of Linkding

// official site: github.com ↗

BOOKMARKS · PRO TIER

Linkdingpro

Linkding is a minimalist self-hosted bookmark manager — Django + SQLite, tag-based organization, full-text search, browser extensions, REST API. Designed for the user who wants Pinboard's simplicity without paying for SaaS.

🔖 Bookmarks Min 256 MB RAM Port 9090 (http) Tier pro
// What it is

A closer look.

Linkding is a minimalist self-hosted bookmark manager — Django + SQLite, tag-based organization, full-text search, browser extensions, REST API. Designed for the user who wants Pinboard's simplicity without paying for SaaS.

// Use cases

What it's for.

Concrete scenarios where teams pick Linkding over the SaaS alternative.

Personal bookmark collection

Pinboard-style with tags

Quick capture

browser extension one-click save

Read-later queue

unread flag for reading

Archived bookmarks

automatic full-text archival

Shared bookmarks

public profile option

// Who it's for

Built for these teams.

If your team profile matches one of these, Linkding is a strong fit out of the box.

Profile A

Pinboard users

wanting self-hosted with same UX

Profile B

Minimalists

rejecting feature-bloated Pocket / Raindrop

Profile C

Privacy-conscious users

keeping browsing history private

Profile D

Indie devs

with growing tool / inspiration lists

Profile E

Multi-user households

with shared bookmarks

// Differentiators

Why teams pick Linkding.

When evaluating self-hosted options for this category, here are the dimensions on which Linkding consistently lands above the alternatives.

  • MIT license — fully open
  • Minimal resource use — runs on $3/mo VPS
  • SQLite default — no separate DB needed
  • REST API — every action available via API
  • Browser extensions — Firefox / Chrome official
  • Mobile-friendly — responsive UI
// Integrations

Connects to.

The stack you'll plug Linkding into — services, protocols, and adjacent apps in the BluixApps catalog.

Browser extensions
Firefox + Chrome official
Mobile
community apps (Linkwarden mobile, iOS Linkding apps)
Importers
Netscape HTML, Pocket, Pinboard JSON
REST API
full CRUD + tags + search
Authentication
local + LDAP via reverse proxy
Webhook
fire on bookmark events
Bulk operations
mass tag / delete / export
// Adoption & deployment

Notable users & community

  • 8k+ GitHub stars
  • Featured constantly on r/selfhosted as Pinboard alternative
  • Backed by single dedicated maintainer
  • Active GitHub Issues + Discussions
  • Strong reputation for stability + minimalism

What we ship

  • Docker image: sissbruecker/linkding:latest
  • Admin user auto-created via env (random password surfaced in install report)
  • Persistent volume: /opt/linkding/data (SQLite + uploads)
  • Port 9090 exposed
  • HTTPS via Let's Encrypt reverse proxy
  • Backup hook covers data volume
// Tips & operations

Run it properly.

Operational guidance from running this in production — what to lock down, what surprises people.

// PERFORMANCE
Default credentials
admin user created via env; change password after first login
// SECURITY
Browser extensions
install + add API token from Settings → Integrations
// OPERATIONS
SQLite scales fine
for personal use (10k+ bookmarks)
// RELIABILITY
Backup /etc/linkding/data
your bookmark history
// DEPLOYMENT
Public profile
opt-in per user, useful for "share my reading list"
// SCALING
Background tasks
title fetching / favicon caching runs in background
256
// min ram (MB)
2
// min disk (GB)
9090
// access port
http
// protocol
pro
// bluixapps tier

Project resources

Official sitegithub.com ↗