krustyplanet.org/pricing.html
BarnacleBoy 8a10eaaeb8 Fix audit form backend, update blog page, add I2P links, robots.txt, sitemap, audit form JS
- Add /api/audit endpoint to contact-api (deployed to server)
- Replace blog ghost links with 'coming soon' placeholder
- Add I2P mirror link to all page footers
- Wire up audit form frontend handler in main.js
- Update contact form handler to use fetch API
- Add robots.txt and sitemap.xml
- Add scripts/sync-eepsite.sh for I2P/clearnet sync
2026-04-23 22:51:21 +00:00

167 lines
8.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<meta name="description" content="Simple, fixed pricing for self-hosted AI assistant setup and support. No cloud subscriptions, no surprises." />
<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 prices, clear deliverables, no surprises.</p>
</div>
</section>
<section class="section">
<div class="container">
<!-- Preamble -->
<p class="has-text-centered mb-6" style="max-width:700px;margin-left:auto;margin-right:auto;">
We set up AI assistants on your own hardware. You own your data, no cloud subscriptions required. Choose a package below, or <a href="/contact.html">reach out</a> to talk through what you need.
</p>
<!-- Three Tiers -->
<div class="columns is-multiline is-centered">
<!-- Starter Kit -->
<div class="column is-4">
<div class="box kp-card has-text-centered">
<p class="heading has-text-grey-light">Starter Kit</p>
<p class="title">$150</p>
<p class="subtitle has-text-grey-light">One-time setup fee</p>
<p class="mb-4" style="font-size:0.9rem;color:var(--color-text-muted);">
We deploy an AI assistant on your server or computer, pre-loaded with three capabilities of your choice.
</p>
<ul style="list-style:none; padding:0; text-align:left;" class="has-text-grey-light">
<li class="mb-2">✅ AI assistant deployed and running on your hardware</li>
<li class="mb-2">✅ 3 capabilities from our catalog (summarize documents, search the web, draft emails, review code, or one custom task)</li>
<li class="mb-2">✅ Written maintenance guide specific to your setup</li>
<li class="mb-2">✅ Email support for 30 days</li>
</ul>
<p class="is-size-7 mt-3" style="color:var(--color-text-muted);">
Best for: solopreneurs and small teams testing AI for the first time.
</p>
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Get Started</a>
</div>
</div>
<!-- Custom Build -->
<div class="column is-4">
<div class="box kp-card has-text-centered" 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 project fee</p>
<p class="mb-4" style="font-size:0.9rem;color:var(--color-text-muted);">
A tailored AI setup built around your specific workflows, with a walkthrough so you can run it yourself.
</p>
<ul style="list-style:none; padding:0; text-align:left;" class="has-text-grey-light">
<li class="mb-2">✅ Up to 3 custom capabilities built for your workflows</li>
<li class="mb-2">✅ Multiple AI assistants that collaborate on tasks together</li>
<li class="mb-2">✅ Connect your AI to one tool you already use (your calendar, email, database, etc.)</li>
<li class="mb-2">✅ Written documentation + 45-minute video walkthrough</li>
<li class="mb-2">✅ Email support for 60 days</li>
</ul>
<p class="is-size-7 mt-3" style="color:var(--color-text-muted);">
Best for: small teams with specific workflows who need more than off-the-shelf.
</p>
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Discuss Project</a>
</div>
</div>
<!-- Monthly Support -->
<div class="column is-4">
<div class="box kp-card has-text-centered">
<p class="heading has-text-grey-light">Monthly Support</p>
<p class="title">$300<span class="is-size-5 has-text-grey-light">/month</span></p>
<p class="subtitle has-text-grey-light">Cancel anytime</p>
<p class="mb-4" style="font-size:0.9rem;color:var(--color-text-muted);">
Up to 10 hours of work per month, plus proactive monitoring so problems get caught before you notice them.
</p>
<ul style="list-style:none; padding:0; text-align:left;" class="has-text-grey-light">
<li class="mb-2">✅ Up to 10 hours of work per month (updates, troubleshooting, new features)</li>
<li class="mb-2">✅ Health checks: we verify your AI is online and responsive, alert you if something's wrong</li>
<li class="mb-2">✅ Urgent issues (your AI is down): 4-hour response, MonFri 9am5pm ET</li>
<li class="mb-2">✅ Everything else: 24-hour response</li>
</ul>
<p class="is-size-7 mt-3" style="color:var(--color-text-muted);">
Extra hours billed at $50/hr. Cancel anytime — access continues through the end of the billing period.
</p>
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Set Up Support</a>
</div>
</div>
</div>
<!-- Upgrade Path -->
<p class="has-text-centered mt-5 mb-6" style="font-size:0.9rem;color:var(--color-text-muted);">
Start with the Starter Kit and upgrade to Custom Build within 30 days? Pay only the difference.
</p>
<!-- Satisfaction Guarantee -->
<div class="box kp-card has-text-centered">
<h3 class="title is-5">No-Risk Guarantee</h3>
<p class="has-text-grey-light">
If we can't get your AI assistant running on your hardware, you don't pay. Period.
</p>
</div>
<!-- Need Something Smaller -->
<div class="has-text-centered mt-6">
<p style="color:var(--color-text-muted);">Need something smaller? We also offer hourly consulting at <strong>$50/hr</strong> (billed in 15-minute increments). <a href="/contact.html">Get in touch</a> to discuss.</p>
</div>
<!-- Footer Info -->
<div class="has-text-centered mt-6" style="font-size:0.9rem;">
<p style="color:var(--color-text-muted);" class="mb-4">
Rates don't work for you? Ask about our <strong>needs-based sliding scale</strong>.
We also offer <strong>pro bono work</strong> for qualifying nonprofits.
</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>
<p style="color:var(--color-text-muted);" class="mt-3">
All services also available via <a href="/contact.html">I2P darknet</a> for maximum privacy.
</p>
</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>
<p class="is-size-7 mt-3"><span class="has-text-success">🔒 I2P Mirror:</span> <a href="http://g3xdiv7psi6y6l255kbkzowemsnd4tmbvy5ykaoajlu7oboma7zq.b32.i2p" style="color:#b5b5b5;" rel="nofollow noopener">g3xdiv7psi6y6l255kbkzowemsnd4tmbvy5ykaoajlu7oboma7zq.b32.i2p</a></p>
</div>
</footer>
<script src="/js/main.js"></script>
</body>
</html>