| Data | Why | Stored where |
|---|---|---|
| Name & email | Account creation, communication | Local server (data/users.json) |
| Password hash | Authentication (bcrypt, never plaintext) | Local server |
| Plan & billing info | Subscription management | Local server (data/payments.json) |
| Clone history | Usage tracking, plan limits | Local server (data/clones.json) |
| IP address | Rate limiting only (not stored persistently) | Memory, cleared every 5 min |
Your data is used exclusively to:
We do not sell, share, or rent your personal data to any third party.
We send emails only for:
We do not send marketing emails unless you explicitly opt in.
Your data is retained as long as your account is active. You may request deletion by contacting us — we will delete your account and all associated data within 7 days. Clone history and error logs are automatically capped (5,000 and 2,000 records respectively) and older entries are purged automatically.
Passwords are hashed using bcrypt (cost factor 12) — we cannot recover your password. All session tokens are random UUIDs. Rate limiting protects against brute-force attacks. The server should be run behind HTTPS in production.
If you are in the EU/EEA, you have the right to:
To exercise these rights, contact us via the email on your account.
CLONYFY does not use cookies. Authentication uses a token stored in localStorage on your device, which you can clear at any time.
We may update this Privacy Policy occasionally. Material changes will be communicated via email. Continued use of the Service constitutes acceptance.
For privacy-related requests, contact us at the email registered on your account. We respond within 48 hours.