You've already forked zblade.dev
docs(website): refresh landing page and add v0.3.2 changelog
- Update hero section and feature descriptions to emphasize local AI daemon and agentic workflows - Add screenshot reveal section to index page - Update public screenshot asset - Add v0.3.2 development section to changelog with recent bug fixes
This commit is contained in:
+25
-16
@@ -20,18 +20,17 @@ const version = pkg.version ?? "";
|
||||
<h1 class="hero-title">
|
||||
<span class="title-line-1">ZAGUÁN</span>
|
||||
<span class="title-line-2">BLADE</span>
|
||||
<span class="title-accent">AI-NATIVE_</span>
|
||||
<span class="title-accent">AI-NATIVE CODE EDITOR</span>
|
||||
</h1>
|
||||
<div class="hero-meta">
|
||||
<span class="meta-item">TAURI V2 + VITE</span>
|
||||
<span class="meta-item">RUNS LOCAL</span>
|
||||
<span class="meta-divider">/</span>
|
||||
<span class="meta-item">CODEMIRROR 6</span>
|
||||
<span class="meta-item">WHOLE PROJECT CONTEXT</span>
|
||||
<span class="meta-divider">/</span>
|
||||
<span class="meta-item">v{version}</span>
|
||||
<span class="meta-item">NO CLOUD REQUIRED</span>
|
||||
</div>
|
||||
<p class="hero-description">
|
||||
What you see is just the interface. The real magic lives in the <strong>Zaguán Coder Daemon</strong> - a Go-powered backend where all AI reasoning happens.
|
||||
Its standout feature is <strong>Unlimited Context</strong>: instead of hitting token limits, we intelligently compress your conversation history and tool results into retrievable artifacts. The AI always gets exactly what it needs to work efficiently, without the bloat.
|
||||
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.
|
||||
</p>
|
||||
<div class="hero-actions">
|
||||
<a href="#download" class="action-primary">
|
||||
@@ -42,6 +41,13 @@ const version = pkg.version ?? "";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Screenshot Reveal -->
|
||||
<div class="container" style="margin-top: var(--space-2xl); position: relative; z-index: 2;">
|
||||
<div style="border: 1px solid var(--color-border); border-radius: var(--border-radius); overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 30px rgba(0,221,119,0.1); background: var(--color-bg-elevated); padding: 2px;">
|
||||
<img src="/screenshot-1.png" alt="Zaguán Blade Editor Interface" style="width: 100%; height: auto; display: block; border: 1px solid var(--color-border);" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Features Section -->
|
||||
@@ -56,17 +62,17 @@ const version = pkg.version ?? "";
|
||||
<div class="feature-primary">
|
||||
<div class="feature-num">01</div>
|
||||
<div class="feature-content">
|
||||
<h3>ZAGUÁN CODER DAEMON</h3>
|
||||
<p>The actual brain of the operation. A Go server that handles all AI logic, system prompts, and context management. This is where the heavy lifting happens - your editor stays lightweight and responsive.</p>
|
||||
<div class="feature-tag">CORE ENGINE</div>
|
||||
<h3>NOT JUST ANOTHER COPILOT</h3>
|
||||
<p>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.</p>
|
||||
<div class="feature-tag">AGENTIC WORKFLOW</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-row">
|
||||
<div class="feature-item feature-highlight">
|
||||
<div class="feature-num">02</div>
|
||||
<h3>UNLIMITED CONTEXT</h3>
|
||||
<p>We've solved the token limit problem. Chat history and tool results are actively compressed into artifacts. The AI retrieves only what it needs - efficient, focused, and without arbitrary limits.</p>
|
||||
<h3>WHOLE PROJECT UNDERSTANDING</h3>
|
||||
<p>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.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-num">03</div>
|
||||
@@ -78,8 +84,8 @@ const version = pkg.version ?? "";
|
||||
<div class="feature-row">
|
||||
<div class="feature-item">
|
||||
<div class="feature-num">04</div>
|
||||
<h3>BODY / BRAIN SEPARATION</h3>
|
||||
<p>The GUI contains zero AI logic - it's purely interface. All intelligence lives in the Coder Daemon. This means a lighter client and a more powerful, updatable backend.</p>
|
||||
<h3>LOCAL AI DAEMON</h3>
|
||||
<p>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.</p>
|
||||
</div>
|
||||
<div class="feature-item feature-highlight">
|
||||
<div class="feature-num">05</div>
|
||||
@@ -114,10 +120,13 @@ const version = pkg.version ?? "";
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-banner">
|
||||
<div class="feature-banner" style="display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--space-md);">
|
||||
<div class="banner-content">
|
||||
<div class="banner-text">ALPHA SOFTWARE / UNDER ACTIVE DEVELOPMENT / BUILT FOR DEVELOPERS</div>
|
||||
<div class="banner-text">ACTIVE DEVELOPMENT: PRE-V1.0</div>
|
||||
</div>
|
||||
<p style="color: var(--color-bg); font-weight: 500; max-width: 800px; margin: 0 auto; line-height: 1.6;">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -230,7 +239,7 @@ const version = pkg.version ?? "";
|
||||
</div>
|
||||
<div class="download-disclaimer">
|
||||
<span class="disclaimer-icon">⚠</span>
|
||||
<span>Alpha software. AI features require active <a href="https://zaguanai.com/pricing">Zaguán AI subscription</a>.</span>
|
||||
<span>Pre-v1.0 software. Breaking changes may occur. AI features require an active <a href="https://zaguanai.com/pricing">Zaguán AI subscription</a>.</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user