Home>>QUAD Platform
โ—‡
ยง
๐Ÿข

QUAD Platform

PRODUCT

Complete end-to-end deployable solution for enterprise QUAD adoption

Platform Overview

QUAD Platform is an enterprise-ready installation package that brings the QUAD methodology to your organization. It includes:

๐Ÿค–

AI Agent Runtime

Pluggable AI providers (Claude, OpenAI, Gemini, Local)

๐Ÿ”„

Integration Hub

Connect Jira, Slack, GitHub, Teams, Email

๐Ÿ“Š

Admin Dashboard

Company/Director/Project management

๐Ÿ‘ฅ

User Management

Role-based access control with circle assignments

๐Ÿ“ˆ

Analytics

Flow rate, cycle metrics, agent performance

๐Ÿ”

Enterprise Security

SSO, audit logs, data encryption

Deployment Options

๐Ÿณ Self-Hosted Deployment

Requirements

  • โ€ข Docker & Docker Compose
  • โ€ข 8GB RAM minimum (16GB recommended)
  • โ€ข 50GB storage
  • โ€ข PostgreSQL 15+ (included)
  • โ€ข Your AI provider API key

Quick Start

$ git clone quad-platform
$ cp .env.example .env
$ # Edit .env with API keys
$ docker-compose up -d
# Access: http://localhost:3000
โœ“ Your data stays on your servers

Adoption Levels (0D โ†’ 4D)

Choose your transformation speed. Start conservative or go all-in.

4D

Hyperspace

Guardrails + self-improving

2 months
to full adoption

What You Get:

Compliance automationFeedback learningCustom rulesAgents learn from YOU
0D
Origin
12 months
1D
Vector
9 months
2D
Plane
6 months
3D
Space
4 months
4D
Hyperspace
2 months
DimensionAI AgentsHuman GatesAutomationBest For
0D OriginNoneAll manual0%Methodology only
1D VectorSequentialBetween each25%Cautious teams
2D PlaneParallelPer phase50%Growing teams
3D SpacePipelinesStart/End75%Mature teams
4D HyperspaceSelf-improvingExceptions95%AI-native orgs

Recommended Starting Point

Most organizations start at 2D Plane for a good balance of AI assistance and human oversight.

Configure Now โ†’

Company Hierarchy

C

Company Level

QUAD Platform Installation

Company Admin - Installs platform, configures AI providers, manages directors
D

Director Level

Portfolio Management

Directors - Own multiple projects, assign circle leads, set budgets
P

Project Level

4 Circles Per Project

Circle 1
Management
Circle 2
Development
Circle 3
QA
Circle 4
Infrastructure
T

Team Level

Operators + AI Agents

Circle Lead + Operators - Execute circle functions, collaborate with AI agents

User Onboarding Journey

From joining a company to becoming a productive QUAD circle member

1
Installs QUAD Platformby IT Admin+COMPANY_ADMIN

Downloads package, runs Docker, configures AI provider API key

2
Creates Director Accountsby IT Admin+DIRECTOR

Invites department heads (Engineering VP, Product VP, etc.)

3
Creates Projectsby Director+PROJECT_OWNER

Sets up projects under their portfolio with 4 circles each

4
Assigns Circle Leadsby Director+CIRCLE_LEAD

Tech Lead โ†’ Management, Senior Dev โ†’ Development, QA Lead โ†’ QA, DevOps Lead โ†’ Infra

5
Invites New Employeeby HR / Director+EMPLOYEE

Employee gets company SSO access, sees available projects

6
Assigns to Circleby Circle Lead+CIRCLE_MEMBER

Employee gains access to circle-specific agents and tools

7
Starts Contributingby Employee+OPERATOR

Works within circle, uses AI agents, follows QUAD flow

AI Provider Configuration

QUAD is a generic methodology - not locked to any single AI provider. Configure your preferred providers at the company level.

๐ŸŸฃ
Claude
recommended
๐ŸŸข
OpenAI
supported
๐Ÿ”ต
Gemini
supported
๐Ÿฆ™
Ollama
self-hosted
# quad-config.yaml
ai_providers:
primary:
type: claude
api_key: ${ANTHROPIC_API_KEY}
model: claude-sonnet-4-20250514
fallback:
type: openai
api_key: ${OPENAI_API_KEY}
model: gpt-4o
# Add more providers as needed

Installation Package Contents

quad-platform/
โ”œโ”€โ”€ docker-compose.yml # All services orchestration
โ”œโ”€โ”€ .env.example # Environment template
โ”œโ”€โ”€ quad-config.yaml # QUAD configuration
โ”œโ”€โ”€ services/
โ”‚ โ”œโ”€โ”€ quad-api/ # Backend API (Node.js)
โ”‚ โ”œโ”€โ”€ quad-web/ # Admin Dashboard (Next.js)
โ”‚ โ”œโ”€โ”€ quad-agents/ # AI Agent Runtime
โ”‚ โ””โ”€โ”€ quad-db/ # PostgreSQL + migrations
โ”œโ”€โ”€ integrations/
โ”‚ โ”œโ”€โ”€ jira-connector/ # Jira Cloud/Server
โ”‚ โ”œโ”€โ”€ slack-connector/ # Slack App
โ”‚ โ”œโ”€โ”€ github-connector/ # GitHub App
โ”‚ โ”œโ”€โ”€ teams-connector/ # MS Teams
โ”‚ โ””โ”€โ”€ email-connector/ # SMTP/SendGrid
โ”œโ”€โ”€ helm/ # Kubernetes charts
โ””โ”€โ”€ docs/
โ”œโ”€โ”€ INSTALLATION.md
โ”œโ”€โ”€ CONFIGURATION.md
โ””โ”€โ”€ UPGRADING.md

ACL & Permissions Matrix

RoleCompanyDirectorsProjectsCirclesAgents
COMPANY_ADMINโœ“ Adminโœ“ Manageโœ“ View Allโœ“ View Allโœ“ Configure
DIRECTORViewSelfโœ“ Manage Ownโœ“ Assign Leadsโœ“ View
CIRCLE_LEADโ€”ViewView Assignedโœ“ Manage Ownโœ“ Use
OPERATORโ€”โ€”View AssignedWork Inโœ“ Use
VIEWERโ€”โ€”View OnlyView Onlyโ€”

Default ACL (New Employee)

  • โ€ข Can view company directory
  • โ€ข Can see available projects
  • โ€ข Cannot access any project until assigned
  • โ€ข Gets OPERATOR role when added to circle

Inherited Permissions

  • โ€ข Circle members inherit project view access
  • โ€ข Circle leads inherit operator permissions
  • โ€ข Directors inherit circle lead permissions
  • โ€ข Admins have full access to everything

Ready to Deploy QUAD?

Choose your deployment method and transform how your organization builds software