Cherrypic features & customizable UI

Local-First & Offline

Your library lives on device first (SQLite + full-text search). Work offline; changes queue in an outbox and sync when you reconnect.

  • On-device LibraryYour workspace lives on the device first—SQLite with full-text search—not a thin shell over the cloud.
  • Works OfflineOpen, search, capture, and edit without waiting on the network. Flaky connections do not block the library.
  • Durable OutboxMutations queue locally so edits survive reloads. When you reconnect, the outbox flushes and remote changes merge in.
  • Same Model EverywhereWeb, desktop, mobile, and extension share the local-first pattern. Export and import keep data portable.

On-device library

Storage

  • Local SQLite database
  • Full-text search · FTS5
  • Library stays on device

Durable outbox

Queue

  • Changes land locally first
  • Outbox survives reloads
  • Flush when online
  • Merge remote updates

Works offline

What you can do

  • Browse · search · open items
  • Capture · organize · edit
  • No network wait for core work

Same model everywhere

Clients

  • Web · desktop · mobile · extension
  • Same local-first idea on each

Portable data

  • Export Markdown · CSV · ZIP
  • Import from major tools · structured files