No routine Save button
A single status tells you whether work is saved, synchronizing, device-only, or needs attention.
Reliable by design
Saving should not be a separate job. Trellvia writes editor transactions to durable device storage first, then synchronizes them to the server in the background. Refreshes, abrupt closure, and temporary connection loss should not turn a visible edit into a missing one.

Local durability · background sync · recovery versions · session controls
A single status tells you whether work is saved, synchronizing, device-only, or needs attention.
Open cached work, keep editing, and let the durable queue synchronize after reconnection.
Preview an earlier document version before restoring it as a new current version.
Local-first durability
Every editor transaction is persisted to IndexedDB before it waits on the network. Stable operation identifiers make retries safe, and reopening restores the newest local state before reconciling it with the server.
Recovery with context
Historical document entries open in a dedicated read-only view. A restore is a separate confirmed action that creates a new current version from the selected snapshot while preserving the version it replaces.
Account boundaries
Trellvia resolves the current identity, account, membership, and role on server requests. Local recovery data is partitioned by account. Signing out revokes the server session and clears sensitive workspace data from the current device.
Common questions
No routine Save action is required. The app stores accepted edits on the device and synchronizes continuously, with one global status showing the current state.
After a successful online session, cached documents, tasks, tags, folders, and scratch pages can remain available for limited offline use. Changes queue locally and synchronize after reconnection.
No. Trellvia preserves the replaced current version and creates a new current version from the selected snapshot.
Keep the thread moving
Capture freely, connect what matters, and move useful ideas forward in one calm workspace.