Docs
What this thing is, and where the detail lives.
Omelet Clipboard is a clipboard shared across a person's devices. Copy on one, paste on another. Peer to peer when the network allows it, and through a relay that forgets on delivery when it does not.
This site is the marketing surface and the privacy artifact. The architecture, the storage policy, and the platform constraints live in the sibling harness repo, which holds the rules for all three codebases in the cluster.
- CLUSTER.md - cluster map, how a clip travels, the two-table storage policy, platform constraints, and open questions.
- principles/invariants.md - the rules a machine holds. Each one names its check and its status (
enforcedorplanned). - principles/golden-principles.md - the rules still held by review rather than by lint.
- bootstrap plan - the step-by-step that turns the principles into running code, including which step flips each invariant from
plannedtoenforced.
On this site
- Privacy policy - every storage and relay claim, each linked to its invariant and that invariant's status.
- The app - the Flutter web build. (Not yet wired in; lands in a later plan step.)
- Landing page - the one-paragraph summary.
Why the site is separate from the app
A Flutter web bundle is a poor SEO surface and a worse privacy artifact. The page that claims nothing is stored should be readable without executing two megabytes of Dart. This site is static server-rendered HTML; the privacy policy does not require JavaScript to read.