All

42 unread

Notes

press n to add · esc to close · cmd/ctrl + enter to save

The DMZ

shared · unencrypted · everyone

Settings

storage adapter · cloud sync

Active adapter: Local (browser only)

Storage adapter

The private reader writes its event log to this storage. The DMZ board uses the same adapter with a sibling path (coda/dmz). Cross-device DMZ requires a separate DMZ adapter, queued as a follow-up. Encryption (AES-256-GCM, Argon2id KDF) is not in this release — see ROADMAP §5 and PR #7.

Failover & resilience

CODA can mirror every write to a second backend, so the reader keeps working offline and a single dead provider can’t take your state down.

When on, every star/note/read is written to both your cloud adapter and the browser’s local storage. Reads prefer the cloud and fall back to local if it is unreachable. Network drops, rate limits, and 5xx errors trip a per-adapter circuit breaker that recovers automatically.