57 lines
3.0 KiB
Plaintext
57 lines
3.0 KiB
Plaintext
<%~ include('./partials/public-head', { title: 'Terms of Service', nav: 'terms' }) %>
|
|
|
|
<main class="max-w-2xl mx-auto px-6 pt-28 pb-16">
|
|
|
|
<div class="mb-12">
|
|
<h1 class="text-4xl font-bold tracking-tight mb-4">Terms of Service</h1>
|
|
<p class="text-gray-400 text-lg leading-relaxed">
|
|
Use PingQL responsibly. Monitor what's yours. Don't be a jerk.
|
|
</p>
|
|
<p class="text-xs text-gray-600 mt-4">Last updated: March 2026</p>
|
|
</div>
|
|
|
|
<div class="prose">
|
|
|
|
<h2>1. Acceptance</h2>
|
|
<p>By creating an account or using PingQL, you agree to these terms. If you don't agree, don't use the service.</p>
|
|
|
|
<h2>2. Permitted Use</h2>
|
|
<p>PingQL is a developer tool for uptime monitoring. You may use it to monitor URLs and endpoints that you own or have explicit permission to monitor. That's it.</p>
|
|
|
|
<h2>3. Prohibited Use</h2>
|
|
<p>You may not use PingQL to:</p>
|
|
<ul>
|
|
<li>Monitor URLs you aren't authorized to access</li>
|
|
<li>Send requests that intentionally harm third-party systems</li>
|
|
<li>Conduct or facilitate any illegal activity</li>
|
|
<li>Create multiple accounts to circumvent free tier limits</li>
|
|
<li>Scrape, crawl, or harvest data from third-party services at scale</li>
|
|
<li>Distribute, resell, or sublicense access to the service without permission</li>
|
|
</ul>
|
|
|
|
<h2>4. Account Responsibility</h2>
|
|
<p>Your account key is your credential. Keep it safe — you're responsible for everything done with it. One account per person or organization. If we detect accounts created solely to abuse free tier limits, we'll terminate them without notice.</p>
|
|
|
|
<h2>5. Fair Use</h2>
|
|
<p>Free tier limits exist to make the service sustainable. Using automation, scripts, or any other method to work around them is a violation of these terms and grounds for immediate termination.</p>
|
|
|
|
<h2>6. Termination</h2>
|
|
<p>We may suspend or terminate your account at any time, with or without notice, if we believe you're violating these terms. Given the privacy-first nature of the service, we can't always investigate — abuse that is detectable will result in termination.</p>
|
|
|
|
<h2>7. Service Availability</h2>
|
|
<p>PingQL is provided as-is. We aim for high availability but make no guarantees of uptime, data retention, or uninterrupted service. Don't rely solely on PingQL for mission-critical monitoring.</p>
|
|
|
|
<h2>8. Liability</h2>
|
|
<p>To the maximum extent permitted by law, PingQL is not liable for any indirect, incidental, or consequential damages arising from your use of the service. Your use is at your own risk.</p>
|
|
|
|
<h2>9. Changes</h2>
|
|
<p>We may update these terms from time to time. Continued use of the service after changes are posted constitutes acceptance of the new terms.</p>
|
|
|
|
<h2>10. Contact</h2>
|
|
<p>Questions? Reach out via the contact information on our <a href="/privacy">Privacy page</a>.</p>
|
|
|
|
</div>
|
|
</main>
|
|
|
|
<%~ include('./partials/public-foot') %>
|