Dezinet Workflow OS
Professional digital asset optimized for the Turborepo Template platform. A high-performance Open-Source Internal Communication and Workflow OS. Built with a Service-Oriented Modular Monolith architecture, featuring gRPC, Turborepo, and a robust plugin ecosystem.
Current Turborepo Setup & Architecture (SO-MM)
1. Complete File System & Workspace Hierarchy
Our monorepo root relies on npm workspaces mapped securely inside turbo.json. The environment spans strictly isolated applications, shared libraries, and decoupled architectural modules.
apps/ ├── api-gateway/ # NestJS (REST + GraphQL) ├── backend/ # NestJS Core gRPC ├── web/ # Next.js 15 ├── auth/ # Auth App └── admin/ # Admin App packages/ ├── db/ # Prisma ORM ├── proto/ # gRPC contracts ├── ui/ # Component library modules/ ├── auth/ # Auth modules ├── attendance/ # Time tracking └── chat/ # WebSockets
2. API Gateway: Intelligent Routing & Security
The API Gateway (apps/api-gateway) acts as the external security wall. We have implemented global middleware (helmet, cors, validation) and rate limiting (10 requests/min).
3. Core Network Flow (Gateway → Backend)
The Gateway forwards validated payloads natively to apps/backend via .proto buffer contracts over gRPC. No database connection in Gateway.

4. Master Plan: Execution Roadmap
A structured timeline for ecosystem dominance, moving from foundation to a live marketplace.
Main Features
Ecosystem Progress
We are currently building the architectural backbone for this Workflow OS. Source code and live preview links will be released as each core module reaches stable alpha.
Get the code
Repository is in private development mode.