Replace Evernote?
KINDA · weekend projectA personal notes app with OCR/search/import is reachable, but the hard parts are migration, sync reliability, clipper UX, OCR quality, and years of user data.
Build me a personal capture-and-notes app to replace Evernote. Requirements: - A local web app: Node + Express + better-sqlite3, server-rendered pages, binds to localhost. - Notes are Markdown stored in SQLite with tags, edited in a textarea with live preview via marked. - Attachments: drag a file or image onto a note, stored in ./data/files/ and linked from the note. On upload, run tesseract.js OCR over images and PDF pages and store the extracted text so scans and receipts are searchable. - Full-text search across notes plus OCR text with SQLite FTS5, search box in the header, tag filters beside it. - Capture via bookmarklet: POSTs the current page's title, URL, and selected text into a new note. A bookmarklet, not an extension. - An import script for Evernote .enex exports: notes, tags, and attachments, so my old data actually moves in. - Weekly export of everything to a folder of .md files plus attachments, so nothing is ever trapped in the app. - No accounts, no telemetry, all data on my machine. - Out of scope: mobile apps, cross-device sync, a real browser extension. - README: setup steps and where the data lives on disk.
$ 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
They pay because all old notes, attachments, scans, and clipped pages are already there.
xweb clipper quality
xmobile apps
xOCR/search maturity
xsync
ximport/export edge cases
xlong-term reliability
What does the Evernote verdict mean?
The core job looks buildable, with meaningful gaps: web clipper quality, mobile apps. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for Evernote?
The directory records $14.99/month for Starter, 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 Evernote?
Honestly: web clipper quality; mobile apps; OCR/search maturity; sync; import/export edge cases; long-term reliability. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Evernote?
The listed prior art includes Joplin (Mature open-source note app with sync, markdown notes, clipping, and end-to-end encryption). Inspect those projects before starting from a blank prompt.