Can I vibecode Recall?
KINDA · weekend projectThe core loop is buildable, but a dependable replacement becomes a real weekend or multi-day project. For Recall, save user-provided sources, summarize them, and build a linked personal knowledge graph. The hard boundary is hosted extraction, model routing, browser capture, sync, and knowledge-graph polish, plus capture polish, sync, and content partnerships.
Build a personal replacement for Recall in an empty repository. Use Next.js 15, TypeScript, SQLite, Drizzle ORM, Readability.js, and a local background worker; do not offer alternative stacks. The core loop is: save user-provided sources, extract readable text, summarize them, build a linked personal knowledge graph, and export the archive in open formats. Make the first run work locally with one documented command. Store all user data locally by default and make export straightforward. Put secrets in .env, ship .env.example, and never commit credentials. Support manual URL save, RSS or Atom subscriptions, OPML import, and a simple bookmarklet. Fetch politely with a clear user agent, rate limits, conditional requests, and robots-aware behavior. Extract title, author, date, canonical URL, readable HTML, and selected images. Provide inbox, unread, archive, favorites, tags, highlights, notes, and full-text search. Keep the original URL prominent and never attempt to bypass authentication or paywalls. Export OPML, bookmarks HTML, Markdown, and a complete JSON backup. Include clear empty, loading, success, and recoverable error states. Add input validation, safe filenames, and graceful handling of unavailable APIs. Write focused tests for the core transformation and one end-to-end happy path. Create a README with setup, architecture, permissions, data location, and backup steps. Do not add accounts, billing, telemetry, analytics, or a hosted control plane. Deliberately leave out paywall circumvention. Deliberately leave out licensed publisher content and recommendation networks. Deliberately leave out native mobile clients and seamless commercial sync. Finish by running the tests and listing the exact commands used.
$ 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
prompt copied. verdicts flip when models improve.
five vibe-coding tips + the verdicts that changed. thursdays, free, one-click out.
People still pay for Recall because people pay when capture works everywhere, reading state syncs instantly, and the archive remains clean without constant parser repairs. The recurring cost buys feed quirks, parsing, paywalls, canonical URLs, deduplication, images, search, sync, browser extensions, and publisher changes, not just the visible interface.
xhosted extraction, model routing, browser capture, sync, and knowledge-graph polish
xpublisher bypasses
xcross-device mobile capture
xhigh-quality recommendation graph
xlicensed full-text feeds
Don't feel like building it? These folks already made it free.
no votes, no pay-to-list · just what's real
Recall pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| free | $0 | $0 | 10 AI summaries/month and unlimited saved content; API and MCP access included. |
| plus | — | $10 | Unlimited AI summaries under fair use; import up to 1,000 bookmarks or 10,000 Markdown notes. |
| max | — | $38 | Unlimited summaries under fair use; bulk actions on up to 100 items and model choice. |
free tier10 AI summaries per month; unlimited saved content.
billingannual prices published with 20% savings; monthly selector exists but current monthly amounts were not independently recoverable; 30-day refund
hidden costsPaid 'unlimited' summaries remain subject to fair use and can be paused, reviewed or adjusted. Student pricing is 20% off where eligibility is accepted.
verified 2026-08-11 · source ↗
Is Recall free?
The free plan saves unlimited content but caps AI summaries at 10 a month. Paid is Plus at $10/mo (checked 2026-08-07).
Can I vibecode Recall?
Kinda. The core of Recall is buildable in a weekend with the prompt on this page, but there are real gaps: hosted extraction, model routing, browser capture, sync, and knowledge-graph polish, publisher bypasses. Read the honest list above before committing.
How much does Recall cost?
Recall costs about $10/month (Plus, checked 2026-08-07), which is $120 per year.
What do I lose by replacing Recall?
Honestly: hosted extraction, model routing, browser capture, sync, and knowledge-graph polish; publisher bypasses; cross-device mobile capture; high-quality recommendation graph; licensed full-text feeds. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Recall?
Yes: Atomic (Saved sources become summaries and a linked semantic graph; bring your own model.) The prompt is for when you want it exactly your way.