Prisma Next is in early access.Read the docs

Choose a setup path

Choose the fastest path to try Prisma Next in a new or existing project.

Start with a quickstart if you want Prisma Next to create the app. Use the existing-project path if you already have an app and database.

Start a new project

bunx create-prisma@next

Use Prisma Postgres

bunx create-prisma@next

Add to an existing project

bunx prisma-next init

After setup

  • Use the generated app scripts for the first run.
  • Open prisma-next.md or the installed Prisma Next skills when you want agent-ready guidance inside the project.
  • Change the starter contract when you are ready to model your own data.
  • Open the Prisma Next overview when you want the concepts behind the setup.

On this page