From d47a8b2ee5fa208643d817016d597718a4fee966 Mon Sep 17 00:00:00 2001 From: Nick Parsons Date: Thu, 16 Jul 2026 22:20:55 -0600 Subject: [PATCH 1/2] Add Clerk to Integrated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eedbef6..3613b5a 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ - [Nextjs Auth0](https://github.com/auth0/nextjs-auth0) - Next.js SDK for signing in with Auth0 - [Kinde Auth Nextjs](https://github.com/kinde-oss/kinde-auth-nextjs) - Kinde NextJS SDK - authentication for server rendered apps. - [Billing SDK](https://github.com/dodopayments/billingsdk) - Type-safe React billing and subscription components (pricing tables, usage meters, plan upgrade flows) built with Tailwind CSS and shadcn/ui. +- [Clerk](https://github.com/clerk/javascript) - Auth and user management for Next.js with prebuilt components, middleware, and App Router support. ## E Commerce From a480c485141f974e996145d16f87dab98123fa87 Mon Sep 17 00:00:00 2001 From: Nick Parsons Date: Thu, 16 Jul 2026 22:29:31 -0600 Subject: [PATCH 2/2] Link Clerk entry to Next.js quickstart docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3613b5a..d2833e0 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ - [Nextjs Auth0](https://github.com/auth0/nextjs-auth0) - Next.js SDK for signing in with Auth0 - [Kinde Auth Nextjs](https://github.com/kinde-oss/kinde-auth-nextjs) - Kinde NextJS SDK - authentication for server rendered apps. - [Billing SDK](https://github.com/dodopayments/billingsdk) - Type-safe React billing and subscription components (pricing tables, usage meters, plan upgrade flows) built with Tailwind CSS and shadcn/ui. -- [Clerk](https://github.com/clerk/javascript) - Auth and user management for Next.js with prebuilt components, middleware, and App Router support. +- [Clerk](https://clerk.com/docs/quickstarts/nextjs) - Auth and user management for Next.js with prebuilt components, middleware, and App Router support. ## E Commerce