{"id":26462936,"url":"https://github.com/clerk/clerk-netlify-template","last_synced_at":"2026-05-09T01:36:08.632Z","repository":{"id":97615162,"uuid":"545530167","full_name":"clerk/clerk-netlify-template","owner":"clerk","description":"A Clerk Starter with Netlify.","archived":false,"fork":false,"pushed_at":"2022-11-03T23:59:23.000Z","size":591,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T06:33:27.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-04T14:30:44.000Z","updated_at":"2022-11-03T22:52:56.000Z","dependencies_parsed_at":"2023-03-11T10:30:57.868Z","dependency_job_id":null,"html_url":"https://github.com/clerk/clerk-netlify-template","commit_stats":null,"previous_names":["clerk/clerk-netlify-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/clerk/clerk-netlify-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-netlify-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-netlify-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-netlify-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-netlify-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clerk","download_url":"https://codeload.github.com/clerk/clerk-netlify-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clerk%2Fclerk-netlify-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32804252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-19T06:26:20.754Z","updated_at":"2026-05-09T01:36:08.612Z","avatar_url":"https://github.com/clerk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clerk template\n\n![Clerk site Image](https://res.cloudinary.com/dub20ptvt/image/upload/v1665094543/hcmgdw4wyixrorybwuff.png)\n\nLearn more about [Clerk](https://clerk.dev).\n\n## What's in the stack\n\n- [Netlify](https://netlify.com/) deployment + deploy previews and CI/CD\n- [Tailwind](https://tailwindcss.com/) for styling\n\n---\n\n## Getting Started\n\n### Clone Repo\n- Select the \"Use This Template\" button at the top right-hand corner of this repo.\n![Screen Shot 2022-11-01 at 12 54 19 PM](https://user-images.githubusercontent.com/43764894/199303926-2611a371-7265-43dc-86a7-fed9b2c94bce.png)\n\n- Clone the new repository\n   ```sh\n   git clone \u003crepo url\u003e\n   ```\n### Create Clerk Account + New Application\n- If you don't already have an account with Clerk you can easily set one up with just a few steps [here](https://clerk.dev). Once your account is created you should be prompted to create a new application, you will need to add a name for your new app and can keep the pre-selected settings under 'Standard Authentication' and 'Connected Accounts'. You will then be sent to the Application dashboard, which you will need to go back to when deploying your new site.\n\n## Development\n\n- Install all dependencies \u0026 the [Netlify CLI](https://docs.netlify.com/cli/get-started/):\n\n  ```sh\n  npm install\n  npm install netlify-cli -g\n  ```\n\n- Create or connect to your Netlify project by running through the Netlify `init` script. This will walk you through the process of setting up and deploying your site on Netlify:\n\n  ```sh\n  netlify init\n  ```\n\n- For the Environment variables the API and JWT keys will be located under Developers \u003e API Keys within the Clerk dashboard. Add your [Clerk environment variables](https://dashboard.clerk.dev/) to a `.env` file like [`.env.local.sample`](./.env.local.sample) file or through the Netlify project dashboard at [https://app.netlify.com/](https://app.netlify.com/) Site settings/Build \u0026 deploy/Environment:\n\n  ```\n  NEXT_PUBLIC_CLERK_FRONTEND_API=\"\" \n  CLERK_API_KEY=\"\"\n  CLERK_JWT_KEY=\"\"\n  ```\n  \u003e 🚨 Once you've added in the environment variables, you will need to go to the 'Deploy' tab within your Netlify Dashboard and trigger a new deploy. \n\n- Start dev server (This starts your app in development mode, rebuilding assets on file changes.):\n\n  ```sh\n  npm run dev\n  or\n  netlify dev\n  ```\nYour new site should now be up and running!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fclerk-netlify-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclerk%2Fclerk-netlify-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclerk%2Fclerk-netlify-template/lists"}