{"id":16969516,"url":"https://github.com/codebayu/starterkit-nextjs-app-router","last_synced_at":"2026-04-10T07:03:00.081Z","repository":{"id":202886826,"uuid":"708353793","full_name":"codebayu/starterkit-nextjs-app-router","owner":"codebayu","description":"🔰 Next js 13.5 starter kit using Tailwind CSS, Zustand, SWR, Lint and Formatter","archived":false,"fork":false,"pushed_at":"2023-10-26T15:07:58.000Z","size":118,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T19:12:19.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codebayu.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":"2023-10-22T10:08:46.000Z","updated_at":"2024-09-09T03:03:43.000Z","dependencies_parsed_at":"2023-10-26T16:27:37.462Z","dependency_job_id":null,"html_url":"https://github.com/codebayu/starterkit-nextjs-app-router","commit_stats":null,"previous_names":["bayusetiawan45/starterkit-nextjs-app-router","codebayu/starterkit-nextjs-app-router"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebayu/starterkit-nextjs-app-router","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebayu%2Fstarterkit-nextjs-app-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebayu%2Fstarterkit-nextjs-app-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebayu%2Fstarterkit-nextjs-app-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebayu%2Fstarterkit-nextjs-app-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebayu","download_url":"https://codeload.github.com/codebayu/starterkit-nextjs-app-router/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebayu%2Fstarterkit-nextjs-app-router/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272965443,"owners_count":25023067,"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-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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-10-14T00:25:32.027Z","updated_at":"2026-04-10T07:03:00.027Z","avatar_url":"https://github.com/codebayu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Starter Kit Next Js App Router\n\nWelcome to the Next.js v13 Starter Kit! This template is designed to help you kickstart your Next.js project with ease. It includes popular libraries like Tailwind CSS, Zustand for state management, and SWR for data fetching. This README will guide you through getting started and using this starter kit.\n\n\u003cimg width=\"1440\" alt=\"Screenshot 2023-10-22 at 17 18 41\" src=\"https://github.com/Bayusetiawan45/starterkit-nextjs-app-router/assets/99315255/42d806df-bfcc-4384-905d-eb4ff06b4731\"\u003e\n\n## Features\n\n- [Next.js](https://nextjs.org/): A powerful React framework for building web applications.\n- [Tailwind CSS](https://tailwindcss.com/): A utility-first CSS framework for rapid UI development.\n- [Zustand](https://github.com/pmndrs/zustand): A tiny, yet incredibly powerful, state management library for React.\n- [SWR](https://swr.vercel.app/): A React Hooks library for data fetching with built-in revalidation and caching.\n- Modular Architecture\n\n\n## Getting Started\n\n1. Clone this repository to your local machine:\n\n```bash\n git clone https://github.com/Bayusetiawan45/starterkit-nextjs-app-router.git\n```\n\n2. Install the project dependencies:\n```bash\nnpm install\n# or\nyarn\n```\n\n3. run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun 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 `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Contributing\nIf you'd like to contribute to this project or have any issues or suggestions, please feel free to create a pull request or open an issue.\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebayu%2Fstarterkit-nextjs-app-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebayu%2Fstarterkit-nextjs-app-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebayu%2Fstarterkit-nextjs-app-router/lists"}