- Hourly rate: 0/hr → 00/hr (pricing page + contact form)
- Footer tagline: 'Privacy-focused AI consulting' → 'AI consulting for real work'
- Added 'Owned and operated by Jezza Hehn' to all page footers
- Homepage hero: 'Self-hosted AI agents' → 'AI assistants that handle real work'
- Replaced 'Why Privacy' section with 'You own it. You control it.' section
- Reordered service cards: practical services first, privacy last
- Services page: accessible language, less jargon, reordered same way
- Removed 'processed via email and deleted from server' from forms
- Removed Monero payment option and I2P darknet upsell from pricing
- I2P link kept in footer but de-emphasized (just '🔒 I2P:' not 'I2P Mirror')
- Meta descriptions updated across all pages
- 'Starter (0-100)' → 'Starter (00-200)' in contact form dropdown
- Replaced 'OpenClaw/Ollama' terminology with 'AI assistant setup'
164 lines
8.4 KiB
HTML
164 lines
8.4 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>
|
||
<meta name="description" content="Simple, fixed pricing for AI assistant setup and support. No surprises, no hidden fees." />
|
||
<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 that handle real work for your business. 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, Mon–Fri 9am–5pm 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 $100/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>$100/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">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> — AI consulting for real work</p>
|
||
<p class="is-size-7 mt-2">Owned and operated by <strong style="color:#b5b5b5;">Jezza Hehn</strong></p>
|
||
<p class="is-size-7 mt-3"><span class="has-text-success">🔒 I2P:</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>
|