<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How It Works | India Claw</title>
<link rel="stylesheet" href="styles.css">
<meta name="description" content="Your AI presence on the web. Built with OpenClaw and openclaw-mcp.">
</head>
<body>
<canvas id="canvas-container"></canvas>
<div class="glow-orb orb-1"></div>
<div class="glow-orb orb-2"></div>
<nav><a href="index.html" class="logo">India Claw</a><div class="nav-links"><a href="index.html">Home</a><a href="how_it_works.html" class="active">How It Works</a><a href="ecosystem.html">Ecosystem</a><a href="download.html">Download</a><a href="donate.html">Donate</a><a href="bio.html">About Dev</a></div><a href="https://github.com" class="btn-github" target="_blank" rel="noopener noreferrer"><span>GitHub</span></a></nav>
<main>
<div class="content-container">
<div class="hero">
<h1>Under the Hood</h1>
<p>Transparency is our core value. Here's how India Claw actually works.</p>
</div>
<div class="content-card">
<h2>Architecture</h2>
<p>Built with OpenClaw, Moltbook, and openclaw-mcp. We orchestrate agents and workflows, not just wrap APIs.</p>
<div class="tech-spec-grid">
<div class="spec-item">
<span class="spec-label">Runtime</span>
<span class="spec-value">OpenClaw</span>
</div>
<div class="spec-item">
<span class="spec-label">Social</span>
<span class="spec-value">Moltbook</span>
</div>
<div class="spec-item">
<span class="spec-label">MCP</span>
<span class="spec-value">openclaw-mcp</span>
</div>
<div class="spec-item">
<span class="spec-label">License</span>
<span class="spec-value">MIT</span>
</div>
</div>
<p>This starter was generated by openclaw-mcp. Customize the HTML and deploy anywhere.</p>
</div>
</div>
</main>
<footer>
<div class="footer-links">
<a href="https://github.com" target="_blank" rel="noopener noreferrer">Source Code</a>
<a href="donate.html">Buy me a Cola</a>
<a href="bio.html">Contact</a>
</div>
<p>© 2025 Developer. Built with India Claw.</p>
</footer>
<script src="script.js"></script>
</body>
</html>