🛰️ APEX NEXUS — Dashboard Operasi Kognitif AI
Dashboard AI dengan 4 modul: Dasbor real-time, Otomasi IFTTT, AI Copilot (Text-to-SQL), dan Audit Ledger. Next.js 16 + TypeScript + Tailwind + Prisma. 10+ LLM (GPT, Claude, DeepSeek, Grok, Gemini). Bahasa Indonesia & Inggris.
🎯 MODUL UTAMA
1️⃣ HELIOS DASHBOARD
KPI real-time, widget draggable, grafik live, aliran peristiwa operasional.
2️⃣ WORKFLOW AUTOMATION
Otomasi IFTTT (trigger→condition→action), eksekusi <200ms, toggle aktif/jeda, buat workflow tanpa kode.
3️⃣ GENESIS AI COPILOT
Text-to-SQL bahasa alami, konfirmasi human-in-the-loop untuk operasi destruktif, respons EN + ID, 10+ LLM provider.
4️⃣ REPORTING + AUDIT
Laporan terjadwal PDF/CSV/XLSX, audit log hash-chained append-only.
🤖 10+ LLM PROVIDER (Full)
Z-AI, OpenAI (GPT), Claude, DeepSeek, Grok, OpenRouter (100+ model), Hugging Face, Mistral, Gemini, Custom (Ollama/vLLM). Set 1 API key sebagai env var.
🌐 DUA BAHASA
🇬🇧 English · 🇮🇩 Bahasa Indonesia — switch real-time, AI Copilot ikut bahasa.
✨ FITUR UX
⌨️ Command Palette (⌘K) · 🎨 Dark/Light · 📱 Responsive · 🎬 Animasi · 🔌 Connect Backend · 🔄 Reset Demo · ♿ Accessible
📦 DUA VERSI
🔶 DEMO (Netlify, zero infra)
Tanpa database, simulator otomatis, deploy 1-klik. Tombol "Connect Backend" → upsell Full Version.
🔵 FULL (Production)
PostgreSQL, WebSocket, multi-LLM, Docker + Caddy auto-TLS.
🛠️ TECH STACK
Next.js 16, TypeScript, Tailwind, shadcn/ui, Prisma, Socket.io, Framer Motion, recharts, dnd-kit, Caddy.
📋 YANG ANDA DAPAT
✅ Source code (Demo + Full, tidak terenkripsi)
✅ 4 modul + 10+ LLM + i18n EN/ID
✅ Docker, docker-compose, netlify.toml
✅ README + deploy docs + .env.example
✅ Prisma schema SQLite & PostgreSQL
⚙️ PERSYARATAN
Software: Node.js ≥22, PostgreSQL 16+ (Full), Docker ≥24, browser modern
Hardware: 2 vCPU, 4 GB RAM, 20 GB SSD
Peripheral: Keyboard, Mouse, Display ≥1280×720
🚀 INSTALL
DEMO: cp .env.demo .env → npm install → npm run dev
FULL: cp .env.main .env → npm install → npx prisma db push → npm run dev
PROD: docker compose up -d --build