Linkding screenshot
#37 B+ Rank #45

Linkding

Minimalist self-hosted bookmark manager with tagging, full-text search, and automatic snapshotting. Praised for its clean, no-nonsense Django architecture.

File/Storage Python Easy to deploy $8/mo equiv
76.8 / 100

βš™ Full Stack

Django (Python) monolith with a bundled Vue-based UI, SQLite by default with optional Postgres, and an optional headless-browser snapshot service for archiving pages.

πŸ“ˆ Scaling Analysis

Very lightweight and scales comfortably for personal-to-team use; the Django app is stateless enough to run multiple replicas once moved to Postgres, though it's not built with multi-tenant SaaS scale in mind.

πŸš€ Running on Nexlayer

Single app pod with a persistent volume for the SQLite DB and bookmark snapshots is sufficient; for larger installs, point LD_DB_* env vars at a postgres pod (postgres.pod:5432). Official image mirrors cleanly via mirror.gcr.io.