NOMOI LLC ยท retention inventory

What we keep, and what we can prove

This page is generated from the same records used to review retention wording. It separates behavior implemented in this repository from behavior that still needs proof in another service.

implemented

NOMOI website measurement

Statement
Analytics is optional. The website sends Clarity and Surface events only after explicit opt-in.
Consent
The browser stores nomoi_analytics_consent as granted or denied.
Deletion
Resetting the choice removes the local consent-linked session, attribution, variant keys, and analytics cookies. Server retention and server event deletion are not implemented in this repository.
Tenant behavior
SurfaceInit sends the fixed nomoi-web product partition. This is not user tenant isolation. User tenant isolation is not proved because the ingest service is outside this repository.

Source: src/lib/analytics/consent.ts, src/lib/analytics/clarity.ts, src/components/SurfaceInit.astro

not-proved

NOMOI contact form

Statement
A submitted contact form is stored so NOMOI can answer it.
Consent
Submission is an explicit user action. This route does not use analytics consent as permission to store the message.
Deletion
The route writes to atlas.contact_messages as a fallback or audit record. A deletion operation is not implemented in this repository.
Tenant behavior
The route does not attach a tenant ID. Tenant separation for stored contact messages is not proved here.

Source: src/pages/api/contact.ts

not-proved

NOMOI product catalogue and external product apps

Statement
Product pages must not claim a retention period or deletion result that this repository cannot verify.
Consent
Consent behavior belongs to each product. The external product services are not present in this repository.
Deletion
External product deletion behavior is not proved here. See each product's own notice before use.
Tenant behavior
External product tenant behavior is not proved here.

Source: src/lib/products.ts, src/pages/products/*, src/pages/privacy/*

Back to privacy