// We treat your data as read-only, encrypted variables.
{
"data_collection": {
"identity": ["username", "email_hash", "avatar_url"],
"telemetry": ["usage_logs", "device_fingerprint"],
"cookies": true
},
"usage_protocol": [
"To authenticate your session token",
"To render your personalized dashboard",
"To prevent botnet attacks via Rate Limiting"
],
"third_party_sharing": {
"analytics": "Google (Anonymized)",
"hosting": "Vercel Edge Network",
"payment": "Stripe"
},
"user_rights": {
"export_data": "Available via API",
"delete_account": "Instant via Settings"
}
}Security Note
All database connections are encrypted via TLS 1.3. We salt and hash passwords using bcrypt before they touch our disk.