Clerk helps developers build user management. We provide streamlined user experiences for your users to sign up, sign in, and manage their profile.
This repository contains all the Clerk JavaScript SDKs under the @clerk namespace. Visit clerk.com to signup for an account.
Clerk is Hiring!
Would you like to work on Open Source software and help maintain this repository? Apply today!.
- Sign up for an account
- Create an application in your Clerk dashboard
- 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 Node.js you can install:
npm install @clerk/clerk-sdk-node
# or
yarn add @clerk/clerk-sdk-node
# or
pnpm add @clerk/clerk-sdk-nodeClerk's full documentation is available at clerk.com/docs.
- We recommend starting with the Quickstart guides. It'll enable you to quickly add Clerk to your application. If you're starting a new project and are not sure what to pick, use Next.js and @clerk/nextjs.
- To learn more about Clerk's components and features, checkout the rest of the Clerk documentation. You'll be able to e.g. browse the component reference page.
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).
We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines. We'd love to have you as part of the Clerk community!
It'll show you how to make changes to the SDKs, open pull requests, or submitting issues. 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.
This project is licensed under the MIT license.
See LICENSE for more information.
We welcome contributions from everyone! Here are a few ways you can help make this project better:
- Fork the repository.
- Clone your fork:
git clone https://github.com/yourusername/projectname.git
- Set up your machine with:
npm install
- Create a new branch for your changes:
git checkout -b feature-branch-name
- Make your changes and commit them:
git commit -am "Add a brief description of your change" - Push to your fork and submit a pull request.
Please adhere to the coding style of the project. Use ESLint to check your code.
Report bugs through the project's issues page. Please include a detailed description of the issue and steps to reproduce the bug.
Join the conversation on Discord or reach out on our support channels if you need help.