Clerk is an efficient front-end authentication framework.
This template is a starting point for building a React application with Clerk. It includes a basic setup for authentication, including sign-in, sign-up, and sign-out. The template also includes a basic layout component for organizing the application's UI.
- Authentication: The template includes a basic authentication setup using Clerk. Users can sign in, sign up, and sign out.
- Layout: The template includes a basic layout component for organizing the application's UI.
- Clerk: The template uses Clerk for authentication. To use Clerk, you need to create a Clerk account and obtain your Clerk ID.
signin and signup page
dark and light mode
To use this template, follow these steps:
Clone the repository:
git clone https://github.com/ZhillerDev/react-clerk-template.git
cd react-clerk-templateInstall the dependencies:
pnpm installStart the development server:
pnpm run dev


