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.
- Host: GitHub
- URL: https://github.com/mizcausevic-dev/growth-systems-control-room
- Owner: mizcausevic-dev
- License: mit
- Created: 2026-05-08T14:27:23.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-29T03:45:13.000Z (14 days ago)
- Last Synced: 2026-05-29T05:22:53.874Z (14 days ago)
- Topics: ai-operations, control-plane, frontend, growth-systems, react, revenue-operations, typescript, vite
- Language: TypeScript
- Homepage: https://growth.kineticgain.com/
- Size: 293 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
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
[](https://react.dev/)
[](https://vite.dev/)
[](https://www.typescriptlang.org/)
[](https://developer.mozilla.org/en-US/docs/Web/CSS)
[](https://vitest.dev/)
[](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

### Domain Map

### Signal Wall

### Scenario and Queue

## 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)