Can AI replace Readwise Reader?

KINDA · weekend project
price $12.99/moyou'd save $155.88/yrbuild time multi-daycategory 🔖 read it laterreplaced by 0 peoplebuild unverified

Saving articles and highlighting is easy; reliable extraction, mobile/offline reading, sync, Kindle/import integrations, RSS/PDF support, and review loops are real work.

the prompt
Build me a personal read-it-later app to replace Readwise Reader. Requirements:

- A self-hosted web app (VPS or localhost): Node + Express + better-sqlite3, server-
  rendered with one clean reading column.
- Save via a bookmarklet POSTing the URL; extract with @mozilla/readability + jsdom and
  store title, author, site, word count, and cleaned HTML. When extraction fails, keep
  the bare link with a 'source only' badge instead of mangling it.
- Reading view: the cleaned article, estimated read time, and select-to-highlight (a
  little vanilla JS; store the highlight with surrounding context).
- Library: Inbox, Archive, and per-tag lists; keyboard j/k to move, Enter to open, e to
  archive.
- A highlights page grouped by article, plus a nightly node-cron export of all
  highlights to ~/highlights/YYYY-MM-DD.md so they outlive the app.
- A daily review email with 5 random old highlights via Resend or SMTP (creds in .env).
- Full-text search over articles and highlights with SQLite FTS5.
- No accounts, no telemetry; if hosted, put it behind basic auth and HTTPS.
- Out of scope: RSS ingestion, PDF/epub parsing, Kindle sync, and mobile apps. The
  browser is the reader.
- README: bookmarklet install and SMTP setup.

$ 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 all reading inputs flow into one durable highlight system.

what you lose

xexcellent parsing

xmobile/offline apps

xKindle integrations

xRSS/PDF workflows

xspaced repetition

xexports

prior art · use these instead of building, if you'd ratherwallabagOpen-source read-it-later app with article extraction and self-hosted reading workflows.
share on X ↗"I just replaced Readwise Reader ($12.99/mo) with one prompt"
questions
Can AI replace Readwise Reader?

Kinda. The core of Readwise Reader is buildable in a weekend with the prompt on this page, but there are real gaps: excellent parsing, mobile/offline apps. Read the honest list above before committing.

How much does Readwise Reader cost?

Readwise Reader costs about $12.99/month (Readwise Full, checked 2026-07-30), which is $155.88 per year.

What do I lose by replacing Readwise Reader?

Honestly: excellent parsing; mobile/offline apps; Kindle integrations; RSS/PDF workflows; spaced repetition; exports. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Readwise Reader?

Yes — wallabag (Open-source read-it-later app with article extraction and self-hosted reading workflows.). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.