{"id":14007070,"url":"https://github.com/chhpt/nextjs-starter","last_synced_at":"2025-07-24T00:32:50.476Z","repository":{"id":37022816,"uuid":"344362711","full_name":"chhpt/nextjs-starter","owner":"chhpt","description":"A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥","archived":false,"fork":false,"pushed_at":"2025-07-19T10:06:19.000Z","size":2376,"stargazers_count":139,"open_issues_count":1,"forks_count":33,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T11:55:33.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hi-nextjs-starter.vercel.app","language":"TypeScript","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/chhpt.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-04T05:39:25.000Z","updated_at":"2025-07-19T10:05:35.000Z","dependencies_parsed_at":"2023-09-23T20:24:58.107Z","dependency_job_id":"c1ae2dec-912b-46ee-9835-2625f36661dd","html_url":"https://github.com/chhpt/nextjs-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/chhpt/nextjs-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chhpt%2Fnextjs-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chhpt%2Fnextjs-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chhpt%2Fnextjs-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chhpt%2Fnextjs-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chhpt","download_url":"https://codeload.github.com/chhpt/nextjs-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chhpt%2Fnextjs-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266774779,"owners_count":23982247,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-08-10T10:01:48.331Z","updated_at":"2025-07-24T00:32:50.172Z","avatar_url":"https://github.com/chhpt.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Starter"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/26466516/107675802-36216b80-6c77-11eb-8db1-4d3407dc53d9.png\" alt=\"Next.js and TypeScript\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=PRs\u0026message=welcome\u0026style=for-the-badge\u0026color=24B36B\u0026labelColor=000000\" alt=\"PRs welcome!\" /\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/chhpt/typescript-nextjs-starter?style=for-the-badge\u0026color=24B36B\u0026labelColor=000000\"\u003e\n\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=cwuyiqing\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/cwuyiqing?style=for-the-badge\u0026color=24B36B\u0026labelColor=000000\" alt=\"Follow @chhpt\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\nA full-featured Next.js starter that includes all you need to build amazing projects 🔥. Fork and customize from [jpedroschmitz](https://github.com/jpedroschmitz/typescript-nextjs-starter)\n\n- 🚀 **Next.js 15 App Router \u0026 React 18**\n- ⚙️ **Tailwind CSS 3** - A utility-first CSS framework\n- 🍓 **Styled Components** - Styling React component\n- 📏 **ESLint** — Pluggable JavaScript linter\n- 💖 **Prettier** - Opinionated Code Formatter\n- 🐶 **Husky** — Use git hooks with ease\n- 🚫 **lint-staged** - Run linters against staged git files\n- 😁 **shadcn** - Beautifully designed components that you can copy and paste into your apps.\n- 🗂 **Absolute import** - Import folders and files using the `@` prefix\n- 🤩 **Vercel Serverless/Edge Functions** - Serverless/Edge functions for Next.js\n\n## 🚀 Getting started\n\nThe best way to start with this template is using `create-next-app`.\n\n```\nnpx create-next-app ts-next -e https://github.com/chhpt/nextjs-starter\n```\n\nor\n\n```\npnpm create next-app ts-next -e https://github.com/chhpt/nextjs-starter\n```\n\nIf you prefer you can clone this repository and run the following commands inside the project folder:\n\n1. `pnpm install` or `npm install`;\n2. `pnpm dev`;\n\nTo view the project open `http://localhost:3000`.\n\n## 🤝 Contributing\n\n1. Fork this repository;\n2. Create your branch: `git checkout -b my-new-feature`;\n3. Commit your changes: `git commit -m 'Add some feature'`;\n4. Push to the branch: `git push origin my-new-feature`.\n\n**After your pull request is merged**, you can safely delete your branch.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.\n\n---\n\nMade with ♥ by Clare Chang\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchhpt%2Fnextjs-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchhpt%2Fnextjs-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchhpt%2Fnextjs-starter/lists"}