https://github.com/devagrawal09/clerk-nextjs-template
A simple and powerful Next.js template featuring authentication and user management powered by Clerk.
https://github.com/devagrawal09/clerk-nextjs-template
authentication clerk nextjs react
Last synced: about 1 month ago
JSON representation
A simple and powerful Next.js template featuring authentication and user management powered by Clerk.
- Host: GitHub
- URL: https://github.com/devagrawal09/clerk-nextjs-template
- Owner: devagrawal09
- Created: 2023-05-17T20:22:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T03:25:26.000Z (over 2 years ago)
- Last Synced: 2024-11-17T05:17:06.991Z (about 1 year ago)
- Topics: authentication, clerk, nextjs, react
- Language: TypeScript
- Homepage: https://clerk-nextjs-template.vercel.app
- Size: 3.07 MB
- Stars: 4
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Clerk Template

This template shows how to use [Clerk](https://www.clerk.com/?utm_source=github&utm_medium=template_repos&utm_campaign=nextjs_template) in a Next.js application.
Clerk is a developer-first authentication and user management solution. It provides pre-built React components and hooks for login, signup, user profile, and organization management. Clerk is designed to be easy to use and customize, and can be dropped into any React or Next.js application.
This template allows you to get started with Clerk and Next.js in a matter of minutes, and includes:
- Fully functional auth flow with login, signup, and a protected page
- Customized Clerk components with Tailwind CSS
- Hooks for accessing user data and authentication state
- Organizations for multi-tenant applications
[](https://discord.com/invite/b5rXHjAg7A)
[](https://docs.clerk.com)
[](https://twitter.com/intent/follow?screen_name=ClerkDev)
## Demo
A hosted demo of this example is available at [clerk-nextjs-template.vercel.app](https://clerk-nextjs-template.vercel.app/)
## Deploy
Easily deploy the template to Vercel with the button below. You will need to set the required environment variables in the Vercel dashboard.
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdevagrawal09%2Fclerk-nextjs-template&env=NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY,CLERK_SECRET_KEY&envDescription=Clerk%20API%20keys&envLink=https%3A%2F%2Fclerk.com%2Fdocs%2Fnextjs%2Fget-started-with-nextjs%23set-environment-keys&redirect-url=https%3A%2F%2Fclerk.com%2Fdocs%2Fnextjs%2Fget-started-with-nextjs)
## Running the template
```bash
git clone https://github.com/devagrawal09/clerk-nextjs-template
```
To run the example locally you need to:
1. Sign up for a Clerk account at https://clerk.com.
2. Go to [Clerk's dashboard](https://dashboard.clerk.com?utm_source=github&utm_medium=template_repos&utm_campaign=nextjs_template) and create an application.
3. Set the required Clerk environment variables as shown in [the example env file](./.env.example).
4. `npm install` the required dependencies.
5. `npm run dev` to launch the development server.
## Learn more
To learn more about Clerk and Next.js, check out the following resources:
- [Quickstart: Get started with Next.js and Clerk](https://clerk.com/docs/quickstarts/get-started-with-nextjs?utm_source=github&utm_medium=template_repos&utm_campaign=nextjs_template)
- [Clerk Documentation](https://clerk.com/docs?utm_source=github&utm_medium=template_repos&utm_campaign=nextjs_template)
- [Next.js Documentation](https://nextjs.org/docs)
## Contact
If you need support or have anything you would like to ask, please reach out in our [Discord channel](https://discord.com/invite/b5rXHjAg7A). We'd love to chat!