Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Official JavaScript repository for Clerk authentication, providing SDKs for user management.
Clerk JavaScript SDKs is the official JavaScript repository for Clerk authentication, containing a family of libraries that add sign-up, sign-in, and profile management to web applications.
Clerk JavaScript SDKs is the official JavaScript repository for Clerk authentication. It contains all Clerk JavaScript SDKs under the @clerk namespace, providing streamlined user experiences for sign-up, sign-in, and profile management. The SDKs run on a wide range of JavaScript environments and platforms, including Next.js, React, Vue, Nuxt, Express, Fastify, Astro, and more, and are installed via npm, yarn, or pnpm (for example, npm install @clerk/nextjs for Next.js).
localizations package for adding or editing translated button text and other UI strings.localizations package.@clerk/nextjs and following the official quickstart.localizations package.The README outlines three steps: sign up for a Clerk account, create an application in the Clerk Dashboard, and spin up a codebase with a quickstart guide for your framework. After that, you install the matching SDK package and integrate the provided components and hooks.
Based on the repository topics, the SDKs cover Next.js, React, Vue, Nuxt, Express, Fastify, Astro, Expo, and more. Install the package matching your framework, such as @clerk/nextjs for Next.js.
Sign up for a Clerk account, create an application in the Clerk Dashboard, and then follow a quickstart guide for your framework. The README recommends starting with the Next.js quickstart if you're unsure which to pick.
Full documentation is available at clerk.com/docs. The README specifically highlights the quickstart guides and the components and organizations overview pages.
Yes, the Organizations feature lets you group users, manage roles and permissions, and control access to resources, which is suited for B2B and enterprise applications.
The repository is licensed under the MIT license. Contribution guidelines and localization instructions are provided in the repository's docs folder and the localizations package README.
