tifaout

hiai_terms

Sep 7th, 2025
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.39 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="utf-8" />
  5.   <title>Hi.AI — Terms & Conditions</title>
  6.  <meta name="viewport" content="width=device-width,initial-scale=1" />
  7.  <style>
  8.    body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;padding:32px;line-height:1.6;color:#111;background:#fff}
  9.     h1,h2{margin:0 0 12px}
  10.     h1{font-size:28px}
  11.     h2{font-size:20px;margin-top:28px}
  12.     a{color:#4f46e5;text-decoration:none}
  13.     .muted{color:#555}
  14.     ul{margin:8px 0 8px 20px}
  15.     .box{border:1px solid #eee;border-radius:8px;padding:16px;background:#fafafa}
  16.   </style>
  17. </head>
  18. <body>
  19.   <h1>Hi.AI — Terms &amp; Conditions</h1>
  20.   <p class="muted">Effective Date: <strong>YYYY-MM-DD</strong></p>
  21.   <p>Welcome to <strong>Hi.AI</strong> (“App”). These Terms &amp; Conditions (“Terms”) form a binding agreement between you and <strong>Your Company Name</strong> (“we,” “us,” or “our”). By downloading, accessing, or using Hi.AI, you agree to these Terms.</p>
  22.  
  23.   <h2>1) About Hi.AI</h2>
  24.   <p>Hi.AI is a mobile application that lets you create AI characters, chat with them, and generate avatars. The App is built with Flutter and may integrate third-party services including Firebase/Firestore, AppLovin MAX (ads), OpenAI-powered features, and device capabilities like storage, media, and network access.</p>
  25.  
  26.   <h2>2) Eligibility</h2>
  27.   <p>You must be at least 13 years old (or the minimum age required in your country) to use the App. If you are under 18, you must have your parent or legal guardian’s consent.</p>
  28.  
  29.   <h2>3) Account &amp; Local Data</h2>
  30.   <p>Hi.AI may store preferences and local data on your device (e.g., via <em>shared_preferences</em> and <em>sqflite</em>). You are responsible for keeping your device secure. We may use Firebase/Firestore for cloud features such as saving chats or creations where available.</p>
  31.  
  32.   <h2>4) User Content</h2>
  33.   <ul>
  34.     <li>You retain rights to the content you create or upload (“User Content”).</li>
  35.     <li>You grant us a non-exclusive, worldwide, royalty-free license to host, store, process, transmit, display, and adapt User Content solely to operate and improve the App.</li>
  36.     <li>You represent that your User Content does not infringe others’ rights, contain illegal material, or violate these Terms.</li>
  37.   </ul>
  38.  
  39.   <h2>5) AI &amp; Generated Output</h2>
  40.   <div class="box">
  41.     <p>AI responses and generated avatars may be inaccurate, unexpected, or offensive. Content is provided “as is” for entertainment/informational purposes only and should not be relied upon for medical, legal, financial, or safety-critical decisions.</p>
  42.   </div>
  43.  
  44.   <h2>6) Acceptable Use</h2>
  45.   <ul>
  46.     <li>No illegal, harmful, abusive, harassing, or hateful conduct.</li>
  47.     <li>No attempts to exploit, reverse engineer, or overload the App or its APIs.</li>
  48.     <li>No content that is sexually explicit, exploits minors, violates privacy, or infringes IP rights.</li>
  49.     <li>No malware, spam, or unauthorized data collection.</li>
  50.   </ul>
  51.  
  52.   <h2>7) Third-Party Services</h2>
  53.   <p>Hi.AI uses third-party services, including:</p>
  54.   <ul>
  55.     <li><strong>Firebase/Firestore</strong> – hosting, storage, and cloud features.</li>
  56.     <li><strong>AppLovin MAX</strong> – ads (including rewarded &amp; interstitial).</li>
  57.     <li><strong>OpenAI / external AI APIs</strong> – for AI chat &amp; avatar generation.</li>
  58.     <li><strong>Image Picker, Path Provider, URL Launcher</strong> – device features.</li>
  59.   </ul>
  60.   <p>Your use is also subject to those providers’ terms and policies.</p>
  61.  
  62.   <h2>8) Purchases &amp; Ads</h2>
  63.   <p>The App may show advertisements (e.g., through AppLovin MAX). Rewarded ads may grant in-app credits. Ads are provided by third parties and may be personalized per their policies.</p>
  64.  
  65.   <h2>9) Intellectual Property</h2>
  66.   <p>The App and its original content, features, and functionality are owned by <strong>Your Company Name</strong> and are protected by applicable copyright, trademark, and other laws. All third-party trademarks are property of their respective owners.</p>
  67.  
  68.   <h2>10) Termination</h2>
  69.   <p>We may suspend or terminate access to the App at our discretion if you violate these Terms or for operational reasons. You may stop using the App at any time.</p>
  70.  
  71.   <h2>11) Disclaimers</h2>
  72.   <p>The App is provided on an “AS IS” and “AS AVAILABLE” basis without warranties of any kind. To the fullest extent permitted by law, we disclaim all warranties, express or implied (including fitness for a particular purpose, accuracy, and non-infringement).</p>
  73.  
  74.   <h2>12) Limitation of Liability</h2>
  75.   <p>To the maximum extent permitted by law, we shall not be liable for any indirect, incidental, special, consequential, exemplary, or punitive damages, or loss of profits, data, or goodwill arising from your use of the App.</p>
  76.  
  77.   <h2>13) Indemnity</h2>
  78.   <p>You agree to indemnify and hold harmless <strong>Your Company Name</strong> from any claims, damages, liabilities, and expenses arising out of your use of the App or violation of these Terms.</p>
  79.  
  80.   <h2>14) Changes to These Terms</h2>
  81.   <p>We may update these Terms from time to time. Continued use after changes means you accept the revised Terms.</p>
  82.  
  83.   <h2>15) Contact</h2>
  84.   <p>Questions? Email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
  85. </body>
  86. </html>
  87.  
Add Comment
Please, Sign In to add comment