CORTEXOS
“One environment to rule all your workflows.”
Overview
CortexOS is a centralized operating layer I built to unify workflows, data pipelines, and automation — so teams can manage systems and processes from a single environment, eliminating tool sprawl and context switching.
I was inspired by the idea that modern teams suffer not from a lack of tools, but from too many disconnected ones. CortexOS acts as the connective layer — pulling in data, triggering automations, and surfacing the right information at the right time.
Built entirely in TypeScript with a React-based dashboard, this is my most ambitious product project to date — sitting at the intersection of developer tooling, AI automation, and product design.
Screenshots
Key Features
Tech Deep Dive
I used TypeScript across the entire codebase for type safety and maintainability at scale. Next.js App Router handles server components and efficient data fetching. The automation engine I designed uses an event-driven architecture — triggers emit events, conditions filter them, actions execute the result. React Server Components minimize client bundle size on the dashboard.