toview
introspects your Next.js + Prisma app and generates a typed capability graph —
what your backend can search, create, update, and delete — so you stop hand-building
admin pages every time you need to look at your own data.
npx @themukherjee/toview initEach phase is a separate, working deliverable. Phase 1 ships today.
Detects your framework, ORM, auth provider, and integrations. Parses your Prisma schema statically — no DB connection needed — and writes an editable .admin/ folder. Re-runs never clobber your manual annotations.
Plain-English questions resolve to typed tool calls constrained to the capability graph — never arbitrary code. Results render as tables, charts, or KPI cards.
A read-only MCP server exposes errors already correlated with the capability-graph node they occurred in — so Claude Code or Cursor gets more than a raw stack trace.
.admin/graph.json looks likeGenerated from your Prisma schema. Every write is typed, and destructive actions are flagged by default.