ZenCode AI is a workspace with three AI experts working together: the Architect (plans), the Surgeon (builds), and the Librarian (knows). Use the right expert for the job, save tokens, and ship faster.
Turn a short description (plus optional image) into a complete, single-page site. Great for landing pages, resumes, and prototypes.
index.html
is created and ready to edit/preview.Panel | Function |
---|---|
Project Panel (Left) | File tree, project actions |
Editor Panel (Top Right) | Code editor & preview |
AI Assistant (Bottom Right) | Talk to Architect / Surgeon / Librarian |
style.css
/assets
and reference with relative paths (./assets/hero.jpg
) for portability.
Role: Planning & strategy (no manual code typing required).
Use for: Mapping big, vague ideas into clear blueprints and then auto-executing them step-by-step.
index.html
and style.css
.On the Visionary plan, you can upload an image (UI mockup, screenshot, wireframe, or design) and ask ZenCode to analyze it, map a project plan, and then auto-generate the steps.
Role: Precise code operations: write, edit, refactor, fix.
Use for: Implementing features, changing styles, wiring APIs, debugging.
index.html
, replace the hero image with ./assets/hero.jpg
and add a CTA button linking to #pricing
.Role: Deep knowledge & memory.
Use for: Understanding codebases, Q&A, retrieving context across files.
auth.js
validates JWTs and where refresh logic lives.Start simple (everything in index.html
). As complexity grows, split responsibilities:
style.css
app.js
partials/header.html
)style.css
, extract scripts to app.js
, and update index.html
links.my-hero.jpg
index.html
./assets/my-hero.jpg
The AI sees the image and adapts styles automatically.
Create checkpoints by downloading ZIPs after milestones (v1, v2…). Keep a CHANGELOG.md
in the root.
Architect, Surgeon, One-Shot Builder
All Spark + Librarian (Vector Mode)
All Forge + AI Vision
Feature | Spark | Forge | Visionary |
---|---|---|---|
Plan Mode (Architect) | ✓ | ✓ | ✓ |
Normal Mode (Surgeon) | ✓ | ✓ | ✓ |
One-Shot Website Builder | ✓ | ✓ | ✓ |
Vector Mode (Librarian) | — | ✓ | ✓ |
AI Vision (image-aware changes) | — | — | ✓ |
Image → Plan → Auto-steps | — | — | ✓ |
Project ZIP Export | ✓ | ✓ | ✓ |
Priority Token/Compute | — | ✓ | ✓ |
banner.png
and suggest a matching color palette.logo.svg
and apply to the site.hero.jpg
.Make sure the file is checked (Surgeon mode) or vectorized (Librarian). Re-run the command.
Be more specific about sections, color palette, and examples. Add an image for style guidance.
Vectorize key files and ask the Librarian to summarize them for quick refreshers.