diff --git a/README.md b/README.md index d6ad33a76633..de42a8cddc13 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Are you missing an example? Please feel free to [open an issue](https://github.c | Demo | Description | | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [`nextjs`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs) | [Next.js](https://nextjs.org/) app with a REST API (using [Next.js API routes](https://nextjs.org/docs/api-routes/introduction)) | +[`nextjs-auth`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs) | [Next.js](https://nextjs.org/) app with Auth.js(https://authjs.dev/) (using [Auth.js]([https://nextjs.org/docs/api-routes/introduction](https://authjs.dev/reference/nextjs))) | | [`nextjs`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs) | [Next.js](https://nextjs.org/) 15 app using the App Router with Prisma Postgres | | [`nextjs-graphql`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs-graphql) | [Next.js](https://nextjs.org/) app with a GraphQL API (using [Apollo Server](https://github.com/apollographql/apollo-server) and [GraphQL Nexus](https://github.com/graphql-nexus/nexus)) | | [`nextjs-trpc`](https://github.com/prisma/prisma-examples/tree/latest/orm/nextjs-trpc) | [Next.js](https://nextjs.org/) app with [tRPC ](https://trpc.io/) |