Replace Raindrop.io?

YES · one-shottable
catalog price reference $3/mocategory 📌 bookmarksreported replacement votes 0

A personal bookmark saver with tags, full-text search, and screenshots is a very tractable small app.

the prompt
Build me a personal bookmark manager to replace Raindrop.io. Requirements:

- A local web app: Node + Express + better-sqlite3 on localhost:4040, server-rendered,
  minimal JS.
- Save via a bookmarklet that POSTs the current URL to /save; the server fetches the
  page, pulls title/description/og:image with metascraper, and stores the readable
  article text (@mozilla/readability) for search.
- Bookmarks take free-form tags (comma entry, autocomplete from existing tags) and an
  optional note.
- Full-text search across title, note, and archived page text with SQLite FTS5; filter
  by tag, newest first.
- List view: favicon, title, domain, tags, saved date. A weekly node-cron job re-checks
  links and flags 404s.
- Import from a Netscape bookmarks HTML export; export everything as JSON and CSV from
  an /export route.
- Binds to localhost only; no accounts, no telemetry, the whole archive is one SQLite
  file I can back up.
- Out of scope: mobile apps and full page-snapshot archiving, the stored text is the
  archive. No team collections.
- README: how to install the bookmarklet and where the DB file lives.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because bookmarks are boring until import/export, search, mobile, and extension reliability matter.

what you lose

xmobile apps

xbrowser-extension polish

xpermanent archiving

xvisual previews

xteam collections

ximport/export polish

prior art to inspect before buildinglinkwardenOpen-source bookmark manager with archiving, collections, and collaborative saving.
reported replacements · 0share on X ↗"Raindrop.io replacement research and build prompt"
questions
What does the Raindrop.io verdict mean?

The directory classifies the core job as practical to build with an AI coding agent. Use the prompt as a starting point and review the tradeoffs before relying on the result. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Raindrop.io?

The directory records $3/month for Pro, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Raindrop.io?

Honestly: mobile apps; browser-extension polish; permanent archiving; visual previews; team collections; import/export polish. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Raindrop.io?

The listed prior art includes linkwarden (Open-source bookmark manager with archiving, collections, and collaborative saving.). Inspect those projects before starting from a blank prompt.