For the complete Prisma documentation index optimized for AI agents, see https://www.prisma.io/docs/llms.txt. A markdown version of every docs page is available by appending .md to its URL.
The Prisma 8 Release Candidate is available.Explore the next Prisma ORM workflow.Read the docs
Prisma is a complete TypeScript stack with one workflow: build your app and run all of it on your machine, then deploy it to the Prisma platform with one command. Jump straight to the full-stack tutorial, Prisma 8 or Prisma 7 docs.
Every guide runs the same journey with the same commands: scaffold, connect Prisma Postgres, run a real query, and deploy. SvelteKit and Deno don't deploy to Compute yet; their guides stop at a verified local run.
Prisma 7 is the current generally available release of Prisma ORM and remains fully supported. Scaffold it with npx create-prisma@stable, or add it to an existing project with npx prisma@latest init. It pairs with Prisma Postgres and Prisma Compute the same way. When you're ready, Prisma 8 is the upgrade path.
Already have an app or a database, or need a single Prisma product on its own? Each path has a guide to follow and a prompt to hand to your agent.
Existing project, your own database, or a single product on its ownFive paths: add to an existing project, bring your own Postgres, or use the ORM, Postgres, or Compute alone.