What problem does it solve? Deploying TypeScript apps to Prisma Compute involves a moving CLI surface, framework-specific build requirements, and subtle runtime pitfalls like loopback-only host binding and port mismatches that make deployed apps unreachable. This Skill guides agents through verified, current commands and framework readiness checks so deployments succeed and public URLs actually respond. ## Core Features & Use Cases - Verified CLI Surface: Runs help-output checks and a verification script before assuming commands, flags, or framework keys exist in @prisma/cli or create-prisma. - Framework Deploy Readiness: Covers Next.js standalone output, Hono, TanStack Start with Nitro, Bun/Elysia/Nest entrypoints, and explains limits for Astro, Nuxt, SvelteKit, and Turborepo. - Runtime and Operations Guidance: Enforces 0.0.0.0 host binding, correct --http-port usage, branch-scoped env and database wiring, non-interactive deploys with PRISMA_SERVICE_TOKEN, and post-deploy smoke testing of public URLs. - Use Case: A user asks to deploy an existing Hono API to Prisma Compute; the Skill verifies the CLI surface, checks host/port binding, deploys with --json --no-interactive, and smoke-tests the public deployment URL. ## Quick Start Ask the agent to deploy your existing app to Prisma Compute and verify the public deployment URL responds.