1
0

terms of services neuron first upload

This commit is contained in:
2026-01-23 17:10:08 +01:00
parent d13213eb12
commit e523a109da

View File

@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500;700&display=swap" rel="stylesheet">
<style>
body {
font-family: "Roboto Condensed", sans-serif;
background-color: #0E1513;
margin-left: 1%;
}
header {
color: white;
text-align: center;
font-size: 200%;
margin-left: 0%;
}
h1 {
color: #82D5C8;
}
h2, h3 {
color: white;
}
a {
color: #82D5C8;
}
</style>
</head>
<body>
<br>
<header class="header">Terms of Service</header>
<h1 class>Welcome to Neuron</h1>
<br> <h2>1. Scope</h2>
<h3>These Terms and Conditions apply to the use of the mobile application Neuron, provided by Creative BananaBr0t. They govern your use of this app only and do not replace or modify any third-party agreements, such as those with Ollama.</h3>
<br> <h2>2. Description of Service</h2>
<h3>Neuron provides a user interface for interacting with third-party AI services via API (e.g., Ollama Cloud). The app itself does not operate AI models, generate content, or store user data externally.</h3>
<br> <h2>3. User API Key</h2>
<h3>To use Neuron, you must provide your own API key for the selected third-party AI service. Your API key is stored securely and exclusively on your device. The app developer does not access, transmit, or store your API key externally.</h3>
<br> <h2>4. Local Data Storage & Privacy (GDPR Compliance)</h2>
<h3>All chat messages and API keys are stored locally on your device only. No data is sent, shared or sold. Your data is only processed by the AI services you configure. The app does not use tracking or analytics. In accordance with GDPR and EU data protection regulations, you have the right to: (a) export all your data at any time, (b) delete all your data permanently, (c) access information about what data is stored. These functions are available in the Settings menu.</h3>
<br> <h2>5. Intellectual Property</h2>
<h3>Neuron and its original content, features, and functionality are owned by the developer and protected by copyright, trademark, and other intellectual property laws.</h3>
<br> <h2>6. Disclaimer of Warranties</h2>
<h3>Neuron is provided "as is" without warranties of any kind. The developer does not guarantee uninterrupted, secure, or error-free operation. Use of the app is at your own risk.</h3>
<br> <h2>7. Limitation of Liability</h2>
<h3>The developer is not liable for any indirect, incidental, or consequential damages arising from your use of Neuron or third-party AI services. Generated content is the responsibility of the user.</h3>
<br> <h2>8. Availability</h2>
<h3>The developer does not guarantee uninterrupted access to the app or any connected third-party services. Service availability depends on the third-party provider and your device.</h3>
<br> <h2>9. Changes to Terms</h2>
<h3>The developer may update these Terms at any time. Continued use of Neuron after changes constitutes acceptance of the updated Terms.</h3>
<br> <h2>10. Contact Information</h2>
<h3>For questions about these Terms or the app, contact <a href="mailto:info@creative-crafter.de">info@creative-crafter.de</a>.</h3>
</body>
</html>