{"id":27308529,"url":"https://github.com/dejongyeong/nextjs-boilerplate","last_synced_at":"2026-04-02T03:09:26.013Z","repository":{"id":203324591,"uuid":"709305836","full_name":"dejongyeong/nextjs-boilerplate","owner":"dejongyeong","description":"🚀 Next.js Boilerplate with App Router support, Tailwind CSS, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Jest, Testing Library, Shadcn/ui, GitHub Actions","archived":false,"fork":false,"pushed_at":"2025-12-16T22:51:36.000Z","size":1706,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:20:12.548Z","etag":null,"topics":["boilerplate","commitizen","commitlint","eslint","github-actions","husky","jest","lint-staged","nextjs","prettier","semantic-release","shadcn-ui","starter-template","tailwind-css","tailwindcss","testing-library","typescript"],"latest_commit_sha":null,"homepage":"https://nextjs-boilerplate-self-mu.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/dejongyeong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-24T13:02:42.000Z","updated_at":"2025-08-20T10:22:20.000Z","dependencies_parsed_at":"2023-12-01T01:38:03.194Z","dependency_job_id":"1f6c7ec1-5334-4e6f-b875-565edf3f748d","html_url":"https://github.com/dejongyeong/nextjs-boilerplate","commit_stats":null,"previous_names":["dejongyeong/iot-dashboard","dejongyeong/nextjs-boilerplate"],"tags_count":4,"template":true,"template_full_name":null,"purl":"pkg:github/dejongyeong/nextjs-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dejongyeong%2Fnextjs-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dejongyeong%2Fnextjs-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dejongyeong%2Fnextjs-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dejongyeong%2Fnextjs-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dejongyeong","download_url":"https://codeload.github.com/dejongyeong/nextjs-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dejongyeong%2Fnextjs-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["boilerplate","commitizen","commitlint","eslint","github-actions","husky","jest","lint-staged","nextjs","prettier","semantic-release","shadcn-ui","starter-template","tailwind-css","tailwindcss","testing-library","typescript"],"created_at":"2025-04-12T05:00:03.204Z","updated_at":"2026-04-02T03:09:25.996Z","avatar_url":"https://github.com/dejongyeong.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and draws inspiration from [Ixartz](https://github.com/ixartz).\n\nAcknowledge: [Next-js-Boilerplate](https://github.com/ixartz/Next-js-Boilerplate/tree/main) from Ixartz.\n\n## Boilerplate for Next JS 14+, Tailwind CSS 3 and TypeScript\n\nThis ia a boilerplate and starter pack for Next.js with App Router support, Tailwind CSS and TypeScript that focuses on developer experience. It comes with ESLint, Prettier, Husky, Lint-Staged, Jest, Testing Library and Commitlint.\n\nClone this project and use it to your advantage by extending the features such as Authentication with [Clerk](https://clerk.com/), Database with DrizzleORM, Transactional Emails with [Resend](https://resend.com/) and [Supabase](https://supabase.com/).\n\n### Features\n\nDeveloper experience first:\n\n- Next.js with App Router support.\n- Type checking with TypeScript.\n- Integrate with Tailwind CSS and [Shadcn/ui](https://ui.shadcn.com/).\n- Strict Mode for TypeScript and React 18.\n- Type-safe environment variables with T3 Env.\n- Validation library with Zod.\n- Linter with [ESLint](https://eslint.org/) (default NextJS, NextJS Core Web Vitals, and Tailwind CSS).\n- Code Formatter with [Prettier](https://prettier.io/).\n- Husky for Git Hooks\n- Lint-staged for running linters on Git staged files.\n- Lint git commit with Commitlint\n- Write standard compliant commit messages with Commitizen.\n- Unit Testing with Jest and React Testing Library.\n- Integration and E2E Testing with Playwright.\n- Run tests on pull requests with Github Actions.\n- Automatic changelog generation with Semantic Release.\n- Absolute Imports using `@` prefix.\n- Visual testing with Percy (optional).\n- [Bundle Analyzer](https://www.npmjs.com/package/@next/bundle-analyzer).\n\n### Getting Started\n\nFirst, 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#### Commit Message Format\n\nThe project mandates adherence to the [Conventional Commits](https://www.conventionalcommits.org/). This means that all your commit messages must be formatted according to the specification. To assist you in committing these messages, the project utilizes [Commitizen](https://github.com/commitizen/cz-cli), an interactive command-line interface (CLI) that provides guidance during the commit process. To use it, run the following command:\n\n```bash\nnpm run commit\n```\n\nOne of the benefits of using Conventional Commits is that it allows us to automatically generate a CHANGELOG file. It also allows us to automatically determine the next version number based on the types of commits that are included in a release.\n\n#### Testing\n\nAll tests are co-located with the source code inside the same directory.\n\n#### Integration \u0026 E2E Testing\n\nThe project uses Playwright for Integration and E2E testing. You can run the tests with:\n\n```bash\nnpx plawright install  # Only for the first time in a new environment.\nnpm run test:e2e\n```\n\nUsing [Percy](https://www.browserstack.com/docs/percy/integrate/playwright) is not mandatory, so feel free to update `.github/workflows/CI.yml` as needed. In case you decide to utilize Percy, be sure to configure the `PERCY_TOKEN` environment variable.\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### 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%2Fdejongyeong%2Fnextjs-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdejongyeong%2Fnextjs-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdejongyeong%2Fnextjs-boilerplate/lists"}