|
| 1 | +<template> |
| 2 | + <div class="min-h-screen bg-black flex flex-col items-center px-4 py-12 relative overflow-y-auto selection:bg-orange-500/30"> |
| 3 | + |
| 4 | + <div class="fixed inset-0 bg-[linear-gradient(to_right,#27272a_1px,transparent_1px),linear-gradient(to_bottom,#27272a_1px,transparent_1px)] bg-[size:4rem_4rem] [mask-image:radial-gradient(ellipse_60%_60%_at_50%_50%,#000_70%,transparent_100%)] opacity-20 pointer-events-none"></div> |
| 5 | + |
| 6 | + <div class="relative w-full max-w-4xl z-10"> |
| 7 | + |
| 8 | + <div class="mb-8 text-center flex flex-col items-center"> |
| 9 | + <div class="flex items-center gap-2 mb-3"> |
| 10 | + <span class="text-white font-sans text-2xl font-bold tracking-tight">GitMesh</span> |
| 11 | + </div> |
| 12 | + |
| 13 | + <h1 class="text-white font-sans text-3xl font-bold tracking-tight mb-2"> |
| 14 | + <span class="text-orange-500">/</span>privacy_policy |
| 15 | + </h1> |
| 16 | + <p class="text-zinc-400 text-sm font-mono"> |
| 17 | + Last Updated: December 27, 2025 |
| 18 | + </p> |
| 19 | + </div> |
| 20 | + |
| 21 | + <div class="bg-zinc-900/20 border border-zinc-700 p-8 mb-8"> |
| 22 | + <div class="prose prose-invert prose-zinc max-w-none"> |
| 23 | + <div class="text-zinc-300 leading-relaxed space-y-8"> |
| 24 | + |
| 25 | + <section class="space-y-4"> |
| 26 | + <h2 class="text-orange-500 text-2xl font-bold font-sans mb-6">Privacy Policy</h2> |
| 27 | + |
| 28 | + <p class="text-zinc-400 text-sm italic pl-4 border-l-2 border-zinc-700">Scope: GitMesh Community and Enterprise Operations</p> |
| 29 | + |
| 30 | + <div class="space-y-6"> |
| 31 | + <div> |
| 32 | + <h3 class="text-orange-400 text-lg font-bold font-mono mb-3">I. Introduction</h3> |
| 33 | + <p class="text-zinc-400 text-sm leading-relaxed pl-4"> |
| 34 | + Alveoli ("we," "us," or "our") is committed to protecting the privacy of our users while leveraging data to build the next generation of AI-powered collaboration tools. This policy outlines how we collect, process, and secure data across our platforms. |
| 35 | + </p> |
| 36 | + </div> |
| 37 | + |
| 38 | + <div> |
| 39 | + <h3 class="text-orange-400 text-lg font-bold font-mono mb-3">II. Information Collection: Community Edition (CE)</h3> |
| 40 | + <p class="text-zinc-400 text-sm leading-relaxed pl-4 mb-3"> |
| 41 | + For participants in the open-source project, we collect: |
| 42 | + </p> |
| 43 | + <ul class="text-zinc-400 text-sm space-y-2 pl-8 list-disc"> |
| 44 | + <li><strong class="text-zinc-300">Identity Data:</strong> GitHub usernames, public profile information, and email addresses.</li> |
| 45 | + <li><strong class="text-zinc-300">Contribution Data:</strong> Commit history, pull request metadata, code review comments, and governance activity.</li> |
| 46 | + <li><strong class="text-zinc-300">Purpose:</strong> To manage the tiered contributor registry and ensure transparency in the LFDT ecosystem.</li> |
| 47 | + </ul> |
| 48 | + </div> |
| 49 | + |
| 50 | + <div> |
| 51 | + <h3 class="text-orange-400 text-lg font-bold font-mono mb-3">III. Information Collection: Enterprise Edition (EE)</h3> |
| 52 | + <p class="text-zinc-400 text-sm leading-relaxed pl-4 mb-3"> |
| 53 | + To provide superior performance, security, and AI-driven insights, GitMesh EE collects comprehensive telemetry and usage data. This includes: |
| 54 | + </p> |
| 55 | + <ul class="text-zinc-400 text-sm space-y-2 pl-8 list-disc"> |
| 56 | + <li><strong class="text-zinc-300">Operational Metadata:</strong> System configurations, repository sizes, deployment environments, and integration logs.</li> |
| 57 | + <li><strong class="text-zinc-300">Usage Analytics:</strong> Interaction patterns with AI features, feature adoption rates, and performance benchmarks.</li> |
| 58 | + <li><strong class="text-zinc-300">Technical Diagnostics:</strong> Crash reports, error logs, latency metrics, and resource utilization.</li> |
| 59 | + <li><strong class="text-zinc-300">Purpose:</strong> This data is utilized for Deep System Optimization, the training of proprietary AI models for collaboration improvement, and proactive technical support.</li> |
| 60 | + </ul> |
| 61 | + </div> |
| 62 | + |
| 63 | + <div> |
| 64 | + <h3 class="text-orange-400 text-lg font-bold font-mono mb-3">IV. Data Commercialization and Third-Party Sharing</h3> |
| 65 | + <p class="text-zinc-400 text-sm leading-relaxed pl-4 mb-3"> |
| 66 | + GitMesh maintains a zero-commercialization policy regarding user data. |
| 67 | + </p> |
| 68 | + <ul class="text-zinc-400 text-sm space-y-2 pl-8 list-disc"> |
| 69 | + <li><strong class="text-zinc-300">No Sale of Data:</strong> We do not sell, rent, or trade your personal or operational data to third-party advertisers or data brokers.</li> |
| 70 | + <li><strong class="text-zinc-300">Restricted Sharing:</strong> Data is only shared with third-party service providers (e.g., cloud infrastructure) necessary to operate the service, or when required by law. All such providers are bound by strict confidentiality agreements.</li> |
| 71 | + </ul> |
| 72 | + </div> |
| 73 | + |
| 74 | + <div> |
| 75 | + <h3 class="text-orange-400 text-lg font-bold font-mono mb-3">V. Data Security and Sovereignty</h3> |
| 76 | + <p class="text-zinc-400 text-sm leading-relaxed pl-4 mb-3"> |
| 77 | + We implement enterprise-grade security controls to protect your data: |
| 78 | + </p> |
| 79 | + <ul class="text-zinc-400 text-sm space-y-2 pl-8 list-disc"> |
| 80 | + <li><strong class="text-zinc-300">Encryption:</strong> Data is encrypted at rest and in transit using TLS 1.3 and AES-256 standards.</li> |
| 81 | + <li><strong class="text-zinc-300">Access Control:</strong> Access to Enterprise telemetry is restricted to authorized Alveoli engineering personnel on a "least privilege" basis.</li> |
| 82 | + <li><strong class="text-zinc-300">Governance Records:</strong> Contribution records in the CE contributors.yaml are permanent to maintain the integrity of the project's history.</li> |
| 83 | + </ul> |
| 84 | + </div> |
| 85 | + |
| 86 | + <div> |
| 87 | + <h3 class="text-orange-400 text-lg font-bold font-mono mb-3">VI. Rights and Contact Information</h3> |
| 88 | + <p class="text-zinc-400 text-sm leading-relaxed pl-4 mb-3"> |
| 89 | + Users may request access to or deletion of their personal data, subject to the historical requirements of the Apache 2.0 license and open-source governance. |
| 90 | + </p> |
| 91 | + <ul class="text-zinc-400 text-sm space-y-2 pl-8 list-disc"> |
| 92 | + <li><strong class="text-zinc-300">For CE/Governance Inquiries:</strong> Ryan Madhuwala, Lab Leader (<a href="mailto:rawx18.dev@gmail.com" class="text-orange-400 hover:text-orange-300 underline">rawx18.dev@gmail.com</a>)</li> |
| 93 | + <li><strong class="text-zinc-300">For EE/Privacy Inquiries:</strong> Ronit Raj, CTO of Alveoli (<a href="mailto:ronitk964@gmail.com" class="text-orange-400 hover:text-orange-300 underline">ronitk964@gmail.com</a>)</li> |
| 94 | + </ul> |
| 95 | + </div> |
| 96 | + </div> |
| 97 | + </section> |
| 98 | + |
| 99 | + </div> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + |
| 103 | + </div> |
| 104 | + </div> |
| 105 | +</template> |
| 106 | + |
| 107 | +<script> |
| 108 | +export default { |
| 109 | + name: 'AppPrivacyPage', |
| 110 | +}; |
| 111 | +</script> |
| 112 | + |
| 113 | +<style scoped> |
| 114 | +@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Inter:wght@400;600;700;900&display=swap'); |
| 115 | +
|
| 116 | +.font-sans { font-family: 'Inter', sans-serif; } |
| 117 | +.font-mono { font-family: 'JetBrains Mono', monospace; } |
| 118 | +</style> |
0 commit comments