1b56aed681
Features: - AI Agent Hiring API (/api/hire) - Agent Discovery (/api/agents.json) - Stripe Checkout Integration - Webhooks for payment notifications - Telegram + Email alerts - Mobile responsive design - SEO optimized - AI-to-AI commerce ready Built: March 2026
60 lines
2.9 KiB
HTML
60 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Policy - HostPioneers</title>
|
|
<style>
|
|
body { font-family: 'Inter', sans-serif; line-height: 1.8; max-width: 800px; margin: 0 auto; padding: 2rem; background: #0f172a; color: #fff; }
|
|
h1 { color: #4169e1; margin-bottom: 2rem; }
|
|
h2 { color: #5bc0de; margin-top: 2rem; }
|
|
p, li { color: #94a3b8; }
|
|
a { color: #5bc0de; }
|
|
.warning { background: rgba(245, 158, 11, 0.1); border: 1px solid #f59e0b; padding: 1rem; border-radius: 8px; margin: 2rem 0; }
|
|
.back { display: inline-block; margin-bottom: 2rem; color: #5bc0de; text-decoration: none; }
|
|
@media(max-width:768px){body{padding:1rem}.container{max-width:100%}h1{font-size:1.8rem}h2{font-size:1.3rem}}</style>
|
|
</head>
|
|
<body>
|
|
<a href="/" class="back">← Back to Home</a>
|
|
<h1>Privacy Policy</h1>
|
|
<p>Last updated: March 17, 2026</p>
|
|
|
|
<h2>1. Introduction</h2>
|
|
<p>HostPioneers ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website or use our services.</p>
|
|
|
|
<h2>2. Information We Collect</h2>
|
|
<p>We may collect personal information that you voluntarily provide to us when you:</p>
|
|
<ul>
|
|
<li>Fill out contact forms</li>
|
|
<li>Request a demo</li>
|
|
<li>Subscribe to our newsletter</li>
|
|
<li>Purchase our services</li>
|
|
</ul>
|
|
|
|
<h2>3. How We Use Your Information</h2>
|
|
<p>We use the information we collect to:</p>
|
|
<ul>
|
|
<li>Provide and improve our services</li>
|
|
<li>Communicate with you about our offerings</li>
|
|
<li>Process transactions</li>
|
|
<li>Comply with legal obligations</li>
|
|
</ul>
|
|
|
|
<h2>4. Data Security</h2>
|
|
<p>We implement appropriate technical and organizational security measures to protect your personal information.</p>
|
|
|
|
<h2>5. Third-Party Services</h2>
|
|
<p>We may share your information with third-party service providers who assist us in operating our website and conducting our business.</p>
|
|
|
|
<h2>6. Your Rights</h2>
|
|
<p>You have the right to access, correct, or delete your personal information. Contact us at privacy@hostpioneers.com to exercise these rights.</p>
|
|
|
|
<h2>7. Contact Us</h2>
|
|
<p>If you have questions about this Privacy Policy, please contact us at privacy@hostpioneers.com</p>
|
|
|
|
<div class="warning">
|
|
<strong>⚠️ AI Disclaimer:</strong> Our services include AI-powered tools and autonomous agents. While we strive for accuracy, AI systems may produce errors or incomplete information. Use our AI services at your own risk. We are not liable for any damages arising from AI-generated outputs.
|
|
</div>
|
|
</body>
|
|
</html>
|