# Control Flow Dashboard — MVP v0.1 (Manual Foundation) Short-term goal → **ship a stable manual dashboard** that lets you manage customers by hand (approve/deny/suspend), with multi-user login + roles and full audit logs. This becomes the base for semi-automation and AI agents later. --- ## 0) Tech Stack & Philosophy * **PHP 8+**, **MySQL 5.7+/MariaDB**, **PDO** (prepared statements), **Sessions** * **Tailwind CDN** for quick UI; no heavy JS * **Lightweight**: small files, clear includes, safe defaults (CSRF, auth, roles)