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 paths so apps actually become reachable on their public URL. ## Core Features & Use Cases - Deploy workflows: Covers @prisma/cli app deploy, generated compute:deploy scripts, preview branch deploys, --no-promote candidate builds, and production promotion. - Typed config authoring: Creates and validates prisma.compute.ts with defineComputeConfig, including monorepo multi-app apps targets, build settings, and env inputs. - Framework readiness: Provides per-framework requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun/Elysia, custom artifacts, and Turborepo. - Use Case: A user says their Hono API deploys successfully but the public URL times out. The Skill diagnoses the hard-coded localhost binding, fixes the server to bind 0.0.0.0 on process.env.PORT, and redeploys with the correct --http-port. ## Quick Start Ask the agent to deploy your existing TypeScript app to Prisma Compute and verify the public deployment URL responds.