Last updated 24 September 2026.
The short version: this site loads nothing from a third party, stores counters rather than people, and keeps no log of what you typed into a tool.
| Data | Why | Kept for |
|---|---|---|
| Account details: name, email, hashed password, optional username | To run your account and let you sign in | Until you delete the account |
| Project configuration: repository, environment variable names, domains, deployment history | To deploy and operate your projects | Until you delete the project |
| Aggregate metrics: daily visit, install and active-user counts per project | To show you traffic and conversion | Rolling window; 30 days on Free, 90 days on Pro |
| Contact messages: name, email, topic, message body | To answer you | 24 months, then deleted |
| Salted, daily-rotating hash of an IP address, for rate limiting | To stop form abuse without identifying anyone | 15 - 60 minutes, per bucket |
| Operations audit log: staff action, target, summary | Accountability for administrative access to the platform | 12 months |
Two cookies exist, both functional and both first-party:
lyralink_sid — the session, so the site remembers you are signed in. HttpOnly,
SameSite=Lax, Secure over HTTPS.lyralink_session — the account session token, only set after you sign in, stored as a
hash server-side.There are no advertising or analytics cookies, so there is nothing to consent to.
Application data is stored in a MySQL database and a file store operated for Lyralink by ARXD LLC. Database credentials are held outside the web root in a file that is not reachable over HTTP.
Passwords are stored using a modern one-way hash and are never logged or emailed. Administrative access to the platform requires two-factor authentication. Uploaded files are validated by content, stored under generated filenames, and are never executed. If you find a security problem, please report it to security@lyralinkai.com.
Lyralink is not directed at anyone under 16, and accounts for children are not knowingly created.
Material changes to how data is handled are notified to account holders before they take effect.