From d025b801af1c5978ecdd3642b832a510c801d419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 25 Feb 2026 22:18:26 +0100 Subject: [PATCH] docs(website): redesign landing page to focus on philosophy and performance - Update hero messaging to highlight local-first and lightweight nature - Replace Features section with a new Philosophy section - Add idle RAM comparison table against VSCode and Windsurf - Add a "Not for everyone" section clarifying the target audience --- src/pages/index.astro | 168 +++++++++++++++++++++++++----------------- 1 file changed, 102 insertions(+), 66 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index dfbedf2..4a0900c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -30,14 +30,14 @@ const version = pkg.version ?? ""; NO CLOUD REQUIRED

- Zaguán Blade runs a local AI daemon that understands your entire project without sending your code to the cloud. Get the leverage of an AI coding assistant with the speed of a native editor, built specifically for engineers who need more than just autocomplete. + A lightweight AI code editor with a real diff workflow — not a chat window glued to VSCode. Full-project AI edits. Local-first. No 4GB RAM tax.

- GET_ZBLADE() + RUN AI LOCALLY. START HERE. - EXPLORE_FEATURES + WHY WE BUILT IT
@@ -52,73 +52,109 @@ const version = pkg.version ?? ""; - -
+ +
-

Built Different
Performs Different

+

Built for Control
Not Bloat

-
01
-
-

NOT JUST ANOTHER COPILOT

-

Most AI editors just predict your next line. Zaguán Blade actively manages a workspace, executes shell commands, runs your tests, and writes multi-file patches. It's an autonomous agent embedded directly in your editor.

-
AGENTIC WORKFLOW
+
+

+ Zaguán Blade was built because modern AI editors feel bloated, opaque and cloud-dependent. +

+

+ Blade separates the UI from the AI daemon, keeps resource usage low, and respects Git as the source of truth. It’s built for engineers who care about control and hate silent failures. +

+

+ Used daily to develop Zaguán Blade and zcoderd. Tested on real production projects. +

- + +
+
+

THE LIGHTWEIGHT DIFFERENCE

+

Engineers trust metrics. Here is what idle resource usage looks like:

+ + + + + + + + + + + + + + + + + + + + + +
ToolIdle RAM
Zaguán Blade~320 MB
VSCode + AI~1.9 GB
Windsurf~2.8 GB
+
+ +
+

NOT FOR EVERYONE

+
    +
  • + + If you want a VSCode clone, this isn’t it. +
  • +
  • + + If you need heavy UI plugins, this isn’t it. +
  • +
  • + + If you want lightweight, controlled AI workflows — this is for you. +
  • +
+
+
+
+
+ + +
+
+
+ +

Engineers Think
in Workflows

+
+
+
+
+
01
+

WHAT IT'S ACTUALLY GOOD AT

+
    +
  • + Refactoring across multiple files.
  • +
  • + Updating changelogs and build configs.
  • +
  • + Reviewing AI patches safely with diff control.
  • +
  • + Running locally with your own models.
  • +
+
02
-

WHOLE PROJECT UNDERSTANDING

-

Instead of just looking at open files, Blade reads your workspace structure, searches for patterns, and compresses history into artifacts. It knows your codebase like a teammate.

-
-
-
03
-

TAURI V2 + VITE

-

Native performance with Vite's lightning-fast build system. Custom CodeMirror 6 editor with "Vertical Diff Blocks" for AI code generation.

-
-
- -
-
-
04
-

LOCAL AI DAEMON

-

The editor GUI stays lightning fast while a dedicated Go backend handles all AI logic, system prompts, and tool execution out of the main thread.

-
-
-
05
-

SMART ARTIFACTS

-

Long conversations are automatically distilled into retrievable artifacts. The AI knows when and how to access this context - maintaining coherence without the overhead.

-
-
- -
-
-
06
-

GIT GRAPH

-

Visualize the last 50 commits in an interactive Git graph with a details popup for commit information. Powered by gix for fast, native Git operations.

-
-
-
07
-

OLLAMA CLOUD

-

Run your AI locally or in the cloud. Full support for Ollama Cloud alongside the existing Ollama local model integration.

-
-
- -
-
-
08
-

RESILIENT RECOVERY

-

After a UI reload or crash, streaming resumes automatically and the chat scrolls to the latest message — no lost context, no stuck states.

-
-
-
09
-

UI POLISH

-

Snappier autoscroll, instant settings saves, modernized title bar, faster model selector, and a redesigned app icon across the board.

+

TYPICAL FLOW IN BLADE

+
    +
  1. Ask for change.
  2. +
  3. AI calls project tools.
  4. +
  5. Diff appears.
  6. +
  7. You review.
  8. +
  9. Accept or revert via Git.
  10. +
+

No magic behind the scenes. Just predictable operations and complete transparency.

@@ -127,7 +163,7 @@ const version = pkg.version ?? "";

- Zaguán Blade is under heavy development. Download today to get a fully functional local AI editor, native Git integration, and our advanced context engine. Expect rapid updates and occasional breaking changes as we build toward v1.0.0. + Zaguán Blade is under heavy development. Expect rapid updates, occasional breaking changes, and a fast feedback loop as we build toward v1.0.0.

@@ -136,15 +172,15 @@ const version = pkg.version ?? "";
- +
1
ACTIVE
-

THE BODY

-

Zaguán Blade
Tauri v2 + Vite + React
User interface only

+

Zaguán Blade (UI)

+

Tauri v2 + Vite + React
User interface only.
Lightning fast.

@@ -153,8 +189,8 @@ const version = pkg.version ?? "";
2
ACTIVE
-

THE BRAIN

-

Zaguán Coder Daemon (Go server)
State management
Tool execution & AI

+

zcoderd (AI daemon)

+

Go server
State management
Tool execution & AI

@@ -163,8 +199,8 @@ const version = pkg.version ?? "";
3
ACTIVE
-

BLADE PROTOCOL

-

Communication layer
Real-time sync
AI editor control

+

Model Provider

+

Local or remote.
Ollama, Anthropic, OpenAI, etc.
You choose.