Last updated: 2026-05-01
Lumen sends excerpts of your content to AI providers to generate responses:
These providers process your data under their own terms and privacy policies. Lumen does not sell your data, run advertising, or profile you for marketing.
Locally: a SQLite database on the machine running Lumen, plus uploaded files in /public/audioand similar directories. If/when Lumen is deployed to a host, the same data moves to the host's database (e.g. Postgres on Neon).
Passwords are hashed with bcrypt before storage. Verification codes are stored as SHA-256 hashes and expire after 30 minutes. Sessions use signed JWT cookies; signing out invalidates the cookie.
You can update your name and password from Settings → Account. To delete your account or export your data, contact the operator listed in the project README — automated self-service deletion is on the roadmap.
Lumen is not intended for users under 13 (or the equivalent age in your jurisdiction).
We'll update this notice as the app evolves. The "last updated" date at the top reflects the current revision.