llms.txt Content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Penfield™ - Persistent Memory for AI Assistants</title>
<meta name="description" content="Give any AI assistant persistent memory through MCP. Knowledge graphs, semantic search, and document storage. Free trial available.">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<!-- Inter Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
<!-- GA4 Consent Mode v2 -->
<script src="consent.js"></script>
</head>
<body>
<!-- Neural network background -->
<div class="neural-bg">
<canvas id="neural-canvas"></canvas>
</div>
<!-- Header -->
<header class="header">
<div class="header-container">
<a href="/" class="header-logo">
<img src="/favicon.svg" alt="Penfield™" width="32" height="32">
<span class="header-logo-text">Penfield™</span>
</a>
<button class="mobile-menu-toggle" aria-label="Menu" onclick="this.nextElementSibling.classList.toggle('open')">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12h18M3 6h18M3 18h18"/></svg>
</button>
<nav class="header-nav">
<a href="#features" class="nav-link">Features</a>
<a href="#pricing" class="nav-link">Pricing</a>
<a href="/docs" class="nav-link">Docs</a>
<button class="login-button" onclick="window.location.href='https://portal.penfield.app/sign-in'">Login</b