Build anything with AI. Precision coding, orchestrated.
Version: 2.0.0 Status: Production Ready (10/10 Hardened) Last Updated: Feb 16, 2026
Devonz is a sophisticated multi-agent AI development environment designed to accelerate full-stack application building. By orchestrating specialized agents (Coordinator, Researcher, Architect) via LangGraph, it transforms natural language requests into production-grade code with precision and context-awareness.
Built on the latest Remix and Vite 7 stack, it offers a blazing fast, secure, and enterprise-ready foundation for AI-assisted engineering.
| Guide | Description |
|---|---|
| Architecture | System design, agent orchestration, and data flow diagrams. |
| Deployment | Production setup, environment variables, and build requirements. |
| Security | Vulnerability reporting, policies, and security subsystems. |
| Desktop Governance | Windows installer (.msix), updates, and port management. |
| Release Checklist | Standardized workflow for reliable production deployments. |
| Project Structure | Annotated map of the file system and key directories. |
Devonz has been re-architected for performance, security, and scalability.
- Multi-Agent System: Specialized agents (Coordinator, Researcher, Architect) work in concert via LangGraph to solve complex tasks.
- Contextual Memory: Hybrid persistence using PostgreSQL (Relational), pgvector (Semantic), and Neo4j (Graph) for deep context retention.
- WebContainer Runtime: Executes code safely in a browser-based Node.js sandbox, ensuring secure & isolated environments.
- Zero Trust Architecture: RBACGuard enforces role-based access on all sensitive routes (
/api/deploy,/api/secrets). - AI Governance: Real-time prompt injection detection, guardrails, and usage monitoring (Token/Cost tracking).
- API Hardening: comprehensive Rate Limiting and Zod Input Validation on all agent endpoints.
- Data Protection: AES-256 encryption-at-rest for sensitive data.
- Bleeding Edge Stack: Upgraded to React 19 RC and Vite 7 for instant HMR and optimized builds.
- Fluent Design: Stunning, native-class Windows 11 aesthetics (Mica, Acrylic) powered by UnoCSS and Tailwind.
- Resilient Persistence: Local-first architecture using IndexedDB with robust cloud synchronization.
- Zero-Error Policy: Global CI/CD pipeline enforces 100% test passing, linting compliance, and type safety.
- Current Status: 335/335 Tests Passing (Unit, Integration, E2E).
- Security Audited: Proactive dependency management and regular vulnerability scans.
- Node.js: v20.19.0+ or v22.12.0+ (Strict requirement for Vite 7)
- pnpm: v9+ (Recommended)
-
Clone & Install
git clone https://github.com/kherrera6219/Devonz.git cd Devonz pnpm install -
Configure Environment
cp .env.example .env.local # Edit .env.local with your API keys (OpenAI, Anthropic, etc.) -
Start Development Server
pnpm run dev
Visit
http://localhost:5173to start building.
- Frontend: Remix, React 19 RC, Vite 7, UnoCSS, Tailwind CSS
- AI/LLM: Vercel AI SDK, LangGraph, LangChain
- Database: PostgreSQL, pgvector, Neo4j, Redis, MinIO
- Local Persistence: IndexedDB, Nanostores
- Testing: Vitest, Playwright, Testing Library
Note
This project follows Microsoft Open Source standards. For contribution guidelines, please see CONTRIBUTING.md.
Devonz is built upon the excellent foundation of bolt.new by StackBlitz.
- Original Concept: StackBlitz Team
- Foundation: Remix + Vite Template
- Inspiration: The
bolt.newarchitecture provided the initial spark for this multi-agent evolution.
We strictly adhere to the MIT License and open-source principles.
