An open API service indexing awesome lists of open source software.

https://github.com/mizcausevic-dev/growth-systems-control-room

React + TypeScript flagship control room that unifies revenue, growth, AI operations, workflow execution, and governance visibility.
https://github.com/mizcausevic-dev/growth-systems-control-room

ai-operations control-plane frontend growth-systems react revenue-operations typescript vite

Last synced: 11 days ago
JSON representation

React + TypeScript flagship control room that unifies revenue, growth, AI operations, workflow execution, and governance visibility.

Awesome Lists containing this project

README

          

# Growth Systems Control Room

React + TypeScript flagship frontend that ties revenue operations, experimentation, security governance, AI oversight, and workflow execution into one coherent command surface.

## Executive Summary

This project is designed as a portfolio centerpiece. Instead of showing one more isolated internal tool, Growth Systems Control Room treats the broader portfolio as a coordinated operating model. It gives leadership and operators a shared view of commercial pressure, growth signals, security posture, AI workflow health, and cross-domain action sequencing.

## Recruiter Takeaway

This repo demonstrates product judgment, systems thinking, visual hierarchy, and cross-functional operational design. It is meant to feel like a true flagship.

## Tech Stack

[![React](https://img.shields.io/badge/React-19-111827?style=for-the-badge&logo=react&logoColor=61DAFB&labelColor=111827&color=0F172A)](https://react.dev/)
[![Vite](https://img.shields.io/badge/Vite-8-111827?style=for-the-badge&logo=vite&logoColor=FFD84D&labelColor=111827&color=0B8F88)](https://vite.dev/)
[![TypeScript](https://img.shields.io/badge/TypeScript-6.X-111827?style=for-the-badge&logo=typescript&logoColor=E5F0FF&labelColor=111827&color=2563EB)](https://www.typescriptlang.org/)
[![CSS](https://img.shields.io/badge/CSS-Control%20Room%20UI-111827?style=for-the-badge&logo=css&logoColor=F8FAFC&labelColor=111827&color=16A34A)](https://developer.mozilla.org/en-US/docs/Web/CSS)
[![Vitest](https://img.shields.io/badge/Vitest-Tested-111827?style=for-the-badge&logo=vitest&logoColor=ffffff&labelColor=111827&color=0891B2)](https://vitest.dev/)
[![License](https://img.shields.io/badge/License-MIT-111827?style=for-the-badge&logo=github&logoColor=ffffff&labelColor=111827&color=84CC16)](https://opensource.org/license/mit)

## Overview

| Area | What it covers |
| --- | --- |
| Executive summary | Revenue, growth, security, and AI signals in one opening surface |
| Domain map | Revenue Ops, Growth, Security, and AI laid out as one operating system |
| Signal wall | Score-driven leadership risk view |
| Action queue | Cross-domain interventions needing coordinated execution |
| Scenario board | Different strategic steering modes for the system |
| Architecture | High-level control-plane framing for the rest of the portfolio |

## Why This Exists

Most internal systems stay fragmented:

- one place for revenue reporting
- another for experimentation
- another for identity or vendor governance
- another for AI workflow review

This project collapses that fragmentation into a single operator-facing surface so the portfolio reads like one connected business system, not just a list of repos.

## Architecture / Workflow

```mermaid
flowchart LR
A["Executive command view"] --> B["Revenue and growth layer"]
A --> C["Security and compliance layer"]
A --> D["AI and workflow layer"]
B --> E["Operator action queue"]
C --> E
D --> E
```

## Screenshots

### Hero Capture

![Hero capture](https://raw.githubusercontent.com/mizcausevic-dev/growth-systems-control-room/project/growth-systems-control-room/screenshots/01-hero.svg)

### Domain Map

![Domain map](https://raw.githubusercontent.com/mizcausevic-dev/growth-systems-control-room/project/growth-systems-control-room/screenshots/02-domains.svg)

### Signal Wall

![Signal wall](https://raw.githubusercontent.com/mizcausevic-dev/growth-systems-control-room/project/growth-systems-control-room/screenshots/03-signals.svg)

### Scenario and Queue

![Scenario and queue](https://raw.githubusercontent.com/mizcausevic-dev/growth-systems-control-room/project/growth-systems-control-room/screenshots/04-scenarios.svg)

## Local Run

```powershell
cd growth-systems-control-room
npm install
npm test
npm run build
npm run dev
```

## Portfolio Links

- [Kinetic Gain](https://kineticgain.com/)
- [Skills / Portfolio](https://mizcausevic.com/skills/)
- [LinkedIn](https://www.linkedin.com/in/mirzacausevic)
- [Medium](https://medium.com/@mizcausevic)
- [GitHub](https://github.com/mizcausevic-dev)