Prompt Buddy logoPrompt Buddy

prisma ยท Prisma Docs

Prisma Better Auth (with Next.js) (/docs/guides/authentication/better-auth/nextjs)

The page content provided appears to be a placeholder or a redirect link to a related guide for Astro rather than the actual implementation guide for Next.js.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Prisma Better Auth (with Next.js) (/docs/guides/authentication/better-auth/nextjs)

The page content provided appears to be a placeholder or a redirect link to a related guide for Astro rather than the actual implementation guide for Next.js.

When To Use

Use when you need to implement Better Auth within a Next.js application using Prisma ORM.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-workflow-guide.mdA guide explaining how to implement Better Auth with Prisma ORM in a Next.js application.Questions about a guide explaining how to implement Better Auth with Prisma ORM in a Next.js application.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma.bashA bash command to initialize a new Next.js application named betterauth-nextjs-prisma.Exact payloads, commands, or snippets shown in A bash command to initialize a new Next.js application named betterauth-nextjs-prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-2.bashA bash command to initialize a new Next.js application named betterauth-nextjs-prisma using pnpm.Exact payloads, commands, or snippets shown in A bash command to initialize a new Next.js application named betterauth-nextjs-prisma using pnpm.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-3.bashA bash command to initialize a new Next.js application using create-next-app for a Prisma and Better Auth integration.Exact payloads, commands, or snippets shown in A bash command to initialize a new Next.js application using create-next-app for a Prisma and Better Auth integration.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-4.bashA bash command to initialize a new Next.js application using bunx for a Prisma and Better Auth integration.Exact payloads, commands, or snippets shown in A bash command to initialize a new Next.js application using bunx for a Prisma and Better Auth integration.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-5.bashBash commands to navigate to the betterauth-nextjs-prisma directory for the authentication guide.Exact payloads, commands, or snippets shown in Bash commands to navigate to the betterauth-nextjs-prisma directory for the authentication guide.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-6.bashBash commands to install prisma, tsx, and postgres types as development dependencies for a Next.js project using Better Auth.Exact payloads, commands, or snippets shown in Bash commands to install prisma, tsx, and postgres types as development dependencies for a Next.js project using Bett...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-7.bashA bash command to install prisma, tsx, and postgres type definitions using pnpm for a Next.js better-auth setup.Exact payloads, commands, or snippets shown in A bash command to install prisma, tsx, and postgres type definitions using pnpm for a Next.js better-auth setup.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-8.bashBash commands to install prisma, tsx, and postgres types as development dependencies for a Next.js project using Better Auth.Exact payloads, commands, or snippets shown in Bash commands to install prisma, tsx, and postgres types as development dependencies for a Next.js project using Bett...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-9.bashA bash command to install prisma, tsx, and postgres types using the bun package manager for a Next.js better-auth setup.Exact payloads, commands, or snippets shown in A bash command to install prisma, tsx, and postgres types using the bun package manager for a Next.js better-auth setup.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-10.bashThe bash command to install the Prisma client, PostgreSQL adapter, dotenv, and pg packages for a Next.js Better Auth setup.Exact payloads, commands, or snippets shown in The bash command to install the Prisma client, PostgreSQL adapter, dotenv, and pg packages for a Next.js Better Auth...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-11.bashA bash command to install the Prisma client, PostgreSQL adapter, dotenv, and pg packages required for Better Auth with Next.js.Exact payloads, commands, or snippets shown in A bash command to install the Prisma client, PostgreSQL adapter, dotenv, and pg packages required for Better Auth wit...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-12.bashBash commands to install the Prisma client, PostgreSQL adapter, dotenv, and pg packages for a Next.js Better Auth setup.Exact payloads, commands, or snippets shown in Bash commands to install the Prisma client, PostgreSQL adapter, dotenv, and pg packages for a Next.js Better Auth setup.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-13.bashA bash command to install the Prisma client, PostgreSQL adapter, dotenv, and pg using the bun package manager for a Better Auth Next.js setup.Exact payloads, commands, or snippets shown in A bash command to install the Prisma client, PostgreSQL adapter, dotenv, and pg using the bun package manager for a B...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-14.bashA bash command to initialize Prisma and specify a custom output directory for the generated client.Exact payloads, commands, or snippets shown in A bash command to initialize Prisma and specify a custom output directory for the generated client.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-15.bashA bash command to initialize Prisma and specify a custom output directory using pnpm dlx.Exact payloads, commands, or snippets shown in A bash command to initialize Prisma and specify a custom output directory using pnpm dlx.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-16.bashA bash command to initialize Prisma with a specific output directory for use with Better Auth in a Next.js project.Exact payloads, commands, or snippets shown in A bash command to initialize Prisma with a specific output directory for use with Better Auth in a Next.js project.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-17.bashA bash command to initialize Prisma with a specific output directory using bunx.Exact payloads, commands, or snippets shown in A bash command to initialize Prisma with a specific output directory using bunx.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-18.bashA bash command to initialize the database using npx create-db within a Prisma Better Auth Next.js setup.Exact payloads, commands, or snippets shown in A bash command to initialize the database using npx create-db within a Prisma Better Auth Next.js setup.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-19.bashA bash command to initialize the database using pnpm dlx create-db within a Prisma and Better Auth Next.js setup.Exact payloads, commands, or snippets shown in A bash command to initialize the database using pnpm dlx create-db within a Prisma and Better Auth Next.js setup.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-20.bashA bash command to initialize the database using yarn dlx create-db for a Prisma and Better Auth Next.js integration.Exact payloads, commands, or snippets shown in A bash command to initialize the database using yarn dlx create-db for a Prisma and Better Auth Next.js integration.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-21.bashA bash command using bunx to create a database for a Prisma Better Auth setup in Next.js.Exact payloads, commands, or snippets shown in A bash command using bunx to create a database for a Prisma Better Auth setup in Next.js.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma.typescriptA TypeScript configuration file demonstrating the setup of Better Auth within a Next.js application using Prisma.Exact payloads, commands, or snippets shown in A TypeScript configuration file demonstrating the setup of Better Auth within a Next.js application using Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-22.bashThe bash command to install the dotenv package for a Prisma Better Auth setup in Next.js.Exact payloads, commands, or snippets shown in The bash command to install the dotenv package for a Prisma Better Auth setup in Next.js.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-23.bashBash command to install the dotenv package using pnpm for a Prisma Better Auth Next.js setup.Exact payloads, commands, or snippets shown in Bash command to install the dotenv package using pnpm for a Prisma Better Auth Next.js setup.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-24.bashA bash command to install the dotenv package via yarn for a Prisma Better Auth Next.js setup.Exact payloads, commands, or snippets shown in A bash command to install the dotenv package via yarn for a Prisma Better Auth Next.js setup.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-25.bashA bash command to install the dotenv package using the bun package manager for a Prisma Better Auth Next.js setup.Exact payloads, commands, or snippets shown in A bash command to install the dotenv package using the bun package manager for a Prisma Better Auth Next.js setup.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-26.bashThe bash command to generate the Prisma client for a Next.js project using Better Auth.Exact payloads, commands, or snippets shown in The bash command to generate the Prisma client for a Next.js project using Better Auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-27.bashThe bash command to generate the Prisma client for a Next.js project using better-auth.Exact payloads, commands, or snippets shown in The bash command to generate the Prisma client for a Next.js project using better-auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-28.bashThe bash command to generate the Prisma client for a Next.js project using Better Auth.Exact payloads, commands, or snippets shown in The bash command to generate the Prisma client for a Next.js project using Better Auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-29.bashA bash command to generate the Prisma client using bunx for a Next.js project integrated with Better Auth.Exact payloads, commands, or snippets shown in A bash command to generate the Prisma client using bunx for a Next.js project integrated with Better Auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-30.bashBash commands to create the directory structure and initial prisma client file for a Next.js project using Better Auth.Exact payloads, commands, or snippets shown in Bash commands to create the directory structure and initial prisma client file for a Next.js project using Better Auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma.tsxA TypeScript React example demonstrating the integration of Prisma with Better Auth in a Next.js application environment.Exact payloads, commands, or snippets shown in A TypeScript React example demonstrating the integration of Prisma with Better Auth in a Next.js application environm...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-31.bashThe bash command to install the better-auth package via npm for a Next.js project.Exact payloads, commands, or snippets shown in The bash command to install the better-auth package via npm for a Next.js project.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-32.bashThe pnpm command to install the better-auth package for a Next.js project using Prisma.Exact payloads, commands, or snippets shown in The pnpm command to install the better-auth package for a Next.js project using Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-33.bashThe bash command to install the better-auth package using yarn for a Next.js project.Exact payloads, commands, or snippets shown in The bash command to install the better-auth package using yarn for a Next.js project.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-34.bashA bash command to install the better-auth package using the bun package manager for a Next.js project.Exact payloads, commands, or snippets shown in A bash command to install the better-auth package using the bun package manager for a Next.js project.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-35.bashA bash command to generate a secret for Better Auth within a Next.js project using the auth CLI.Exact payloads, commands, or snippets shown in A bash command to generate a secret for Better Auth within a Next.js project using the auth CLI.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-36.bashA bash command to generate a secret for Better Auth using pnpm dlx.Exact payloads, commands, or snippets shown in A bash command to generate a secret for Better Auth using pnpm dlx.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-37.bashA command to generate a secret key for Better Auth using the auth CLI via yarn dlx.Exact payloads, commands, or snippets shown in A command to generate a secret key for Better Auth using the auth CLI via yarn dlx.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-38.bashA bash command using bunx to generate a secret for Better Auth within a Next.js project.Exact payloads, commands, or snippets shown in A bash command using bunx to generate a secret for Better Auth within a Next.js project.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-39.bashEnvironment variable configuration for setting up Better Auth with Prisma in a Next.js application.Exact payloads, commands, or snippets shown in Environment variable configuration for setting up Better Auth with Prisma in a Next.js application.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-40.bashA bash command to create the auth library file for a Next.js application using Better Auth and Prisma.Exact payloads, commands, or snippets shown in A bash command to create the auth library file for a Next.js application using Better Auth and Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma.tsA TypeScript implementation demonstrating how to configure better-auth with a Prisma adapter within a Next.js application.Exact payloads, commands, or snippets shown in A TypeScript implementation demonstrating how to configure better-auth with a Prisma adapter within a Next.js applica...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-2.tsA TypeScript implementation demonstrating how to configure the better-auth instance using a Prisma adapter within a Next.js environment.Exact payloads, commands, or snippets shown in A TypeScript implementation demonstrating how to configure the better-auth instance using a Prisma adapter within a N...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-3.tsA TypeScript implementation demonstrating how to configure the Better Auth client with a Prisma adapter for a Next.js application.Exact payloads, commands, or snippets shown in A TypeScript implementation demonstrating how to configure the Better Auth client with a Prisma adapter for a Next.js...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-41.bashA bash command to generate authentication files using the npx auth generate utility within a Next.js project.Exact payloads, commands, or snippets shown in A bash command to generate authentication files using the npx auth generate utility within a Next.js project.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-42.bashThe bash command to generate authentication files using the auth CLI via pnpm.Exact payloads, commands, or snippets shown in The bash command to generate authentication files using the auth CLI via pnpm.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-43.bashA bash command to generate authentication configuration using the auth CLI within a Next.js project.Exact payloads, commands, or snippets shown in A bash command to generate authentication configuration using the auth CLI within a Next.js project.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-44.bashA bash command used to generate better-auth configuration using bunx.Exact payloads, commands, or snippets shown in A bash command used to generate better-auth configuration using bunx.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma.prismaPrisma schema definition including User, Session, and Account models for implementing Better Auth in a Next.js application.Exact payloads, commands, or snippets shown in Prisma schema definition including User, Session, and Account models for implementing Better Auth in a Next.js applic...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-45.bashA bash command to run a Prisma migration to add authentication models to a Next.js project using Better Auth.Exact payloads, commands, or snippets shown in A bash command to run a Prisma migration to add authentication models to a Next.js project using Better Auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-46.bashA bash command to run a Prisma migration for adding authentication models to a Next.js project using better-auth.Exact payloads, commands, or snippets shown in A bash command to run a Prisma migration for adding authentication models to a Next.js project using better-auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-47.bashA bash command to run a Prisma migration to add authentication models to a database.Exact payloads, commands, or snippets shown in A bash command to run a Prisma migration to add authentication models to a database.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-48.bashA bash command to run a Prisma migration to add authentication models using bunx.Exact payloads, commands, or snippets shown in A bash command to run a Prisma migration to add authentication models using bunx.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-49.bashBash commands to create the directory structure and route file for a Next.js Better Auth API handler.Exact payloads, commands, or snippets shown in Bash commands to create the directory structure and route file for a Next.js Better Auth API handler.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-4.tsA TypeScript implementation demonstrating how to export POST and GET handlers using toNextJsHandler for Better Auth integration in a Next.js application.Exact payloads, commands, or snippets shown in A TypeScript implementation demonstrating how to export POST and GET handlers using toNextJsHandler for Better Auth i...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-50.bashA bash command to create the auth-client.ts file for implementing Better Auth within a Next.js application using Prisma.Exact payloads, commands, or snippets shown in A bash command to create the auth-client.ts file for implementing Better Auth within a Next.js application using Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-5.tsA TypeScript implementation demonstrating how to initialize the Better Auth client using createAuthClient for use in a Next.js application.Exact payloads, commands, or snippets shown in A TypeScript implementation demonstrating how to initialize the Better Auth client using createAuthClient for use in...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-51.bashBash commands to create the directory structure and initial page files for a Next.js application using Better Auth.Exact payloads, commands, or snippets shown in Bash commands to create the directory structure and initial page files for a Next.js application using Better Auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-2.tsxA Next.js client component implementation of a sign-up page using Better Auth with Prisma.Exact payloads, commands, or snippets shown in A Next.js client component implementation of a sign-up page using Better Auth with Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-3.tsxA Next.js client component implementation for a sign-up page using Better Auth with Prisma.Exact payloads, commands, or snippets shown in A Next.js client component implementation for a sign-up page using Better Auth with Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-4.tsxA Next.js client component implementing a sign-up form using TypeScript and React hooks.Exact payloads, commands, or snippets shown in A Next.js client component implementing a sign-up form using TypeScript and React hooks.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-5.tsxA Next.js client component implementing a sign-up form using the better-auth library.Exact payloads, commands, or snippets shown in A Next.js client component implementing a sign-up form using the better-auth library.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-6.tsxA Next.js client component implementing a sign-up form using the Better Auth client library.Exact payloads, commands, or snippets shown in A Next.js client component implementing a sign-up form using the Better Auth client library.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-7.tsxA Next.js client component implementation of a sign-in page using Better Auth with Prisma.Exact payloads, commands, or snippets shown in A Next.js client component implementation of a sign-in page using Better Auth with Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-8.tsxA Next.js client component implementation of a sign-in page using Better Auth with Prisma.Exact payloads, commands, or snippets shown in A Next.js client component implementation of a sign-in page using Better Auth with Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-9.tsxA Next.js client component implementing a sign-in form using better-auth integration.Exact payloads, commands, or snippets shown in A Next.js client component implementing a sign-in form using better-auth integration.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-10.tsxA Next.js client component implementing a sign-in form using the Better Auth email and password method.Exact payloads, commands, or snippets shown in A Next.js client component implementing a sign-in form using the Better Auth email and password method.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-11.tsxA Next.js client component implementing a sign-in form using the Better Auth email and password method.Exact payloads, commands, or snippets shown in A Next.js client component implementing a sign-in form using the Better Auth email and password method.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-12.tsxA Next.js client component implementation of a dashboard page using Better Auth with Prisma.Exact payloads, commands, or snippets shown in A Next.js client component implementation of a dashboard page using Better Auth with Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-13.tsxA Next.js client component demonstrating how to use the useSession hook to retrieve authentication session data within a dashboard page.Exact payloads, commands, or snippets shown in A Next.js client component demonstrating how to use the useSession hook to retrieve authentication session data withi...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-14.tsxA Next.js client component demonstrating how to protect a dashboard route by checking the user session status and redirecting unauthenticated users.Exact payloads, commands, or snippets shown in A Next.js client component demonstrating how to protect a dashboard route by checking the user session status and red...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-15.tsxA Next.js client component demonstrating how to protect a dashboard route by checking the user session and redirecting unauthenticated users.Exact payloads, commands, or snippets shown in A Next.js client component demonstrating how to protect a dashboard route by checking the user session and redirectin...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-16.tsxA Next.js client component demonstrating how to protect a dashboard route by checking the user session and redirecting unauthenticated users.Exact payloads, commands, or snippets shown in A Next.js client component demonstrating how to protect a dashboard route by checking the user session and redirectin...
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-17.tsxA Next.js client component demonstrating programmatic navigation to sign-up and sign-in routes using useRouter.Exact payloads, commands, or snippets shown in A Next.js client component demonstrating programmatic navigation to sign-up and sign-in routes using useRouter.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-52.bashThe bash command used to start the development server for a Next.js application integrated with Better Auth and Prisma.Exact payloads, commands, or snippets shown in The bash command used to start the development server for a Next.js application integrated with Better Auth and Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-53.bashThe bash command used to start the development server for a Next.js application integrated with Prisma and Better Auth.Exact payloads, commands, or snippets shown in The bash command used to start the development server for a Next.js application integrated with Prisma and Better Auth.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-54.bashThe bash command used to start the development server for a Next.js application integrated with Better Auth and Prisma.Exact payloads, commands, or snippets shown in The bash command used to start the development server for a Next.js application integrated with Better Auth and Prisma.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-55.bashThe bash command to run the development server for a Next.js application using Bun.Exact payloads, commands, or snippets shown in The bash command to run the development server for a Next.js application using Bun.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-56.bashA bash command to launch Prisma Studio for inspecting the database used with Better Auth in a Next.js application.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio for inspecting the database used with Better Auth in a Next.js application.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-57.bashThe bash command to launch Prisma Studio for database visualization.Exact payloads, commands, or snippets shown in The bash command to launch Prisma Studio for database visualization.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-58.bashA bash command to launch Prisma Studio for inspecting the database used with Better Auth in a Next.js application.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio for inspecting the database used with Better Auth in a Next.js application.
examples/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-prisma-59.bashA bash command to launch Prisma Studio using the Bun runtime for a Next.js project integrated with Better Auth.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio using the Bun runtime for a Next.js project integrated with Better Auth.

What This Skill Covers

    • Better Auth (with Astro): Learn how to use Prisma ORM in an Astro app with Better Auth
  • Main sections: Related pages.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://www.prisma.io/docs/guides/authentication/better-auth/nextjs