From ff441affbc66e9045f69fc9d41bf719f526042c8 Mon Sep 17 00:00:00 2001 From: C-W-D-Harshit Date: Sat, 21 Mar 2026 00:31:23 +0530 Subject: [PATCH] docs: add better-auth-devtools to community plugins --- .cspell/names.txt | 1 + landing/components/community-plugins-table.tsx | 11 +++++++++++ landing/lib/community-plugins-data.ts | 11 +++++++++++ 3 files changed, 23 insertions(+) diff --git a/.cspell/names.txt b/.cspell/names.txt index 850b60a990..d2f5da94ef 100644 --- a/.cspell/names.txt +++ b/.cspell/names.txt @@ -29,3 +29,4 @@ iamjasonkendrick ejirocodes 0-Sandy qamarq +C-W-D-Harshit diff --git a/landing/components/community-plugins-table.tsx b/landing/components/community-plugins-table.tsx index 4437bbb992..e59f4f9824 100644 --- a/landing/components/community-plugins-table.tsx +++ b/landing/components/community-plugins-table.tsx @@ -312,6 +312,17 @@ export const communityPlugins: CommunityPlugin[] = [ avatar: "https://github.com/qamarq.png", }, }, + { + name: "better-auth-devtools", + url: "https://github.com/C-W-D-Harshit/better-auth-devtools", + description: + "A devtools panel for Better Auth that lets you create managed test users from templates, switch between sessions instantly, inspect live session data, and edit fields like roles on the fly. All from a floating React UI that only runs in development.", + author: { + name: "C-W-D-Harshit", + github: "C-W-D-Harshit", + avatar: "https://github.com/C-W-D-Harshit.png", + }, + }, ]; export function CommunityPluginsTable() { const [sorting, setSorting] = useState([]); diff --git a/landing/lib/community-plugins-data.ts b/landing/lib/community-plugins-data.ts index ea9860c92a..feed384f14 100644 --- a/landing/lib/community-plugins-data.ts +++ b/landing/lib/community-plugins-data.ts @@ -226,4 +226,15 @@ export const communityPlugins: CommunityPlugin[] = [ avatar: "https://github.com/qamarq.png", }, }, + { + name: "better-auth-devtools", + url: "https://github.com/C-W-D-Harshit/better-auth-devtools", + description: + "A devtools panel for Better Auth that lets you create managed test users from templates, switch between sessions instantly, inspect live session data, and edit fields like roles on the fly. All from a floating React UI that only runs in development.", + author: { + name: "C-W-D-Harshit", + github: "C-W-D-Harshit", + avatar: "https://github.com/C-W-D-Harshit.png", + }, + }, ];