From f8c9171b0e85633cecf7c85c38184c6a5cd7e149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 4 Feb 2026 20:43:05 +0100 Subject: [PATCH] Add paragraph about Local AI and OpenAI-compatible support to docs concept section --- src/pages/docs.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/docs.astro b/src/pages/docs.astro index 7f868f3..8ab4818 100644 --- a/src/pages/docs.astro +++ b/src/pages/docs.astro @@ -33,6 +33,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';

Zaguán Blade is not just a text editor with a chat sidebar. It is designed from the ground up to allow an AI agent to "live" inside your editor.

+

+ It supports Local AI through Ollama and any OpenAI-compatible connection, so you can run models on your own machine or point to self-hosted gateways without changing your workflow. +

👁