148 lines
6.5 KiB
HTML
148 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>Krusty Planet — AI Consulting</title>
|
|
<meta name="description" content="Privacy-focused AI consulting. OpenClaw deployment, custom skills, agent fleet architecture." />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="stylesheet" href="/css/style.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Navbar -->
|
|
<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>
|
|
|
|
<!-- Hero -->
|
|
<section class="hero is-medium is-kp">
|
|
<div class="hero-body has-text-centered">
|
|
<div class="container">
|
|
<p class="title has-text-white is-1">🌍 Krusty Planet</p>
|
|
<p class="subtitle has-text-light is-4">Self-hosted AI agents. Built on open-source, configured for your workflows.</p>
|
|
<div class="buttons is-centered mt-5">
|
|
<a href="/services.html" class="button is-primary is-large is-rounded">Our Services</a>
|
|
<a href="/contact.html" class="button is-outlined is-light is-large is-rounded">Get in Touch</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- What We Do -->
|
|
<section class="section">
|
|
<div class="container">
|
|
<h2 class="title has-text-centered mb-6">What We Do</h2>
|
|
<div class="columns is-multiline is-centered">
|
|
<div class="column is-4">
|
|
<div class="box kp-card">
|
|
<p class="title is-5">🤖 AI Agent Deployment</p>
|
|
<p class="has-text-grey-light">Set up OpenClaw, Ollama, or other open-source agent runtimes on your hardware. We handle configuration, model connections, and a working baseline you can extend.</p>
|
|
</div>
|
|
</div>
|
|
<div class="column is-4">
|
|
<div class="box kp-card">
|
|
<p class="title is-5">🧠 Custom Skills</p>
|
|
<p class="has-text-grey-light">Build capabilities for your agents: email automation, data processing, web scraping, scheduled reports, API integrations. Each skill is tailored to a specific task you need handled.</p>
|
|
</div>
|
|
</div>
|
|
<div class="column is-4">
|
|
<div class="box kp-card">
|
|
<p class="title is-5">🏗️ Agent Fleet Architecture</p>
|
|
<p class="has-text-grey-light">Design multi-agent systems where specialists collaborate: one agent researches, another writes code, a third audits the output. Task delegation with built-in quality checks.</p>
|
|
</div>
|
|
</div>
|
|
<div class="column is-4">
|
|
<div class="box kp-card">
|
|
<p class="title is-5">🔐 Private Infrastructure</p>
|
|
<p class="has-text-grey-light">Everything runs on your hardware. Local model inference, no API calls to third parties, no data leaving your control. Optional air-gapped setups for sensitive environments.</p>
|
|
</div>
|
|
</div>
|
|
<div class="column is-4">
|
|
<div class="box kp-card">
|
|
<p class="title is-5">🛠️ Ongoing Support</p>
|
|
<p class="has-text-grey-light">Monthly retainers for monitoring, health checks, skill updates, and troubleshooting. Critical issues addressed within 4 hours, standard requests within 24 hours.</p>
|
|
</div>
|
|
</div>
|
|
<div class="column is-4">
|
|
<div class="box kp-card">
|
|
<p class="title is-5">🎓 Training & Documentation</p>
|
|
<p class="has-text-grey-light">Plain-English documentation for your team to operate and extend the system. Walkthrough sessions available so you're not dependent on us long-term.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Why Privacy -->
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="columns is-vcentered">
|
|
<div class="column is-6">
|
|
<h2 class="title">Privacy-first, not privacy-later.</h2>
|
|
<p class="is-size-5 has-text-grey-light">
|
|
We build on open-source tools (OpenClaw, Ollama, local LLMs) and deploy to your infrastructure.
|
|
Your models, your hardware, your data. We don't store your prompts, files, or agent outputs
|
|
on our systems. Contact form submissions are processed via email and deleted from the server
|
|
after delivery.
|
|
</p>
|
|
</div>
|
|
<div class="column is-6">
|
|
<div class="box kp-card">
|
|
<ul style="list-style:none; padding:0;">
|
|
<li class="mb-3">🔒 Self-hosted by default</li>
|
|
<li class="mb-3">🌐 Open-source stack</li>
|
|
<li class="mb-3">📡 Available on I2P darknet</li>
|
|
<li class="mb-3">💰 Accepts Monero (XMR)</li>
|
|
<li>📝 Minimal logging policy</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CTA -->
|
|
<section class="hero is-medium is-kp">
|
|
<div class="hero-body has-text-centered">
|
|
<div class="container">
|
|
<p class="title has-text-white">Ready to get started?</p>
|
|
<p class="subtitle has-text-light">Tell us what you're building and we'll figure out if we're a fit.</p>
|
|
<a href="/contact.html" class="button is-primary is-large is-rounded">Start a Conversation</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<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">Anonymous. Encrypted. Professional.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="/js/main.js"></script>
|
|
</body>
|
|
</html>
|