Guides

A collection of guides for various tasks and workflows

Welcome to the Guides section! Here you'll find practical, step-by-step guides to help you accomplish specific tasks with Prisma products, including Prisma ORM, Prisma Accelerate, Prisma Postgres, and more.

Quick start

Scaffold a new project with Prisma ORM and Prisma Postgres already set up:

npm create prisma@latest

Pick your framework and options from the prompts. To skip prompts use --yes, to set a framework upfront use --template (next, hono, svelte, astro, nuxt, tanstack-start, nestjs, elysia, turborepo).

Getting started

  • Next.js - Learn how to use Prisma ORM in a Next.js app and deploy it to Vercel
  • Hono - Learn how to use Prisma ORM in a Hono app
  • SvelteKit - Learn how to use Prisma ORM in a SvelteKit app

On this page