Analytics dashboard for AI-assisted developer workflows. Track Code Churn, Context Switching, and AI Efficiency — all in one place.
# Install dependencies
npm install
# Start the dev server
npm run devThe app will be available at http://localhost:5173.
Make sure the DevFlow backend is running on
http://localhost:3000, or set theVITE_API_URLenvironment variable to point to your API.
# .env.local
VITE_API_URL=https://your-api.example.com