How We Built VibeControls: Architecture Deep Dive
Vignesh T.V.·May 14, 2026·12 min read
VibeControls is built on modern microservices designed for real-time collaboration.
The Stack
- Bun + TypeScript
- ElysiaJS + GraphQL Yoga
- PostgreSQL + Prisma
- Valkey (Redis fork)
- Kubernetes + Istio
- React 19 + Vite + TailwindCSS v4
Agent Architecture
Lightweight agents connecting via WebSocket for real-time bidirectional communication.
Plugin System
Self-contained modules with manifest, backend handler, and UI component.
Security
mTLS via Istio, RBAC, audit logging, AES-256 credential encryption at every layer.