139 lines
6.5 KiB
HTML
139 lines
6.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="dark">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Pricing — Krusty Planet</title>
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="stylesheet" href="/css/style.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar is-dark" role="navigation" aria-label="main navigation">
|
|
<div class="navbar-brand">
|
|
<a class="navbar-item" href="/"><strong>🌍 Krusty Planet</strong></a>
|
|
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" id="nav-toggle"><span></span><span></span><span></span></a>
|
|
</div>
|
|
<div class="navbar-menu" id="nav-menu">
|
|
<div class="navbar-start">
|
|
<a class="navbar-item" href="/">Home</a>
|
|
<a class="navbar-item" href="/services.html">Services</a>
|
|
<a class="navbar-item" href="/pricing.html">Pricing</a>
|
|
<a class="navbar-item" href="/free-audit.html">Free Audit</a>
|
|
<a class="navbar-item" href="/blog.html">Blog</a>
|
|
<a class="navbar-item" href="/contact.html">Contact</a>
|
|
</div>
|
|
<div class="navbar-end">
|
|
<div class="navbar-item"><button class="button is-small is-light" id="theme-toggle">🌙</button></div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<section class="hero is-small is-kp">
|
|
<div class="hero-body has-text-centered">
|
|
<h1 class="title has-text-white">Pricing</h1>
|
|
<p class="subtitle has-text-light">Fixed rates, concrete deliverables, no surprises.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
|
|
<!-- Hourly Rate -->
|
|
<div class="box kp-card mb-6 has-text-centered">
|
|
<p class="heading has-text-grey-light">Hourly Rate</p>
|
|
<p class="title is-1">$50<span class="is-size-5 has-text-grey-light">/hour</span></p>
|
|
<p class="has-text-grey-light">Applies to all services below. Billed in 15-minute increments.</p>
|
|
</div>
|
|
|
|
<!-- Fixed-Price Packages -->
|
|
<h2 class="title has-text-centered mb-5">Fixed-Price Packages</h2>
|
|
|
|
<div class="columns is-multiline is-centered">
|
|
<div class="column is-4">
|
|
<div class="box kp-card">
|
|
<p class="heading has-text-grey-light">Starter Kit</p>
|
|
<p class="title">$150</p>
|
|
<p class="subtitle has-text-grey-light">One-time</p>
|
|
<ul style="list-style:disc; padding-left:1.5rem;" class="has-text-grey-light">
|
|
<li>Pre-configured OpenClaw or Ollama agent image</li>
|
|
<li>3 skills from our catalog (file summarization, web search, email drafting, code review, or one custom)</li>
|
|
<li>Step-by-step deployment guide written for your environment</li>
|
|
<li>Email support for 30 days (48-hour response)</li>
|
|
</ul>
|
|
<p class="is-size-7 has-text-grey mt-3">Estimated work: 3 hours. Fixed price regardless of actual time.</p>
|
|
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Get Started</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="column is-4">
|
|
<div class="box kp-card" style="border:2px solid #e94560;">
|
|
<p class="heading has-text-grey-light">Custom Build</p>
|
|
<p class="title">$500</p>
|
|
<p class="subtitle has-text-grey-light">One-time</p>
|
|
<ul style="list-style:disc; padding-left:1.5rem;" class="has-text-grey-light">
|
|
<li>Up to 3 custom skills built for your specific workflows</li>
|
|
<li>Multi-agent setup (2-3 agents with task delegation)</li>
|
|
<li>Integration with one existing tool or API</li>
|
|
<li>Written documentation + 30-minute walkthrough call</li>
|
|
<li>Email support for 60 days (24-hour response)</li>
|
|
</ul>
|
|
<p class="is-size-7 has-text-grey mt-3">Estimated work: 10 hours. Fixed price regardless of actual time. Extra work billed hourly at $50/hr.</p>
|
|
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Discuss Project</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="column is-4">
|
|
<div class="box kp-card">
|
|
<p class="heading has-text-grey-light">Monthly Support</p>
|
|
<p class="title">$200<span class="is-size-5 has-text-grey-light">/month</span></p>
|
|
<p class="subtitle has-text-grey-light">Month-to-month, cancel anytime</p>
|
|
<ul style="list-style:disc; padding-left:1.5rem;" class="has-text-grey-light">
|
|
<li>Up to 2 hours of work per month (skill updates, troubleshooting, config changes)</li>
|
|
<li>Agent health monitoring and alerting</li>
|
|
<li>Critical issues responded to within 4 hours during business hours</li>
|
|
<li>Standard requests within 24 hours</li>
|
|
</ul>
|
|
<p class="is-size-7 has-text-grey mt-3">Additional hours beyond 2/month billed at $50/hr. Business hours: Mon-Fri, 9am-5pm ET.</p>
|
|
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Set Up Support</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Sliding Scale / Pro Bono -->
|
|
<div class="box kp-card mt-6 has-text-centered">
|
|
<h3 class="title is-5">Accessibility</h3>
|
|
<p class="has-text-grey-light">
|
|
If our rates don't work for your situation, ask about our <strong>needs-based sliding scale</strong>.
|
|
We also offer <strong>pro bono exemptions</strong> for qualifying nonprofit organizations.
|
|
Get in touch and we'll figure something out.
|
|
</p>
|
|
</div>
|
|
|
|
<!-- I2P + Payments -->
|
|
<div class="box kp-card mt-6 has-text-centered">
|
|
<p class="heading has-text-grey-light">🌐 I2P Darknet</p>
|
|
<p class="has-text-grey-light">All services available via I2P eepsite for maximum privacy. Payments accepted in Monero (XMR). Contact us for our I2P address.</p>
|
|
</div>
|
|
|
|
<div class="has-text-centered mt-6">
|
|
<p class="has-text-grey-light">Accepted payment methods:</p>
|
|
<div class="tags is-centered mt-3">
|
|
<span class="tag is-medium is-info">Stripe</span>
|
|
<span class="tag is-medium is-info">PayPal</span>
|
|
<span class="tag is-medium is-info">Monero (XMR)</span>
|
|
<span class="tag is-medium is-info">Invoice</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer class="footer has-background-dark has-text-light">
|
|
<div class="content has-text-centered">
|
|
<p><strong>🌍 Krusty Planet</strong> — Privacy-focused AI consulting</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="/js/main.js"></script>
|
|
</body>
|
|
</html>
|