Selaa lähdekoodia

Add Google Sites embed content for home, privacy, and terms pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
huzaifahayat12 2 kuukautta sitten
vanhempi
sitoutus
d187ec4bd0
3 muutettua tiedostoa jossa 353 lisäystä ja 0 poistoa
  1. 58 0
      website/index.html
  2. 137 0
      website/privacy.html
  3. 158 0
      website/terms.html

+ 58 - 0
website/index.html

@@ -0,0 +1,58 @@
+<style>
+  .zc-content {
+    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
+    color: #1a1a1a;
+    line-height: 1.5;
+    padding: 64px 24px;
+    max-width: 720px;
+    margin: 0 auto;
+  }
+  .zc-content h2, .zc-content h3, .zc-content p { margin: 0; }
+  .zc-content h2 {
+    font-size: 1.75rem;
+    font-weight: 700;
+    margin-bottom: 32px;
+  }
+  .zc-feature {
+    margin-bottom: 28px;
+  }
+  .zc-feature h3 {
+    font-size: 1.15rem;
+    font-weight: 700;
+    margin-bottom: 8px;
+  }
+  .zc-feature p {
+    color: #4a4a4a;
+  }
+</style>
+
+<div class="zc-content">
+
+  <h2>Your Complete Meeting Hub.</h2>
+
+  <div class="zc-feature">
+    <h3>Smart Scheduling</h3>
+    <p>Schedule meetings in seconds with shared availability and fewer back-and-forth messages.</p>
+  </div>
+
+  <div class="zc-feature">
+    <h3>Agenda Builder</h3>
+    <p>Create clear agendas with discussion topics, owners, priorities, and time slots.</p>
+  </div>
+
+  <div class="zc-feature">
+    <h3>Desktop Widgets</h3>
+    <p>Pin widgets to your Mac desktop for quick actions and your next meeting.</p>
+  </div>
+
+  <div class="zc-feature">
+    <h3>Ai Assistant</h3>
+    <p>Record meetings locally, transcribe on your Mac, and turn conversations into notes.</p>
+  </div>
+
+  <div class="zc-feature">
+    <h3>Smart Reminders</h3>
+    <p>Get notified before meetings — 1 day, 12 hours, or 1 hour ahead.</p>
+  </div>
+
+</div>

+ 137 - 0
website/privacy.html

@@ -0,0 +1,137 @@
+<style>
+  .zc-legal {
+    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
+    color: #1a1a1a;
+    line-height: 1.6;
+    padding: 48px 24px 64px;
+    max-width: 720px;
+    margin: 0 auto;
+  }
+  .zc-legal h1, .zc-legal h2, .zc-legal h3, .zc-legal p, .zc-legal ul { margin: 0 0 16px; }
+  .zc-legal h1 {
+    font-size: 1.75rem;
+    font-weight: 700;
+    margin-bottom: 8px;
+  }
+  .zc-legal .zc-updated {
+    color: #4a4a4a;
+    font-size: 0.95rem;
+    margin-bottom: 28px;
+  }
+  .zc-legal h2 {
+    font-size: 1.2rem;
+    font-weight: 700;
+    margin-top: 28px;
+  }
+  .zc-legal h3 {
+    font-size: 1.05rem;
+    font-weight: 700;
+    margin-top: 20px;
+  }
+  .zc-legal p, .zc-legal li {
+    color: #333;
+    font-size: 0.98rem;
+  }
+  .zc-legal ul {
+    padding-left: 1.25rem;
+  }
+  .zc-legal li { margin-bottom: 8px; }
+  .zc-legal a { color: #2d7db3; }
+</style>
+
+<div class="zc-legal">
+
+  <h1>Privacy Policy</h1>
+  <p class="zc-updated">Last updated: May 15, 2026</p>
+
+  <p>
+    This Privacy Policy describes how <strong>AI Companion for Zoom</strong> (“the App,” “we,” “us”) handles information when you use our macOS application and related website. The App is an independent product and is <strong>not affiliated with, endorsed by, or sponsored by Zoom Video Communications, Inc.</strong> “Zoom” is a trademark of Zoom Video Communications, Inc.
+  </p>
+
+  <h2>1. Summary</h2>
+  <p>
+    The App helps you manage Zoom meetings, schedule sessions, use desktop widgets, receive reminders, and optionally use an Ai Assistant to record audio locally, generate transcripts on your Mac, and create meeting notes. Most data stays on your device. Some features require sign-in with third-party services (Zoom, and optionally Google) or sending transcript text to OpenAI when you choose to generate notes.
+  </p>
+
+  <h2>2. Information we collect and use</h2>
+
+  <h3>2.1 Information you provide</h3>
+  <ul>
+    <li><strong>Account sign-in:</strong> If you sign in with Zoom or Google, we receive and store OAuth tokens so the App can access the services you authorize. We do not receive your account password.</li>
+    <li><strong>Meeting and calendar data:</strong> With your permission, the App may access Zoom meeting information (for example, scheduled meetings) and, if you connect Google, read-only calendar data to support scheduling features.</li>
+    <li><strong>Settings and preferences:</strong> Choices such as dark mode, reminder timing, and transcription language are stored locally on your Mac (for example, in app preferences).</li>
+  </ul>
+
+  <h3>2.2 Information collected automatically on your device</h3>
+  <ul>
+    <li><strong>Local meeting recordings:</strong> If you use Ai Assistant, audio may be recorded and saved in the App’s sandboxed storage on your Mac (for example, under Application Support in the app container). Recordings are created only when you start recording.</li>
+    <li><strong>Transcripts:</strong> Transcripts are generated on your Mac using Apple’s Speech Recognition framework. Transcript text is stored locally with your recordings unless you delete them.</li>
+    <li><strong>Meeting notes:</strong> If you tap to generate notes, transcript text is sent to <strong>OpenAI</strong> to produce a summary. Notes are saved locally in the App after generation.</li>
+  </ul>
+
+  <h3>2.3 Device permissions</h3>
+  <p>The App may request macOS permissions only when needed for features you use, including:</p>
+  <ul>
+    <li><strong>Camera and microphone</strong> — for embedded Zoom meetings and local audio recording.</li>
+    <li><strong>Screen / system audio capture</strong> — to include meeting audio in recordings when you allow it.</li>
+    <li><strong>Speech recognition</strong> — to transcribe saved audio on your device.</li>
+    <li><strong>Notifications</strong> — to send meeting reminders you configure (for example, 1 day, 12 hours, or 1 hour before a meeting).</li>
+  </ul>
+  <p>You can change or revoke permissions anytime in <strong>System Settings → Privacy &amp; Security</strong> on your Mac.</p>
+
+  <h2>3. How we use information</h2>
+  <p>We use information to:</p>
+  <ul>
+    <li>Display and manage your meetings, schedule new ones, and show widgets and reminders.</li>
+    <li>Authenticate with Zoom and optional Google services.</li>
+    <li>Record, transcribe, and summarize meetings when you enable those features.</li>
+    <li>Process subscriptions and purchases through the Mac App Store (handled by Apple).</li>
+    <li>Improve reliability and fix issues (for example, error messages stored locally in the App).</li>
+  </ul>
+  <p>We do <strong>not</strong> sell your personal information. We do <strong>not</strong> use third-party advertising or cross-app tracking in the App.</p>
+
+  <h2>4. Third-party services</h2>
+  <p>The App integrates with services governed by their own privacy policies:</p>
+  <ul>
+    <li><strong>Zoom</strong> — <a href="https://zoom.us/privacy" target="_blank" rel="noopener noreferrer">zoom.us/privacy</a></li>
+    <li><strong>Google</strong> (optional) — <a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer">policies.google.com/privacy</a></li>
+    <li><strong>Apple</strong> (Speech Recognition, notifications, App Store) — <a href="https://www.apple.com/legal/privacy/" target="_blank" rel="noopener noreferrer">apple.com/legal/privacy</a></li>
+    <li><strong>OpenAI</strong> (optional, when you generate notes) — <a href="https://openai.com/policies/privacy-policy" target="_blank" rel="noopener noreferrer">openai.com/policies/privacy-policy</a></li>
+  </ul>
+  <p>Data sent to these providers is limited to what is required for the feature you use (for example, transcript text for note generation, or meeting metadata from Zoom APIs).</p>
+
+  <h2>5. Data storage and security</h2>
+  <ul>
+    <li>OAuth tokens for Zoom are stored in app preferences on your Mac. Google tokens are stored in the system Keychain where supported.</li>
+    <li>Recordings, transcripts, and notes are stored locally in the App’s container unless you delete them.</li>
+    <li>The App runs in the macOS App Sandbox to limit access to your system.</li>
+  </ul>
+  <p>No method of storage or transmission is 100% secure. You are responsible for keeping your Mac and accounts secure.</p>
+
+  <h2>6. Data retention and deletion</h2>
+  <ul>
+    <li>You can delete individual recordings, transcripts, and notes from within the App.</li>
+    <li>You can sign out to remove stored OAuth tokens from the App.</li>
+    <li>Uninstalling the App removes data stored in its sandboxed container, subject to macOS behavior.</li>
+  </ul>
+
+  <h2>7. Children’s privacy</h2>
+  <p>The App is not directed to children under 13 (or the minimum age required in your country). We do not knowingly collect personal information from children.</p>
+
+  <h2>8. International users</h2>
+  <p>If you use the App outside your home country, your information may be processed on your Mac and by third-party providers (such as Zoom, Google, or OpenAI) in countries where they operate. By using the App, you understand that these providers may process data according to their own policies and applicable law.</p>
+
+  <h2>9. Your rights</h2>
+  <p>Depending on where you live, you may have rights to access, correct, delete, or restrict certain processing of your personal information. Because most data is stored on your device, you can often exercise these rights directly in the App or by contacting us. You may also have the right to lodge a complaint with a supervisory authority.</p>
+
+  <h2>10. Changes to this policy</h2>
+  <p>We may update this Privacy Policy from time to time. We will post the revised version on this page and update the “Last updated” date. Continued use of the App after changes means you accept the updated policy.</p>
+
+  <h2>11. Contact us</h2>
+  <p>
+    If you have questions about this Privacy Policy or our data practices, contact us at:
+    <br />
+    <strong>Email:</strong> <a href="mailto:YOUR_SUPPORT_EMAIL">YOUR_SUPPORT_EMAIL</a>
+  </p>
+
+</div>

+ 158 - 0
website/terms.html

@@ -0,0 +1,158 @@
+<style>
+  .zc-legal {
+    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
+    color: #1a1a1a;
+    line-height: 1.6;
+    padding: 48px 24px 64px;
+    max-width: 720px;
+    margin: 0 auto;
+  }
+  .zc-legal h1, .zc-legal h2, .zc-legal h3, .zc-legal p, .zc-legal ul { margin: 0 0 16px; }
+  .zc-legal h1 {
+    font-size: 1.75rem;
+    font-weight: 700;
+    margin-bottom: 8px;
+  }
+  .zc-legal .zc-updated {
+    color: #4a4a4a;
+    font-size: 0.95rem;
+    margin-bottom: 28px;
+  }
+  .zc-legal h2 {
+    font-size: 1.2rem;
+    font-weight: 700;
+    margin-top: 28px;
+  }
+  .zc-legal h3 {
+    font-size: 1.05rem;
+    font-weight: 700;
+    margin-top: 20px;
+  }
+  .zc-legal p, .zc-legal li {
+    color: #333;
+    font-size: 0.98rem;
+  }
+  .zc-legal ul {
+    padding-left: 1.25rem;
+  }
+  .zc-legal li { margin-bottom: 8px; }
+  .zc-legal a { color: #2d7db3; }
+</style>
+
+<div class="zc-legal">
+
+  <h1>Terms and Conditions</h1>
+  <p class="zc-updated">Last updated: May 15, 2026</p>
+
+  <p>
+  Please read these Terms and Conditions (“Terms”) carefully before using <strong>AI Companion for Zoom</strong> (“the App,” “we,” “us,” “our”). By downloading, installing, or using the App, you agree to these Terms. If you do not agree, do not use the App.
+  </p>
+
+  <h2>1. About the App</h2>
+  <p>
+  AI Companion for Zoom is a macOS application that helps you manage Zoom meetings, schedule sessions, use desktop widgets, receive reminders, and optionally record, transcribe, and summarize meetings through an Ai Assistant. The App is an <strong>independent product</strong> and is <strong>not affiliated with, endorsed by, or sponsored by Zoom Video Communications, Inc.</strong> “Zoom” is a trademark of Zoom Video Communications, Inc.
+  </p>
+
+  <h2>2. Eligibility</h2>
+  <p>
+  You must be at least 13 years old (or the minimum age required in your country) and able to enter a binding agreement to use the App. If you use the App on behalf of an organization, you represent that you have authority to bind that organization to these Terms.
+  </p>
+
+  <h2>3. License</h2>
+  <p>
+  Subject to these Terms, we grant you a limited, non-exclusive, non-transferable, revocable license to install and use the App on Mac computers you own or control, for personal or internal business purposes. You may not copy, modify, reverse engineer, distribute, sell, lease, or sublicense the App except as permitted by law or with our written consent.
+  </p>
+
+  <h2>4. Accounts and third-party services</h2>
+  <p>
+  Some features require you to sign in with third-party accounts (for example, Zoom or Google). Your use of those services is governed by their own terms and policies. You are responsible for:
+  </p>
+  <ul>
+    <li>Maintaining the security of your accounts and devices.</li>
+    <li>Ensuring you have permission to connect calendars, meetings, and other data you link to the App.</li>
+    <li>Any activity that occurs through your connected accounts while using the App.</li>
+  </ul>
+  <p>
+  We may suspend or limit access if third-party providers revoke access, change APIs, or if we reasonably believe your use violates these Terms or applicable law.
+  </p>
+
+  <h2>5. Subscriptions and purchases</h2>
+  <p>
+  Premium or paid features, if offered, are billed through the <strong>Mac App Store</strong> and subject to Apple’s terms and payment policies. Prices, renewal periods, and cancellation are managed in your Apple ID account settings. Refunds are handled by Apple according to its policies. We do not provide refunds directly except where required by law.
+  </p>
+
+  <h2>6. Acceptable use</h2>
+  <p>You agree not to:</p>
+  <ul>
+    <li>Use the App for any unlawful purpose or in violation of any applicable law or regulation.</li>
+    <li>Record, transcribe, or share meeting content without the consent of all participants where required by law or company policy.</li>
+    <li>Interfere with or disrupt the App, our systems, or third-party services (including Zoom or OpenAI).</li>
+    <li>Attempt to gain unauthorized access to accounts, data, or networks.</li>
+    <li>Use the App to harass, defame, or infringe the rights of others.</li>
+    <li>Remove or alter proprietary notices in the App.</li>
+  </ul>
+
+  <h2>7. Ai Assistant and meeting content</h2>
+  <p>
+  Features that record audio, generate transcripts, or create meeting notes are provided for your convenience only. You are solely responsible for:
+  </p>
+  <ul>
+    <li>Obtaining required consent before recording meetings.</li>
+    <li>How you store, share, or use recordings, transcripts, and notes.</li>
+    <li>Verifying the accuracy of AI-generated summaries before relying on them.</li>
+  </ul>
+  <p>
+  Ai-generated content may be incomplete or inaccurate. It does <strong>not</strong> constitute legal, medical, financial, or professional advice. Transcription uses Apple’s on-device speech recognition where supported; note generation may send transcript text to OpenAI when you request it, as described in our <a href="YOUR_PRIVACY_POLICY_URL">Privacy Policy</a>.
+  </p>
+
+  <h2>8. Intellectual property</h2>
+  <p>
+  The App, including its design, code, graphics, and branding (excluding third-party trademarks), is owned by us or our licensors and protected by intellectual property laws. You retain ownership of content you create (such as your meeting notes), subject to rights you grant to third-party services you use through the App.
+  </p>
+
+  <h2>9. Disclaimer of warranties</h2>
+  <p>
+  THE APP IS PROVIDED “AS IS” AND “AS AVAILABLE” WITHOUT WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. WE DO NOT WARRANT THAT THE APP WILL BE UNINTERRUPTED, ERROR-FREE, SECURE, OR COMPATIBLE WITH ALL ZOOM OR macOS VERSIONS. USE OF THIRD-PARTY SERVICES (INCLUDING ZOOM, GOOGLE, APPLE, AND OPENAI) IS AT YOUR OWN RISK.
+  </p>
+
+  <h2>10. Limitation of liability</h2>
+  <p>
+  TO THE MAXIMUM EXTENT PERMITTED BY LAW, WE AND OUR OFFICERS, DIRECTORS, EMPLOYEES, AND AGENTS WILL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR ANY LOSS OF PROFITS, DATA, GOODWILL, OR BUSINESS OPPORTUNITIES, ARISING FROM YOUR USE OF THE APP. OUR TOTAL LIABILITY FOR ANY CLAIM RELATING TO THE APP WILL NOT EXCEED THE GREATER OF (A) THE AMOUNT YOU PAID US FOR THE APP IN THE TWELVE (12) MONTHS BEFORE THE CLAIM, OR (B) FIFTY US DOLLARS (USD $50), EXCEPT WHERE LIABILITY CANNOT BE LIMITED BY LAW.
+  </p>
+
+  <h2>11. Indemnification</h2>
+  <p>
+  You agree to defend, indemnify, and hold us harmless from any claims, damages, losses, and expenses (including reasonable legal fees) arising from your use of the App, your content, your violation of these Terms, or your violation of any law or third-party rights (including recording or sharing meeting content without proper consent).
+  </p>
+
+  <h2>12. Termination</h2>
+  <p>
+  You may stop using the App at any time by uninstalling it. We may suspend or terminate your access if you breach these Terms or if we discontinue the App. Sections that by their nature should survive (including disclaimers, limitation of liability, and indemnification) will survive termination.
+  </p>
+
+  <h2>13. Changes to the App and Terms</h2>
+  <p>
+  We may update the App or these Terms from time to time. We will post updated Terms on this page and change the “Last updated” date. Material changes may also be communicated in the App or on our website where appropriate. Continued use after changes take effect constitutes acceptance of the revised Terms.
+  </p>
+
+  <h2>14. Governing law</h2>
+  <p>
+  These Terms are governed by the laws of <strong>YOUR_JURISDICTION</strong>, without regard to conflict-of-law principles. Any dispute arising from these Terms or the App shall be resolved in the courts located in <strong>YOUR_JURISDICTION</strong>, unless applicable law requires otherwise.
+  </p>
+
+  <h2>15. General</h2>
+  <ul>
+    <li><strong>Entire agreement:</strong> These Terms, together with our Privacy Policy, constitute the entire agreement between you and us regarding the App.</li>
+    <li><strong>Severability:</strong> If any provision is held invalid, the remaining provisions remain in effect.</li>
+    <li><strong>No waiver:</strong> Failure to enforce a provision is not a waiver of our right to enforce it later.</li>
+    <li><strong>Assignment:</strong> You may not assign these Terms without our consent. We may assign them in connection with a merger, acquisition, or sale of assets.</li>
+  </ul>
+
+  <h2>16. Contact us</h2>
+  <p>
+  Questions about these Terms? Contact us at:
+  <br />
+  <strong>Email:</strong> <a href="mailto:YOUR_SUPPORT_EMAIL">YOUR_SUPPORT_EMAIL</a>
+  </p>
+
+</div>