Skip to content

Instantly share code, notes, and snippets.

@fresh5447
Created March 27, 2026 21:12
Show Gist options
  • Select an option

  • Save fresh5447/49ab26ae0c48c1bb681479e7b380f916 to your computer and use it in GitHub Desktop.

Select an option

Save fresh5447/49ab26ae0c48c1bb681479e7b380f916 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kokabiel - Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 700px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; }
h1 { font-size: 24px; } h2 { font-size: 18px; margin-top: 24px; }
</style>
</head>
<body>
<h1>Kokabiel — Privacy Policy</h1>
<p><strong>Last updated:</strong> March 27, 2026</p>
<h2>Overview</h2>
<p>Kokabiel is a personal trading dashboard app that connects to a user-configured private API server. The app is designed for individual use to monitor automated trading activity.</p>
<h2>Data Collection</h2>
<p>Kokabiel does <strong>not</strong> collect, store, or transmit any personal data to third parties. The app:</p>
<ul>
<li>Does not use analytics or tracking SDKs</li>
<li>Does not collect device identifiers</li>
<li>Does not use advertising frameworks</li>
<li>Does not share data with third parties</li>
</ul>
<h2>Data Storage</h2>
<p>The only data stored locally on your device is:</p>
<ul>
<li>Your API server URL and API key (stored in UserDefaults)</li>
<li>Cached API responses for performance (in-memory only)</li>
</ul>
<h2>Network Communication</h2>
<p>The app communicates exclusively with the API server URL you configure in Settings. No data is sent to any other server.</p>
<h2>Contact</h2>
<p>If you have questions about this privacy policy, contact: <a href="mailto:douglaswalter2@gmail.com">douglaswalter2@gmail.com</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment