AkurAI Build
Menu

AkurAI-Build

public

Latest change 5ecb45c5915e3bb122d43dbaf90b4eba39484c7d - organize native templates and reserve runtime routes by Olafur Bui

<!doctype html>
<html lang="en">
<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="#090c0a">
  <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">
</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 href="/notes/hello-rust">Route demo</a>
        <a class="nav-health" href="/api/health">Health</a>
      </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/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>