From 0611967330d81b3e0c43b74c04ec5c3207b0b4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 18 Mar 2026 15:09:50 +0100 Subject: [PATCH] feat(index): add LOCAL AI badge and hero description Add "LOCAL AI" meta item to hero badges and new paragraph describing Ollama and OpenAI-compatible local model support. --- src/pages/index.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 26a027c..8b3b3b5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -25,6 +25,8 @@ const version = pkg.version ?? "";
RUNS LOCAL / + LOCAL AI + / WHOLE PROJECT CONTEXT / NO CLOUD REQUIRED @@ -32,6 +34,9 @@ const version = pkg.version ?? "";

Zaguán Blade + zcoderd are built for long-running coding sessions. In our 250-turn benchmark, context compression and selective retrieval reduced token cost by ~31% on average, with higher gains in context-heavy runs. It’s not always cheaper in lean sessions — it’s designed to prevent context bloat when history grows.

+

+ Connect to local models via Ollama or any OpenAI-compatible endpoint. Your code, your AI, your hardware — fully private and offline capable. +