MASTER CONTROL CENTER

Settings

System Info

Project
Master Control Center
Framework
Next.js 14 + TypeScript + Tailwind
Database
Supabase (sdyfgzdbnluyyuxzsilh)
Deploy
Vercel
VPS
187.124.77.85

API Endpoints (12)

GET/api/projectsList all projects
POST/api/projectsCreate a new project
GET/api/projects/[slug]Get project by slug
PATCH/api/projects/[slug]Update project by slug
GET/api/tasksList tasks (optionally filter by project_id)
POST/api/tasksCreate a new task
PATCH/api/tasks/[id]Update task by ID
DELETE/api/tasks/[id]Delete task by ID
GET/api/activityList recent activity
POST/api/activityLog new activity
GET/api/intelligence/[file]Read intelligence file
GET/api/costsGet cost summary