[verdict][generated prompt][source: raindrop.io]
Can I vibecode Raindrop.io?
// one session, and a personal version you can actually use
A personal bookmark saver with tags, full-text search, and screenshots is a very tractable small app.
confidence: high
what it is: Visual bookmark manager for saving, tagging, and searching links
Buildability index · an editorial game
- Price 3 $/month weight: zero
- Time one sitting weight: plus 3
- Category bookmarks no weight
- Moat execution quality weight: minus 1
- Confidence high weight: plus 1
- What you lose 6 items weight: minus 3
- Site raindrop.io (si apre in una nuova scheda) no weight
They cancel out. This is where it comes down to how much the subscription annoys you.
Gioco editoriale: il verdetto dice se un agente può, l’indice se conviene.
What you build
Build a browser extension/bookmarklet, save URL metadata to SQLite/Postgres, tag it, optionally archive page text, and provide search.
what you need
- browser extension or bookmarklet
- small hosted backend or local database
- page metadata/extraction library
Great cheap-subscription target; a strong yes with real prior art.
The prompt
One session with a coding agent and your version runs.
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. Prompt generated from the data on this page, not reviewed by hand yet. In English on purpose — it is the language coding agents work best in.
What you lose
- mobile apps
- browser-extension polish
- permanent archiving
- visual previews
- team collections
- import/export polish
Why people still pay
They pay because bookmarks are boring until import/export, search, mobile, and extension reliability matter.
moat: Execution quality what a moat is
polish/cross-platform
Free alternatives
Not in the mood to build it? These already exist, they are free or open source, and we checked them one by one.
Who has already built it
Starting from here is still vibecoding: the prompt is for when you want it exactly your way.
- linkwarden (opens in a new tab) — Open-source bookmark manager with archiving, collections, and collaborative saving. (alive)
Do you agree?
The vote balance
Ancora nessun voto: il tuo è il primo.
Nessun voto ancora — il primo pesa.