+
LLM Instructions: Convex Better Auth Setup (Next.js)
+
+ Copy and paste these instructions to any LLM (Claude code, Cursor, Windsurf, etc.) to set up better auth with convex.
+
+
+ {/* Header with toggle and copy button */}
+
+
+
+
+
+
+ {/* Content */}
+
+
+
+ {isExpanded ? guideContent : previewContent}
+
+
+
+ {!isExpanded && (
+
+ )}
+
+
+ {/* Footer when collapsed */}
+ {!isExpanded && (
+
+
+
+ )}
+