Dev Companion Platform (DevOS)
A centralized, AI-powered command center for developers integrating standup generation, repository visualization, and daily task tracking.

Overview
Dev Companion Platform (DevOS) was built to solve developer tool fragmentation by providing a single, unified dashboard. It actively tracks Leetcode progress, interfaces with GitHub for real-time statistics, maps out repository architectures visually, and leverages LLMs to generate daily technical standup reports and missions.
Key Features
Challenges
Managing complex, modular global state across varied dashboard widgets without performance degradation. Additionally, orchestrating multiple asynchronous data streams from third-party APIs (GitHub, Clerk, AI SDKs) while ensuring the React Flow architectural visualizations rendered smoothly on large codebases.
Learnings
- •Mastered global state management and modular architecture using Zustand in React 19.
- •Gained deep experience in constructing interactive, node-based visual interfaces with React Flow.
- •Learned to effectively orchestrate multi-model AI workflows for developer productivity (Groq/Gemini).
- •Strengthened full-stack OAuth implementation and JWT session handling securely within a MERN environment.