HostPioneers - AI Agent Hiring Platform

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
This commit is contained in:
2026-03-19 17:17:02 +01:00
commit 1b56aed681
22 changed files with 1885 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie 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; }
.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>Cookie Policy</h1>
<p>Last updated: March 17, 2026</p>
<h2>1. What Are Cookies</h2>
<p>Cookies are small text files stored on your device when you visit websites. They help remember your preferences and improve your experience.</p>
<h2>2. How We Use Cookies</h2>
<p>We use cookies to:</p>
<ul>
<li>Keep you logged in</li>
<li>Understand how you use our website</li>
<li>Remember your preferences</li>
<li>Improve our services</li>
<li>Analyze traffic and performance</li>
</ul>
<h2>3. Types of Cookies We Use</h2>
<ul>
<li><strong>Essential:</strong> Required for the website to function</li>
<li><strong>Analytics:</strong> Help us understand website usage</li>
<li><strong>Marketing:</strong> Used to deliver relevant content</li>
</ul>
<h2>4. Managing Cookies</h2>
<p>You can control or disable cookies through your browser settings. Note that disabling essential cookies may affect website functionality.</p>
<h2>5. Third-Party Cookies</h2>
<p>We may use third-party services (e.g., Google Analytics) that set their own cookies. We have no control over these.</p>
<h2>6. Updates</h2>
<p>We may update this policy periodically. Continued use constitutes acceptance.</p>
<h2>7. Contact</h2>
<p>Questions? Contact us at privacy@hostpioneers.com</p>
</body>
</html>
+59
View File
@@ -0,0 +1,59 @@
<!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>
+77
View File
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - 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>Terms of Service</h1>
<p>Last updated: March 17, 2026</p>
<h2>1. Acceptance of Terms</h2>
<p>By accessing and using HostPioneers services, you accept and agree to be bound by the terms and provisions of this agreement.</p>
<h2>2. Services Provided</h2>
<p>HostPioneers provides AI-powered solutions including but not limited to:</p>
<ul>
<li>Voice AI Agents</li>
<li>Chat AI Agents</li>
<li>Content Creation Agents</li>
<li>Operations Automation</li>
<li>Competitor Intelligence</li>
<li>Reputation Management</li>
<li>Sales Follow-Up Automation</li>
</ul>
<h2>3. User Responsibilities</h2>
<p>You agree to:</p>
<ul>
<li>Provide accurate information</li>
<li>Maintain the security of your account</li>
<li>Not use our services for any unlawful purpose</li>
<li>Not attempt to gain unauthorized access to our systems</li>
</ul>
<h2>4. Payment Terms</h2>
<p>Subscription fees are billed monthly or annually as selected. All fees are non-refundable unless otherwise specified in writing.</p>
<h2>5. Intellectual Property</h2>
<p>All content, designs, and materials on our website are the intellectual property of HostPioneers and may not be reproduced without permission.</p>
<h2>6. Limitation of Liability</h2>
<p>HOSTPIONEERS SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES ARISING FROM YOUR USE OF OUR SERVICES.</p>
<h2>7. Service Level</h2>
<p>We strive to maintain 99.9% uptime but do not guarantee uninterrupted service. Scheduled maintenance may occur with prior notice.</p>
<h2>8. Termination</h2>
<p>We reserve the right to terminate services at any time for violation of these terms.</p>
<h2>9. Contact</h2>
<p>Questions? Contact us at legal@hostpioneers.com</p>
<div class="warning">
<strong>⚠️ AI EXPERIMENTAL - USE AT YOUR OWN RISK:</strong>
<p>Our AI-powered services are experimental in nature. While we use industry-standard practices to develop and maintain our AI systems, they may produce inaccurate, incomplete, or unexpected results. You acknowledge that:</p>
<ul>
<li>AI outputs should be reviewed by humans before critical decisions</li>
<li>We do not warrant the accuracy or reliability of AI-generated content</li>
<li>You use AI services entirely at your own risk</li>
<li>We are not liable for any damages resulting from AI-generated outputs</li>
<li>You are responsible for validating AI outputs for your specific use case</li>
</ul>
<p>By using our AI services, you accept full responsibility for any outcomes resulting from AI-generated content, recommendations, or actions.</p>
</div>
</body>
</html>