lific 1.3.1

Local-first, lightweight issue tracker. Single binary, SQLite-backed, MCP-native.
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Lific</title>
    <link rel="icon" type="image/png" href="/favicon.png" />
    <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=Space+Grotesk:wght@400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&display=swap"
      rel="stylesheet"
    />
    <!-- Prevent flash of wrong theme: apply dark class before anything renders -->
    <script>
      (function () {
        var pref = localStorage.getItem("lific_theme");
        var dark =
          pref === "dark" ||
          (!pref && window.matchMedia("(prefers-color-scheme: dark)").matches);
        if (dark) document.documentElement.classList.add("dark");
      })();
    </script>
    <script type="module" crossorigin src="/assets/index-jpj_ETuX.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-CV_Inq3P.css">
  </head>
  <body>
    <div id="app"></div>
  </body>
</html>