SkillAgentSearch skills...

Javascript

Official JavaScript repository for Clerk authentication

Install / Use

/learn @clerk/Javascript

README

<p align="center"> <a href="https://clerk.com?utm_source=github&utm_medium=clerk_javascript" target="_blank" rel="noopener noreferrer"> <img src="https://images.clerk.com/static/logo-light-mode-400x400.png" height="64"> </a> <br /> </p> <div align="center"> <h1> Official Clerk JavaScript SDKs </h1> <a href="https://www.npmjs.com/package/@clerk/clerk-js"> <img alt="Downloads" src="https://img.shields.io/npm/dm/@clerk/clerk-js" /> </a> <a href="https://clerk.com/docs"> <img alt="Documentation" src="https://img.shields.io/badge/documentation-clerk-green.svg" /> </a> <a href="https://discord.com/invite/b5rXHjAg7A"> <img alt="Discord" src="https://img.shields.io/discord/856971667393609759?color=7389D8&label&logo=discord&logoColor=ffffff" /> </a> <a href="https://twitter.com/clerkdev"> <img alt="Twitter" src="https://img.shields.io/twitter/url.svg?label=%40clerkdev&style=social&url=https%3A%2F%2Ftwitter.com%2Fclerkdev" /> </a> <br /> <br /> <p> <strong> Clerk helps developers build user management. We provide streamlined user experiences for your users to sign up, sign in, and manage their profile. </strong> </p> <p> This repository contains all the Clerk JavaScript SDKs under the <code>@clerk</code> namespace. </p> </div>

💼 Clerk is hiring!

Would you like to work on Open Source software and help maintain this repository? Apply today!


🚀 Get started with Clerk

  1. Sign up for an account.
  2. Create an application in your Clerk Dashboard.
  3. Spin up a new codebase with one of the quickstart guides.

This repository contains the SDKs for environment/platforms that Clerk supports. For example, if you want to use Clerk with Next.js, you can install:

npm install @clerk/nextjs
# or
yarn add @clerk/nextjs
# or
pnpm add @clerk/nextjs

🎓 Learning Clerk

Clerk's full documentation is available at clerk.com/docs.

  • We recommend starting with the quickstart guides. They'll help you quickly add Clerk to your application. If you're starting a new project and aren't sure what to pick, check out our most popular quickstart: Next.js.
  • Clerk offers a comprehensive suite of components designed to seamlessly integrate authentication and multi-tenancy into your application. To learn more about Clerk's components, check out the docs.
  • Clerk's organizations feature provides powerful multi-tenancy capabilities, allowing you to group users, manage roles and permissions, and control access to resources. Perfect for B2B applications, enterprise software, and any multi-tenant system. Learn more in the docs.

🚢 Release notes

Curious what we shipped recently? You can browse the GitHub Releases page or look at the individual CHANGELOG.md files inside each package (e.g. clerk-js CHANGELOG).

🤝 How to contribute

We'd love to have you as part of the Clerk community! 💜

If you'd like to contribute in any way, please read our contribution guidelines. They'll show you how to submit issues, make changes to the SDKs, or open pull requests. If you want to add or edit localizations (e.g. how a button text is translated to your language), you can check out the localizations README.

📝 License

This project is licensed under the MIT license.

See LICENSE for more information.

View on GitHub
GitHub Stars1.7k
CategoryDevelopment
Updated31m ago
Forks440

Languages

TypeScript

Security Score

100/100

Audited on Mar 25, 2026

No findings