Self-Hosted Alternatives to Pinboard

Why Replace Pinboard?

Pinboard was the go-to no-nonsense bookmark service for years — fast, minimal, developer-friendly. But several issues have emerged:

  • Stagnant development: The solo developer (Maciej Cegłowski) has effectively stopped active development. The archiving feature has been unreliable for years, and bug fixes are rare.
  • Price increases: What started as a one-time fee became $22/year for the basic plan and $39/year for archiving. The archiving feature — the main reason to pay more — frequently fails to save pages.
  • Uncertain future: Single-developer dependency with no succession plan. If Pinboard goes offline, your bookmark history goes with it.
  • API limitations: The API works but hasn’t been updated to support newer features or OAuth.

Best Alternatives

Linkding — Best Direct Replacement

Linkding is the spiritual successor to Pinboard. It’s fast, minimal, tag-based, and respects the same “just save bookmarks” philosophy. No bloat, no AI, no social features — just reliable bookmark management with a clean interface.

Why Linkding for Pinboard users:

  • Same tag-based organization (no folders/collections)
  • Similar API design (REST-based, developer-friendly)
  • Bulk editing and import/export
  • Shared and unread bookmark lists
  • Archived webpage snapshots via yt-dlp and single-file integration

Read our full guide: How to Self-Host Linkding

Shiori — Best Lightweight Option

Shiori is a single-binary bookmark manager that archives full page content. It’s even more minimal than Linkding — no external database required, runs on ~30 MB of RAM.

Why Shiori for Pinboard users:

  • Page archiving that actually works (unlike Pinboard’s broken archiving)
  • CLI interface for scriptable bookmark management
  • Pocket import support
  • Minimal resource requirements

Read our full guide: How to Self-Host Shiori

Linkwarden — Best Feature-Rich Option

If you want to move beyond Pinboard’s minimalism while keeping self-hosted control, Linkwarden offers collections, screenshots, full-text search, and collaboration.

Why Linkwarden for Pinboard users:

  • Automatic page screenshots and archiving
  • Full-text search across saved content
  • Collaborative collections (share with team members)
  • Modern, polished UI

Read our full guide: How to Self-Host Linkwarden

Migration Guide

Export from Pinboard

  1. Go to pinboard.in/export/ while logged in
  2. Download the JSON or HTML export
  3. Alternatively, use the API: https://api.pinboard.in/v1/posts/all?auth_token=USER:TOKEN&format=json

Import to Linkding

  1. Export from Pinboard as HTML (Netscape format)
  2. In Linkding, go to Settings > Import
  3. Upload the HTML file
  4. Tags are preserved during import

Import to Shiori

docker exec shiori shiori import /path/to/pinboard-export.html

Import to Linkwarden

  1. Go to Settings > Import in Linkwarden
  2. Upload the Pinboard HTML export
  3. Tags convert to Linkwarden tags

Feature Comparison

FeaturePinboard ($22/yr)LinkdingShioriLinkwarden
Price$22-39/yearFreeFreeFree
Tag-based organizationYesYesYesYes + Collections
Full-text searchArchiving plan onlyYesYesYes
Page archivingUnreliableVia integrationsBuilt-inScreenshots
APIREST (dated)REST (modern)RESTREST
CLIVia APINoYesNo
Browser extensionUnofficialYesYes (beta)Yes
Bulk operationsLimitedYesYesYes
Shared bookmarksPublic pageShared listsNoCollaborative
RSS feedsYesYesNoNo
Unread trackingYes (to-read tag)Yes (built-in)NoNo

Cost Comparison

Pinboard BasicPinboard ArchivalSelf-Hosted
Annual cost$22$39$0 (existing server)
3-year cost$66$117$0
5-year cost$110$195$0
ArchivingNoUnreliableReliable (local)
Data ownershipTheir serversTheir serversYour hardware
Future-proofDeveloper riskDeveloper riskYou control it

What You Give Up

  • Pinboard’s speed — Pinboard is famously fast because it’s a simple PHP app on a single server. Self-hosted alternatives are comparably fast but depend on your server’s performance.
  • Public bookmark pages — Pinboard’s public bookmark feature (used by some for link blogging) doesn’t have a direct equivalent. Linkding offers shared bookmark lists.
  • Zero maintenance — With self-hosting you handle updates, backups, and uptime.
  • Third-party integrations — Some RSS readers and automation tools have built-in Pinboard support. You’ll need to switch to your new service’s API.

Comments