{"id":13433835,"url":"https://github.com/clerk/clerk-nextjs-starter","last_synced_at":"2025-03-17T13:30:57.227Z","repository":{"id":44385274,"uuid":"333227980","full_name":"clerk/clerk-nextjs-starter","owner":"clerk","description":"Official starter repo for Clerk and Next.js","archived":true,"fork":false,"pushed_at":"2023-05-13T12:55:55.000Z","size":438,"stargazers_count":114,"open_issues_count":1,"forks_count":27,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-28T16:13:45.813Z","etag":null,"topics":["authentication","clerk","nextjs","react"],"latest_commit_sha":null,"homepage":"https://clerk-nextjs-example.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clerk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-01-26T21:57:29.000Z","updated_at":"2024-09-07T20:40:41.000Z","dependencies_parsed_at":"2023-02-10T15:31:05.968Z","dependency_job_id":"f06e4983-691c-4869-8d99-99b6b6a25617","html_url":"https://github.com/clerk/clerk-nextjs-starter","commit_stats":null,"previous_names":["clerk/clerk-nextjs-starter","clerkinc/clerk-nextjs-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-nextjs-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-nextjs-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-nextjs-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-nextjs-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clerk","download_url":"https://codeload.github.com/clerk/clerk-nextjs-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244041406,"owners_count":20388232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","clerk","nextjs","react"],"created_at":"2024-07-31T02:01:37.604Z","updated_at":"2025-03-17T13:30:56.874Z","avatar_url":"https://github.com/clerk.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.clerk.dev/?utm_source=github\u0026utm_medium=starter_repos\u0026utm_campaign=nextjs_starter\" target=\"_blank\" align=\"center\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./docs/clerk-logo-dark.png\"\u003e\n      \u003cimg src=\"./docs/clerk-logo-light.png\" height=\"64\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n\u003c/p\u003e\n\n# Clerk Next.js Starter\n\nThis example shows how to use [Clerk](https://www.clerk.dev/?utm_source=github\u0026utm_medium=starter_repos\u0026utm_campaign=nextjs_starter) with Next.js. The example Next.js application features adding sign up, sign in, profile management, and an authenticated API route.\n\n[![chat on Discord](https://img.shields.io/discord/856971667393609759.svg?logo=discord)](https://discord.com/invite/b5rXHjAg7A)\n[![documentation](https://img.shields.io/badge/documentation-clerk-green.svg)](https://docs.clerk.dev)\n[![twitter](https://img.shields.io/twitter/follow/ClerkDev?style=social)](https://twitter.com/intent/follow?screen_name=ClerkDev)\n\n---\n\n**Clerk is Hiring!**\n\nWould you like to work on Open Source software and help maintain this repository? [Apply today!](https://apply.workable.com/clerk-dev/)\n\n---\n\n## Demo\n\nA hosted demo of this example is available at [clerk-nextjs-example.vercel.app](https://clerk-nextjs-example.vercel.app/)\n\n### Deploy your own\n\nDeploy the example directly from GitHub using [Vercel](https://vercel.com):\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/clerkinc/clerk-nextjs-starter\u0026integration-ids=oac_7uYNbc9CdDAZmNqbt3LEkO3a)\n\n## Running the starter\n\nExecute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:\n\n```bash\nnpx create-next-app --example https://github.com/clerkinc/clerk-nextjs-starter\n# or\nyarn create next-app --example https://github.com/clerkinc/clerk-nextjs-starter\n```\n\nTo run the example locally you need to:\n\n1. Sign up for a Clerk account at https://clerk.dev.\n2. Go to [Clerk's dashboard](https://dashboard.clerk.dev/?utm_source=github\u0026utm_medium=starter_repos\u0026utm_campaign=nextjs_starter) and create an application.\n3. Set the required Clerk environment variables as shown in [the example env file](./.env.local.sample).\n4. `npm install` the required dependencies.\n5. `npm run dev` to launch the development server.\n\n## Learn more\n\nTo learn more about Clerk and Next.js, check out the following resources:\n\n- [Quickstart: Get started with Next.js and Clerk](https://clerk.dev/docs/quickstarts/get-started-with-nextjs?utm_source=github\u0026utm_medium=starter_repos\u0026utm_campaign=nextjs_starter)\n- [Clerk Documentation](https://clerk.dev/docs?utm_source=github\u0026utm_medium=starter_repos\u0026utm_campaign=nextjs_starter)\n- [Next.js Documentation](https://nextjs.org/docs)\n\n## Contact\n\nIf 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!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fclerk-nextjs-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclerk%2Fclerk-nextjs-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fclerk-nextjs-starter/lists"}