Self-Hosted Alternatives to Raindrop.io

Why Replace Raindrop.io?

Raindrop.io is a polished bookmark manager with a generous free tier, but the paid Pro plan ($28/year) is required for full-text search, nested collections, and permanent page copies. More importantly:

  • Privacy: Raindrop stores all your browsing interests on their servers. Your bookmark collection reveals a detailed profile of your professional research, personal interests, and reading habits.
  • Data ownership: Your saved pages exist only in Raindrop’s infrastructure. If the service shuts down or your account is banned, years of curated bookmarks disappear.
  • Cost over time: The Pro plan costs $28/year for features that self-hosted alternatives include by default. Over 5 years, that’s $140 for bookmark management.
  • API limitations: The free tier restricts API access, limiting automation and integration possibilities.

Best Alternatives

Linkwarden — Best Overall Replacement

Linkwarden is the closest self-hosted equivalent to Raindrop.io. It offers collections, tags, full-text search, automatic page screenshots, and collaborative features. The UI is modern and polished — the visual gap between Linkwarden and Raindrop is small.

Key advantages over Raindrop:

  • Automatic page screenshots and full content archiving (included, no paid tier)
  • Collaborative collections with team members
  • Full-text search across all saved content
  • No bookmark limits
  • Complete data ownership

Setup complexity: Moderate — requires PostgreSQL and a background worker.

Read our full guide: How to Self-Host Linkwarden

Hoarder — Best for AI-Powered Organization

Hoarder takes a different approach: save links and let AI automatically tag and categorize them. It’s ideal if you save a lot of content but don’t want to manually organize everything.

Key advantages over Raindrop:

  • AI-powered automatic tagging and categorization
  • Full-text search included
  • Chrome and Firefox extensions
  • Content archiving built-in

Setup complexity: Moderate — requires a Chromium instance for page rendering and an AI backend.

Read our full guide: How to Self-Host Hoarder

Shiori — Best Lightweight Option

Shiori is a Go-based bookmark manager that archives entire web pages for offline reading. It runs as a single binary with SQLite — no external database needed. At ~30 MB of RAM, it’s the most resource-efficient option.

Key advantages over Raindrop:

  • Full offline page archiving (not just screenshots)
  • Runs on minimal hardware (Raspberry Pi capable)
  • Import from Pocket and Netscape bookmark format
  • Browser extensions for Firefox and Chrome
  • Zero external dependencies

Setup complexity: Easy — single container, no database to manage.

Read our full guide: How to Self-Host Shiori

Migration Guide

Export from Raindrop.io

  1. Go to Settings > Backups in Raindrop.io
  2. Click Create Backup to generate an HTML export
  3. Download the backup file

Import to Linkwarden

  1. Log into your Linkwarden instance
  2. Go to Settings > Import
  3. Upload the Raindrop HTML export
  4. Collections are preserved during import

Import to Shiori

Use the CLI import command:

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

Import to Hoarder

  1. Open your Hoarder instance
  2. Use the bulk import feature in Settings
  3. Upload the Raindrop HTML export

Feature Comparison

FeatureRaindrop.io (Pro)LinkwardenHoarderShiori
Price$28/yearFree (self-hosted)Free (self-hosted)Free (self-hosted)
Collections/FoldersYes (nested)YesAI-generatedManual tags
Full-text searchPro onlyYesYesYes
Page archivingPro onlyYes (screenshots)YesYes (full content)
Browser extensionsYesYesYesYes (beta)
Mobile appYes (iOS/Android)PWAPWAPWA
CollaborativePro onlyYesNoNo
AI taggingNoNoYesNo
APILimited (free)YesYesYes
Offline accessNoVia cached contentVia archivesYes (full pages)
Bookmark limitUnlimitedUnlimitedUnlimitedUnlimited

Cost Comparison

Raindrop.io ProSelf-Hosted
Monthly cost~$2.33/month~$3/month (VPS share)
Annual cost$28/year~$36/year (VPS share)
3-year cost$84~$108 (VPS share)
Features includedPro featuresAll features
Storage limitUnlimited cloudYour hardware
PrivacyThird-party serversFull control

The self-hosted cost assumes sharing a small VPS ($5/month) across multiple services, allocating ~$3/month to bookmark management. If you already run a homelab, the marginal cost is effectively $0.

What You Give Up

  • Raindrop’s mobile apps — Self-hosted alternatives use PWAs, which work well but lack native app polish and offline caching
  • Automatic bookmark sync — Raindrop syncs seamlessly across devices; self-hosted requires your server to be accessible (use Tailscale or Cloudflare Tunnel for remote access)
  • Raindrop’s browser integration quality — The official extensions are more polished than most self-hosted alternatives
  • Zero maintenance — Self-hosted means you handle updates, backups, and uptime
  • Nested collections — Only Linkwarden fully matches Raindrop’s collection hierarchy

Frequently Asked Questions

Can I import my Raindrop.io bookmarks including collections and tags?

Yes. Raindrop.io exports as HTML (Settings → Backups → Create Backup), which preserves your collection structure. Linkwarden’s import feature recognizes Raindrop’s collection hierarchy and maps them to Linkwarden collections. Hoarder imports the HTML file and applies its own AI-generated tags. Shiori imports via the CLI using Netscape bookmark format. Tags transfer in the HTML export, though exact tag mapping varies by tool.

Do self-hosted bookmark managers have browser extensions?

Yes — all major options include browser extensions. Linkwarden, Hoarder, and Shiori have extensions for Chrome and Firefox that let you save bookmarks with one click, similar to Raindrop.io’s extension. Linkwarden’s extension is the most polished, supporting collection selection and tag assignment during save. The extensions connect to your self-hosted instance’s API, so your server must be accessible from wherever you browse.

Can I access my self-hosted bookmarks from my phone?

All three tools work as Progressive Web Apps (PWAs) in mobile browsers — you can add them to your home screen for quick access. None have dedicated native iOS or Android apps like Raindrop.io does. The mobile experience is functional for browsing and searching bookmarks, but lacks native features like share sheet integration. Linkwarden and Hoarder have the most mobile-friendly responsive layouts.

How much storage do self-hosted bookmark managers use?

Depends on whether you enable page archiving. Basic bookmark storage (URLs, titles, tags) is tiny — thousands of bookmarks use under 100 MB. Full page archiving changes the equation: Shiori stores entire page content, and a heavy reader saving 10 articles/day might use 500 MB-1 GB per month. Linkwarden stores screenshots and PDFs, averaging 1-5 MB per bookmark. Plan storage accordingly if you enable archiving features.

Is there an equivalent to Raindrop.io’s full-text search in self-hosted tools?

Yes. Linkwarden, Hoarder, and Shiori all include full-text search across saved content — the feature that Raindrop.io locks behind its $28/year Pro plan. Shiori’s search is the most thorough since it stores complete page content. Hoarder indexes archived content and lets AI-generated tags supplement search. Linkwarden searches across bookmark titles, descriptions, and archived content. All three provide this at no additional cost.

Can multiple people share a self-hosted bookmark collection?

Linkwarden is the best option for collaborative bookmarking. It supports multiple users with shared collections, permission levels, and real-time collaboration — matching Raindrop.io Pro’s team features. Hoarder and Shiori support multiple user accounts but don’t have shared collections or collaborative features. For teams or families who want to share bookmark collections, Linkwarden is the clear choice.

Comments