ai-nexus-infinity / terms.html
officialsaswat's picture
change the 2023 to 2025 everywhere in the website
d14e734 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms & Conditions - Saswat AI</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body class="bg-gray-50 font-sans antialiased">
<nav class="bg-white/80 backdrop-blur-md shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<img src="https://huggingface.co/spaces/saswatfinance/ai-nexus-infinity/resolve/main/images/1758437816891.jpg" alt="Saswat AI Logo" class="h-10 w-10 rounded-lg mr-2">
<a href="index.html" class="text-2xl font-bold bg-gradient-to-r from-blue-600 to-green-600 bg-clip-text text-transparent">Saswat AI</a>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center space-x-4">
<a href="index.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="about.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">About</a>
<a href="faq.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">FAQ</a>
</div>
</div>
</div>
</div>
</nav>
<main class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="bg-white shadow-md rounded-lg p-8">
<h1 class="text-3xl font-bold text-gray-900 mb-6">🧾 Terms & Conditions</h1>
<p class="text-gray-600 mb-6">Last Updated: October 2025</p>
<div class="prose prose-blue max-w-none">
<p class="mb-6">Welcome to Saswat AI ("we," "our," "us"). By accessing or using Saswat AI's services, you agree to these Terms & Conditions ("Terms"). Please read them carefully before using the platform.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">1. Service Overview</h2>
<p>Saswat AI provides users with lifetime free access to multiple AI language models for educational, creative, and professional use. All models and responses are provided "as is," via integration with trusted third-party APIs such as OpenRouter.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">2. Ownership</h2>
<p>Saswat AI is created and owned by Saswat Subhransu Singh, a 16-year-old developer from Odisha, India. The platform is independently managed and maintained by him.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">3. User Eligibility</h2>
<p>You must be at least 13 years old (or the age of digital consent in your country) to use this service.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">4. Acceptable Use</h2>
<p>Users agree not to:</p>
<ul class="list-disc pl-6 mb-4">
<li>Misuse the platform for illegal, harmful, or unethical purposes.</li>
<li>Upload or generate content that is offensive, hateful, or infringes intellectual property rights.</li>
<li>Attempt to reverse-engineer, hack, or overload the system.</li>
</ul>
<p>Violation of these terms may result in suspension or termination of access.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">5. AI-Generated Content Disclaimer</h2>
<p>Responses from AI models are automatically generated and may be inaccurate or inappropriate. Saswat AI does not guarantee factual accuracy or endorse AI-generated opinions.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">6. Account & Access</h2>
<p>All users enjoy lifetime free premium access with unlimited credits. We reserve the right to introduce optional features or updates in the future — but existing free access will remain available.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">7. Data Usage</h2>
<p>User prompts and interactions may be temporarily processed to deliver results. Saswat AI does not sell, rent, or trade user data. See our <a href="privacy.html" class="text-blue-600 hover:underline">Privacy Policy</a> for more information.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">8. Limitation of Liability</h2>
<p>Saswat AI and its creator shall not be liable for any direct or indirect damages resulting from the use of the service or reliance on AI outputs.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">9. Changes to Terms</h2>
<p>We may update these Terms periodically. Continued use of the platform after updates constitutes acceptance of the revised Terms.</p>
<h2 class="text-xl font-semibold mt-6 mb-4">10. Contact</h2>
<p>For any questions about these Terms, reach out at <a href="mailto:[email protected]" class="text-blue-600 hover:underline">[email protected]</a>.</p>
</div>
</div>
</main>
<footer class="bg-gray-900 text-white py-8">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<h3 class="text-xl font-bold mb-2 bg-gradient-to-r from-blue-400 to-green-400 bg-clip-text text-transparent">Saswat AI</h3>
<p class="text-gray-400 text-sm">AI for Everyone, Excellence for All</p>
</div>
<div class="flex flex-col md:flex-row md:space-x-8 space-y-2 md:space-y-0 text-sm">
<a href="privacy.html" class="text-gray-400 hover:text-white">Privacy Policy</a>
<a href="terms.html" class="text-gray-400 hover:text-white">Terms & Conditions</a>
<a href="about.html" class="text-gray-400 hover:text-white">About Us</a>
<a href="faq.html" class="text-gray-400 hover:text-white">FAQ</a>
</div>
</div>
<div class="mt-8 pt-4 border-t border-gray-800 text-sm text-gray-400 text-center">
<p>© 2025 Saswat AI. All rights reserved.</p>
</div>
</div>
</footer>
<script>
feather.replace();
</script>
</body>
</html>