@@ -37,41 +37,22 @@ pnpm run dev
3737# Open http://localhost:5173
3838```
3939
40- > [ !note]
4140> First load can take up to 2 minutes while dependencies compile.
42- >
43- > <a href =" docs/ " >Full Project Documentation</a >
4441
4542---
4643
4744## Why Devonz?
4845
49- - ** 22 AI providers** ➺ OpenAI, Anthropic, Google, Groq, Z.ai, Ollama, and more. Swap models mid-conversation.
50- - ** Full dev environment in the browser** ➺ editor, terminal, live preview, all powered by WebContainers.
51- - ** One-click deploy** ➺ push to GitHub, GitLab, Netlify, or Vercel directly from the UI.
52- - ** MCP tools** ➺ extend the agent with Model Context Protocol servers for specialized workflows.
53- - ** Auto-fix** ➺ terminal error detection catches failures and patches them automatically.
54- - ** Image context** ➺ attach screenshots or design files to prompts for visual understanding.
55- - ** Design Palette** ➺ pick custom color themes that get injected into AI-generated apps.
56- - ** 3D support** ➺ generate React Three Fiber apps with automatic version pinning and peer dependency resolution.
57- - ** Template gallery** ➺ start from popular frameworks and boilerplates, then customize with AI.
58- - ** State-of-the-art AI SDK** ➺ built on the Vercel AI SDK for best-in-class LLM performance and reliability.
59-
60- > [ !important]
61- >
62- > Agent Mode VS Standard Mode
63- >
64- > ** Agent Mode** is built for tasks that require context before action — complex multi-step workflows
65- > (research → plan → execute), operations where each step depends on prior results, or any task where
66- > you'd want to inspect files before modifying them. It's especially powerful when paired with
67- > ` devonz_search_in_files ` to verify patterns before committing changes. Expect higher token usage
68- > in exchange for more deliberate, accurate execution.
69- >
70- > ** Standard Mode** is the right call when you can describe the full output upfront. Single-shot
71- > website generation, simple file creation tasks, and straightforward prompts all benefit from
72- > Standard Mode's lower latency and reduced token overhead.
73- >
74- > If the task requires * knowing something before doing something* — Agent Mode. Everything else — Standard Mode.
46+ - ** 22 AI providers** — OpenAI, Anthropic, Google, Groq, Z.ai, Ollama, and more. Swap models mid-conversation.
47+ - ** Full dev environment in the browser** — editor, terminal, live preview, all powered by WebContainers.
48+ - ** One-click deploy** — push to GitHub, GitLab, Netlify, or Vercel directly from the UI.
49+ - ** MCP tools** — extend the agent with Model Context Protocol servers for specialized workflows.
50+ - ** Auto-fix** — terminal error detection catches failures and patches them automatically.
51+ - ** Image context** — attach screenshots or design files to prompts for visual understanding.
52+ - ** Design Palette** — pick custom color themes that get injected into AI-generated apps.
53+ - ** 3D support** — generate React Three Fiber apps with automatic version pinning and peer dependency resolution.
54+ - ** Template gallery** — start from popular frameworks and boilerplates, then customize with AI.
55+ - ** State-of-the-art AI SDK** — built on the Vercel AI SDK for best-in-class LLM performance and reliability.
7556
7657---
7758
@@ -81,13 +62,14 @@ pnpm run dev
8162- Natural language to full-stack apps (Node.js-based)
8263- 22 LLM providers with hot-swappable model selection
8364- MCP (Model Context Protocol) tool integration
84- - MCP Schema Sanitization ➺ Automatic schema compatibility for Google Gemini (strips unsupported constructs)
8565- Automatic error detection and auto-fix from terminal output
8666- Attach images to prompts for visual context
87- - ** Extended Thinking** ➺ AI reasoning visualization for Anthropic Claude and Google Gemini
88- - ** Formatted Tool Results** ➺ MCP tool results render as formatted markdown instead of raw JSON
89- - ** Design Palette** ➺ UI for picking custom color themes injected into generated code
90- - ** 3D App Generation** ➺ React Three Fiber support with automatic version pinning for React 18/19
67+ - ** Extended Thinking** — AI reasoning visualization for Anthropic Claude and Google Gemini
68+ - ** MCP Schema Sanitization** — Automatic schema compatibility for Google Gemini (strips unsupported constructs)
69+ - ** MCP Auto-Approve** — Per-server auto-approve toggle for trusted MCP servers
70+ - ** Formatted Tool Results** — MCP tool results render as formatted markdown instead of raw JSON
71+ - ** Design Palette** — UI for picking custom color themes injected into generated code
72+ - ** 3D App Generation** — React Three Fiber support with automatic version pinning for React 18/19
9173
9274** Development Environment**
9375- In-browser code editor (CodeMirror) with syntax highlighting
@@ -97,7 +79,7 @@ pnpm run dev
9779- File locking to prevent conflicts during generation
9880
9981** Security & Reliability**
100- - ** Security Hardened** ➺ ` withSecurity() ` on all 35+ API routes with input validation, rate limiting options, URL allowlisting
82+ - ** Security Hardened** — ` withSecurity() ` on all 35+ API routes with input validation, rate limiting options, URL allowlisting
10183
10284** Deployment & Integrations**
10385- GitHub / GitLab push and repo management
@@ -252,7 +234,7 @@ docker compose --profile auto-update up -d
252234<summary >Expand file tree</summary >
253235
254236```
255- devonz .diy/
237+ bolt .diy/
256238├── app/
257239│ ├── components/ # React components
258240│ │ ├── @settings/ # Settings panel (14 tabs)
@@ -302,9 +284,9 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md) for detailed guidelines.
302284
303285## Acknowledgments
304286
305- - [ devonz .diy] ( https://github.com/stackblitz-labs/devonz .diy ) ➺ original project foundation
306- - [ StackBlitz WebContainers] ( https://webcontainers.io/ ) ➺ in-browser dev environment
307- - [ Vercel AI SDK] ( https://sdk.vercel.ai/ ) ➺ AI capabilities
287+ - [ bolt .diy] ( https://github.com/stackblitz-labs/bolt .diy ) — original project foundation
288+ - [ StackBlitz WebContainers] ( https://webcontainers.io/ ) — in-browser dev environment
289+ - [ Vercel AI SDK] ( https://sdk.vercel.ai/ ) — AI capabilities
308290
309291---
310292
@@ -314,4 +296,4 @@ See [CONTRIBUTING.md](docs/CONTRIBUTING.md) for detailed guidelines.
314296 <a href =" https://github.com/zebbern/Devonz " >GitHub</a > ·
315297 <a href =" https://github.com/zebbern/Devonz/issues " >Issues</a > ·
316298 <a href =" docs/ " >Documentation</a >
317- </div >
299+ </div >
0 commit comments