{"id":15316080,"url":"https://github.com/theodorusclarence/learn-nextts-auth","last_synced_at":"2026-04-14T00:04:18.391Z","repository":{"id":104105717,"uuid":"393883117","full_name":"theodorusclarence/learn-nextts-auth","owner":"theodorusclarence","description":"TypeScript react context example for user authentication. Also has full-page loader to prevent content flash","archived":false,"fork":false,"pushed_at":"2021-08-08T10:13:27.000Z","size":427,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T20:46:06.751Z","etag":null,"topics":["authentication","nextjs","react","typescript"],"latest_commit_sha":null,"homepage":"https://ts-auth.theodorusclarence.com/","language":"TypeScript","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/theodorusclarence.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"theodorusclarence","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://saweria.co/theodorusclarence"]}},"created_at":"2021-08-08T06:51:53.000Z","updated_at":"2022-03-07T01:57:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"99fab1d7-8da1-42d1-8f1f-d31e515ec2d3","html_url":"https://github.com/theodorusclarence/learn-nextts-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorusclarence%2Flearn-nextts-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorusclarence%2Flearn-nextts-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorusclarence%2Flearn-nextts-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodorusclarence%2Flearn-nextts-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodorusclarence","download_url":"https://codeload.github.com/theodorusclarence/learn-nextts-auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245896901,"owners_count":20690361,"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","nextjs","react","typescript"],"created_at":"2024-10-01T08:53:13.026Z","updated_at":"2026-04-14T00:04:18.359Z","avatar_url":"https://github.com/theodorusclarence.png","language":"TypeScript","funding_links":["https://github.com/sponsors/theodorusclarence","https://saweria.co/theodorusclarence"],"categories":[],"sub_categories":[],"readme":"This is a Next.js, Tailwind, and Typescript project bootstrapped using ts-nextjs-tailwind-starter created by [Theodorus Clarence](https://github.com/theodorusclarence/ts-nextjs-tailwind-starter).\n\nSee the deployment on [https://clarence.link/ts-next](https://clarence.link/ts-next)\n\n![Screenshot](https://user-images.githubusercontent.com/55318172/128602240-5e1faa71-450b-4f93-b08a-68bfa95c37f4.png)\n\n## Getting Started\n\nTo use this starter, you can use create-next-app to do it by:\n```bash\nnpx create-next-app -e https://github.com/theodorusclarence/ts-nextjs-tailwind-starter project-name\n```\n\nor\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Ftheodorusclarence%2Fts-nextjs-tailwind-starter)\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n## What's Inside\n\n### Inter Fonts\n\nInter fonts is self hosted. The default weights are `400, 600, 700`. To add more, use fontsquirrel.\n\n### UnstyledLink Component\nUsed as a component for Next.js Link. Will render out Next/Link if the href started with `/` or `#`, else will render an `a` tag with `target='_blank'`.\n### CustomLink Component\nAn extension of UnstyledLink Component, you can add your default styling for a button/link.\n```tsx\n\u003cUnstyledLink\n      className={`${props.className} inline-flex items-center font-bold hover:text-primary-400`}\n      {...props}\n    \u003e\n  {props.children}\n\u003c/UnstyledLink\u003e\n```\n\n### Default Favicon Declaration\nUse [Favicon Generator](https://www.favicon-generator.org/) and then overwrite the files in `/public/favicon`\n\n### Just-In-Time Tailwindcss\nDefaulted to true, you can uncomment the `mode='jit'` in `/tailwind.config.js`\n\n### Default Styles\nThere are default styles for responsive heading sizes, and `.layout` to support a max-width for larger screen size.\n\n### Seo Component\nConfigure the default in `/components/Seo.tsx`. If you want to use the default, just add `\u003cSeo /\u003e` on top of your page. \n\nYou can also customize it per page by overriding the title, description as props\n\n```jsx\n\u003cSeo\n  title='Next.js Tailwind Starter'\n  description='your description'\n/\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodorusclarence%2Flearn-nextts-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodorusclarence%2Flearn-nextts-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodorusclarence%2Flearn-nextts-auth/lists"}