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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-better-auth-with-next-js-docs-guides-authentication-nextjs-workflow-guide.md | A 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | Bash 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.bash | Bash 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.bash | A 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.bash | Bash 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.bash | A 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.bash | The 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.bash | A 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.bash | Bash 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.typescript | A 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.bash | The 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.bash | Bash 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.bash | A 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.bash | A 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.bash | The 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.bash | The 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.bash | The 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.bash | A 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.bash | Bash 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.tsx | A 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.bash | The 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.bash | The 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.bash | The 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | Environment 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.bash | A 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.ts | A 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.ts | A 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.ts | A 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.bash | A 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.bash | The 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.bash | A 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.bash | A 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.prisma | Prisma 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.bash | A 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.bash | A 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.bash | A 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.bash | A 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.bash | Bash 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.ts | A 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.bash | A 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.ts | A 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.bash | Bash 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.tsx | A 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.bash | The 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.bash | The 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.bash | The 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.bash | The 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.bash | A 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.bash | The 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.bash | A 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.bash | A 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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