What problem does it solve? Deploying TypeScript apps to Prisma Compute involves many failure points: wrong CLI commands, missing auth workspaces, 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 in production. ## Core Features & Use Cases - Deployment Guidance: Covers @prisma/cli app deploy, generated compute:deploy scripts, preview branch deploys, --no-promote candidate builds, and production promotion. - Typed Compute Config: Explains prisma.compute.ts with defineComputeConfig, single-app vs monorepo apps targets, flag precedence, and init-generated configs. - Framework Readiness: Details deploy requirements for Next.js, Nuxt, Astro, Hono, NestJS, TanStack Start, Bun, Elysia, and custom prebuilt artifacts, including host/port binding rules. - Use Case: A developer's Hono API deploys successfully but the public URL times out. The Skill diagnoses the hard-coded localhost binding, fixes it to 0.0.0.0 with the correct --http-port, and verifies the public deployment URL. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute, for example: deploy this Hono app to Prisma Compute on port 8080 and verify the public URL.