{"id":21527869,"url":"https://github.com/uvacoder/ts-nextjs-chakra-starter","last_synced_at":"2026-04-07T21:31:33.207Z","repository":{"id":103087553,"uuid":"453839550","full_name":"Uvacoder/ts-nextjs-chakra-starter","owner":"Uvacoder","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-31T00:35:00.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T03:02:15.224Z","etag":null,"topics":["chakra","nextjs","react","starter","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://ts-nextjs-chakra-starter.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/Uvacoder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-01-31T00:34:50.000Z","updated_at":"2022-02-02T23:31:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb7deda3-3a59-4267-8863-74b47203c27c","html_url":"https://github.com/Uvacoder/ts-nextjs-chakra-starter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Uvacoder/ts-nextjs-chakra-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fts-nextjs-chakra-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fts-nextjs-chakra-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fts-nextjs-chakra-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fts-nextjs-chakra-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uvacoder","download_url":"https://codeload.github.com/Uvacoder/ts-nextjs-chakra-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fts-nextjs-chakra-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["chakra","nextjs","react","starter","typescript","vercel"],"created_at":"2024-11-24T01:50:32.972Z","updated_at":"2026-04-07T21:31:33.190Z","avatar_url":"https://github.com/Uvacoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e🔋 ts-nextjs-chakra-starter\u003c/h1\u003e\n  \u003cp\u003eNext.js + Chakra-UI + TypeScript starter packed with useful development features.\u003c/p\u003e\n  \n  \n[![CodeFactor](https://www.codefactor.io/repository/github/revell29/ts-nextjs-chakra-starter/badge)](https://www.codefactor.io/repository/github/revell29/ts-nextjs-chakra-starter)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=revell29_ts-nextjs-chakra-starter\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=revell29_ts-nextjs-chakra-starter)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=revell29_ts-nextjs-chakra-starter\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=revell29_ts-nextjs-chakra-starter)\n[![Depfu](https://badges.depfu.com/badges/fc6e730632ab9dacaf7df478a08684a7/overview.svg)](https://depfu.com/repos/github/revell29/ts-nextjs-chakra-starter)\n\n\u003c/div\u003e\n\n## Features\n\nThis repository is 🔋 battery packed with:\n\n- ⚡️ Next.js 12\n- ⚛️ React 17\n- ✨ TypeScript\n- 💨 Chakra-UI\n- 🃏 Jest — Configured for unit testing\n- 📈 Absolute Import and Path Alias — Import components using `@/` prefix\n- 📏 ESLint — Find and fix problems in your code, also will **auto sort** your imports\n- 💖 Prettier — Format your code consistently\n- 🐶 Husky \u0026 Lint Staged — Run scripts on your staged files before they are committed\n- 🤖 Conventional Commit Lint — Make sure you \u0026 your teammates follow conventional commit\n- ⏰ Standard Version Changelog — Generate your changelog using `yarn release`\n- 👷 Github Actions — Lint your code on PR\n- 🚘 Automatic Branch and Issue Autolink — Branch will be automatically created on issue **assign**, and auto linked on PR\n- 🔥 Snippets — A collection of useful snippets\n\n## Getting Started\n\n### 1. Clone this template using one of the three ways:\n\n1. Using `create-next-app`\n\n   ```bash\n   npx create-next-app -e https://github.com/revell29/ts-nextjs-chakra-starter project-name\n   ```\n\n2. Deploy to Vercel\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\n### 2. Install dependencies\n\nIt is encouraged to use **yarn** so the husky hooks can work properly.\n\n```bash\nyarn install\n```\n\n### 3. Run the development server\n\nYou can start the server using this command:\n\n```bash\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `src/pages/index.tsx`.\n\n### 4. Change defaults\n\nThere are some things you need to change including title, urls, favicons, etc.\n\nDon't forget to change the package name in package.json\n\n### 5. Commit Message Convention\n\nThis starter is using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), it is mandatory to use it to commit changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvacoder%2Fts-nextjs-chakra-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuvacoder%2Fts-nextjs-chakra-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvacoder%2Fts-nextjs-chakra-starter/lists"}