Skip to content
forked from zebbern/Devonz

Devonz the open source vibe coding platform adopted from bolt.diy now newer, faster and done with a twist!

License

Notifications You must be signed in to change notification settings

kherrera6219/Devonz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,876 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Devonz

Devonz

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.


📚 Documentation

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.

✨ Key Features (2026 Edition)

Devonz has been re-architected for performance, security, and scalability.

🧠 Intelligent Orchestration

  • 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.

🛡️ Enterprise-Grade Security

  • 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.

⚡ Modern Infrastructure

  • 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.

✅ Strict Quality Assurance

  • 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.

🚀 Quick Start

Prerequisites

  • Node.js: v20.19.0+ or v22.12.0+ (Strict requirement for Vite 7)
  • pnpm: v9+ (Recommended)

Installation

  1. Clone & Install

    git clone https://github.com/kherrera6219/Devonz.git
    cd Devonz
    pnpm install
  2. Configure Environment

    cp .env.example .env.local
    # Edit .env.local with your API keys (OpenAI, Anthropic, etc.)
  3. Start Development Server

    pnpm run dev

    Visit http://localhost:5173 to start building.


🛠️ Tech Stack

  • 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.


👏 Credits & Acknowledgements

Devonz is built upon the excellent foundation of bolt.new by StackBlitz.

  • Original Concept: StackBlitz Team
  • Foundation: Remix + Vite Template
  • Inspiration: The bolt.new architecture provided the initial spark for this multi-agent evolution.

We strictly adhere to the MIT License and open-source principles.

About

Devonz the open source vibe coding platform adopted from bolt.diy now newer, faster and done with a twist!

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.3%
  • JavaScript 1.7%
  • PowerShell 1.2%
  • SCSS 1.0%
  • MDX 0.3%
  • CSS 0.3%
  • Other 0.2%