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
- Go to
pinboard.in/export/while logged in - Download the JSON or HTML export
- Alternatively, use the API:
https://api.pinboard.in/v1/posts/all?auth_token=USER:TOKEN&format=json
Import to Linkding
- Export from Pinboard as HTML (Netscape format)
- In Linkding, go to Settings > Import
- Upload the HTML file
- Tags are preserved during import
Import to Shiori
docker exec shiori shiori import /path/to/pinboard-export.html
Import to Linkwarden
- Go to Settings > Import in Linkwarden
- Upload the Pinboard HTML export
- Tags convert to Linkwarden tags
Feature Comparison
| Feature | Pinboard ($22/yr) | Linkding | Shiori | Linkwarden |
|---|---|---|---|---|
| Price | $22-39/year | Free | Free | Free |
| Tag-based organization | Yes | Yes | Yes | Yes + Collections |
| Full-text search | Archiving plan only | Yes | Yes | Yes |
| Page archiving | Unreliable | Via integrations | Built-in | Screenshots |
| API | REST (dated) | REST (modern) | REST | REST |
| CLI | Via API | No | Yes | No |
| Browser extension | Unofficial | Yes | Yes (beta) | Yes |
| Bulk operations | Limited | Yes | Yes | Yes |
| Shared bookmarks | Public page | Shared lists | No | Collaborative |
| RSS feeds | Yes | Yes | No | No |
| Unread tracking | Yes (to-read tag) | Yes (built-in) | No | No |
Cost Comparison
| Pinboard Basic | Pinboard Archival | Self-Hosted | |
|---|---|---|---|
| Annual cost | $22 | $39 | $0 (existing server) |
| 3-year cost | $66 | $117 | $0 |
| 5-year cost | $110 | $195 | $0 |
| Archiving | No | Unreliable | Reliable (local) |
| Data ownership | Their servers | Their servers | Your hardware |
| Future-proof | Developer risk | Developer risk | You 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.
Related
Get self-hosting tips in your inbox
Get the Docker Compose configs, hardware picks, and setup shortcuts we don't put in articles. Weekly. No spam.
Comments