neon-js-react
Installation
SKILL.md
Neon JS for React
Help developers set up @neondatabase/neon-js with authentication AND database queries in React applications (Vite, CRA, etc.).
When to Use
Use this skill when:
- Setting up Neon Auth + Database in a React app (Vite, CRA, etc.)
- User needs both authentication AND database queries
- User mentions "neon-js", "neon auth + database", or "full neon SDK"
- User is NOT using Next.js (for Next.js, use
neon-auth-nextjsas a starting point and add Data API configuration, or seeexamples/nextjs-neon-auth/)
Critical Rules
- Adapter Factory Pattern: Always call adapters with
()adapter: SupabaseAuthAdapter() // Correct adapter: SupabaseAuthAdapter // Wrong - missing ()