Menu
AkurAI-Build
publicLatest change 0cf28150faedd8c150474a4f16be4c9922c04f56 - feat: add Ponytail UI design system by Olafur Bui
<!doctype html>
<html lang="{% block document_language %}en{% endblock %}" dir="{% block document_direction %}ltr{% endblock %}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% block description %}Bunfork is a small, secure Rust-first web runtime for native pages, verified framework exports, encrypted SQLite, and vector search.{% endblock %}">
<meta name="theme-color" content="#f6faf7" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#090c0a" media="(prefers-color-scheme: dark)">
<title>{% block title %}Bunfork · One CLI from build to backup{% endblock %}</title>
<link rel="icon" href="/assets/forkbird-avatar.png" type="image/png">
<link rel="stylesheet" href="/assets/app.css">
<link rel="stylesheet" href="/assets/ponytail.css">
</head>
<body class="{% block body_class %}{% endblock %}">
<a class="skip-link" href="#main-content">Skip to content</a>
<header class="site-header">
<div class="shell header-inner">
<a class="brand" href="/" aria-label="Bunfork home">
<img class="brand-avatar" src="/assets/forkbird-avatar.png" width="256" height="256" alt="" aria-hidden="true">
<span>bunfork</span>
</a>
<nav class="top-nav" aria-label="Main navigation">
<a href="/"{% if pathname == "/" %} aria-current="page"{% endif %}>Home</a>
<a href="/docs" {% block header_docs_current %}{% endblock %}>Docs</a>
<a class="nav-route-demo" href="/notes/hello-rust">Route demo</a>
<a class="nav-health" href="/api/health">Health</a>
<details class="nav-more">
<summary>More</summary>
<div class="nav-more-menu">
<a href="/notes/hello-rust">Route demo</a>
<a href="/api/health">Health</a>
</div>
</details>
</nav>
</div>
</header>
{% block body %}{% endblock %}
<footer class="site-footer">
<div class="shell footer-grid">
<div>
<a class="brand footer-brand" href="/" aria-label="Bunfork home">
<img class="brand-avatar" src="/assets/forkbird-avatar.png" width="256" height="256" alt="" aria-hidden="true" loading="lazy">
<span>bunfork</span>
</a>
<p>A small Linux-first runtime for verified browser artifacts and native Rust applications.</p>
</div>
<nav aria-label="Footer documentation">
<strong>Documentation</strong>
<a href="/docs/getting-started">Getting started</a>
<a href="/docs/frameworks">Framework exports</a>
<a href="/docs/design-system">Design system</a>
<a href="/docs/security">Security model</a>
</nav>
<div class="footer-meta">
<strong>Runtime</strong>
<span>Rust · Axum · MiniJinja</span>
<span>SQLite · SQLCipher · MIT</span>
</div>
</div>
</footer>
</body>
</html>