
· · Daniel A
The Best Notes App That Works Offline
A notes app that needs Wi·Fi to open is not a notes app. What real offline support looks like.
What "works offline" really means
It is a three·part test:
- Read offline· Can you open the app and see every note without a connection?
- Write offline· Can you create and edit notes, and trust they will sync later?
- Search offline· Can you actually find a note when there is no server to query?
Notion fails #1·it shows a loading spinner. Google Keep partially fails #3·search becomes hit·or·miss. Evernote requires a paid plan for offline access on mobile.
Apps that pass all three
- [Obsidian](/alternatives/obsidian)· Local files on disk. Offline is the default state.
- Apple Notes· Strong on Apple devices, locally cached.
- [SimplyBoard](/features/offline-support)· Encrypted local cache, full search and edit offline, automatic sync on reconnect.
- Bear· Apple·only, fully offline·capable.
- Joplin· Local·first markdown with optional sync.
The hidden requirement: conflict handling
Offline support is easy to claim until two devices edit the same note while disconnected. Then it gets ugly:
- Obsidian creates "conflict" files you resolve manually.
- Apple Notes silently picks a winner·sometimes the wrong one.
- SimplyBoard uses last·write·wins by design, with no conflict UI to manage. Simple, predictable.
There is no perfect answer. Pick the trade·off you can live with.
Why offline matters more than you think
It is not just planes and tunnels. It is the cafe with bad Wi·Fi. The hotel that wants $15/day. The moment your VPN drops. The interview question you want to write down before you forget it.
An app that works only when the network does is a notes app that works only when convenient·which is exactly when you don't need it.
Our pick
SimplyBoard is built offline·first: the entire encrypted cache lives in your browser's IndexedDB, search runs on·device, and edits are queued and synced the moment the connection returns. Read more about how we built it.