d0f0cadf511660704be57231dd0f8a5d6898e540
Phase 7 (user mgmt, all of A–F) and Phase 8 (VIN observability Faz 1–4 + regression alert) are shipped. Teknikborc previously listed many of those as open — clean it up and section the remaining work into: - Phase 7 still-open items (support actions, KVKK, sessions, bulk ops, automation) — explicitly listed at top - Phase 8 still-open items (alert config UI, vin_anomaly_log table, pointing to RUNBOOK.md for documentation) - PRD ↔ Sase.tr reality gaps (EFT killed, B2B doesn't exist, etc.) - Defansif teknik borç (super_panel_reader rol, prisma db push multi-replica risk, pre-existing Sase.tr typecheck errors) - Sase.tr-side work (Faz 0+1 PostHog events; notes that the backend VIN telemetry was tried and reverted because query_logs already has everything we need) - BIP open work (P1 fix, eval golden set, pattern bundle, embedding similarity, multi-project routing) - Minor / low priority polish items RUNBOOK.md is new: founder operations guide. Sections: - Telegram alert → response matrix (success drop, regression, p95 spike, volume drop/spike, timeout dominance) - Founder daily review walkthrough (the / "Bugün" page sequence) - Pipeline/cron health (job cadences + how to check) - Coolify quick reference (app UUIDs + deploy command) - User report → fix call chain - Security model summary - Local dev + new endpoint scaffolding steps Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Süper Panel
Internal admin panel — sp.semih.ai — Tailscale-only access.
Phase 0 skeleton: Next.js 16 + Better Auth (email/password + TOTP) + Prisma + Postgres + Redis. Deployed on Coolify, fronted by Traefik with Let's Encrypt (Cloudflare DNS-01).
See super-panel-prd.md for the full PRD.
Local dev
pnpm install
cp .env.example .env
# fill DATABASE_URL_PANEL, BETTER_AUTH_SECRET (32+ chars)
pnpm --filter @panel/web prisma:generate
pnpm dev
Production deploy
Pushes to main trigger Coolify deploy via webhook.
Deploy status
First production deploy: 2026-05-13. Live at https://sp.semih.ai (Tailscale only).
Description
Languages
TypeScript
99.2%
CSS
0.4%
Shell
0.2%
Dockerfile
0.2%