What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI package, missing auth workspace selection, loopback-only host binding, port mismatches, and misconfigured prisma.compute.ts files. This Skill guides agents through the correct deploy, config, and troubleshooting workflow so apps actually become reachable on their public URL. ## Core Features & Use Cases - Deployment workflows: Create, deploy, promote, roll back, and inspect Compute apps with @prisma/cli app deploy, including preview branches, --no-promote candidates, and GitHub push-to-deploy. - Typed Compute config: Author prisma.compute.ts with defineComputeConfig for single apps or monorepo multi-app targets, with correct flag-over-config precedence. - Framework readiness: Validate deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia, and custom prebuilt artifacts, including 0.0.0.0 host binding and PORT handling. - Use Case: A user says their Hono API deploys successfully but the public URL times out. The Skill diagnoses the hard-coded localhost listener, fixes host/port binding, redeploys with --json --no-interactive, and verifies the public deployment URL with curl. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute and verify the public deployment URL.