Next-js-Boilerplate

πŸš€πŸŽ‰πŸ“š Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚑️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Cypress + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS

MIT License

Stars
7.3K
Committers
27

Bot releases are visible (Hide)

Next-js-Boilerplate - v3.42.0

Published by github-actions[bot] 8 months ago

3.42.0 (2024-02-22)

Features

  • remove import React when it's not needed (a7082d3)
Next-js-Boilerplate - v3.41.0

Published by github-actions[bot] 8 months ago

3.41.0 (2024-02-09)

Features

  • add target blank for links going outside (37ba36e)
  • make the index page of the boilerplate cleaner (f3a3f9b)
Next-js-Boilerplate - v3.40.0

Published by github-actions[bot] 8 months ago

3.40.0 (2024-02-07)

Features

Next-js-Boilerplate - v3.39.0

Published by github-actions[bot] 8 months ago

3.39.0 (2024-02-07)

Features

  • add preferType on VSCode (a55bc6a)
Next-js-Boilerplate - v3.38.0

Published by github-actions[bot] 9 months ago

3.38.0 (2024-01-19)

Features

Next-js-Boilerplate - v3.37.0

Published by github-actions[bot] 9 months ago

3.37.0 (2024-01-13)

Features

  • add environment variables for one click deploy Netlify (5becdbf)
Next-js-Boilerplate - v3.36.0

Published by github-actions[bot] 9 months ago

3.36.0 (2024-01-10)

Features

  • prod environement use the same method to migrate (f6cfe7f)

Reverts

  • add back process.env.NODE_ENV check in README file for migrate (853f3dc)
  • only run migration in development, if it run in production, it also run during the build (c94a600)
Next-js-Boilerplate - v3.35.0

Published by github-actions[bot] 10 months ago

3.35.0 (2024-01-07)

Features

  • automatically run migrate in DB instead of running in NPM scripts (b202686)
  • e2e tests run against next start with production code (a57f724)
  • jest fail on console error and warn (2dd92f2)

Reverts

  • change related to running playwright with next start (1a2d0b6)
  • change related to running playwright with next start (e9e0c17)
Next-js-Boilerplate - v3.34.0

Published by github-actions[bot] 10 months ago

3.34.0 (2024-01-06)

Features

  • add type definition in Postcss config (07906ff)
  • change commitlint config from JS to TS (6509805)
  • change jest config extension from js to TypeScript (1cdea44)
  • change nodeResolution to the new bundler from TypeScript 5.0 (59282a2)
  • convert Tailwind config file from JS to TS (aff3b27)
Next-js-Boilerplate - v3.33.0

Published by github-actions[bot] 10 months ago

3.33.0 (2024-01-03)

Features

  • enable SWC compiler in Storybook (5b4c61e)
Next-js-Boilerplate - v3.32.1

Published by github-actions[bot] 10 months ago

3.32.1 (2023-12-27)

Bug Fixes

  • typo in en.json file for Portfolio word (4d42b3d)
Next-js-Boilerplate - v3.32.0

Published by github-actions[bot] 10 months ago

3.32.0 (2023-12-22)

Features

  • add code coverage reporting with Codecov (08abd23)
Next-js-Boilerplate - v3.31.0

Published by github-actions[bot] 10 months ago

3.31.0 (2023-12-20)

Features

  • add FIXME tag for Sentry configuration (2eceef1)
  • add Sentry and launch spotlight.js in dev mode (a1326ae)
  • add spotlight (34086c1)
  • enable Sentry Spotlight only in development mode (62cc01a)
  • ignore technical exception throw by React RSC in Sentry (4bf9503)
  • in global error get locale in params and set in html lang attribute (c3b4d25)
Next-js-Boilerplate - v3.30.1

Published by github-actions[bot] 10 months ago

3.30.1 (2023-12-17)

Bug Fixes

  • api routes not found after apply intl middleware (4650a5e), closes #209
Next-js-Boilerplate - v3.30.0

Published by github-actions[bot] 10 months ago

3.30.0 (2023-12-12)

Features

  • add GitHub Actions to sync with Crowdin (ccc86e9)
Next-js-Boilerplate - v3.29.0

Published by github-actions[bot] 11 months ago

3.29.0 (2023-12-08)

Features

  • add i18n support for client component and typesafety for i18n keys (2d86247)
  • add i18n support for Dashboard url used in Clerk (12b89bc)
  • add i18n with Clerk components and remove custom style in global.css file (5e1af6c)
  • add i18n with next-intl (1f43eb2)
  • add locale switcher UI to change lang (13b40e3)
  • add metatags in App Router for page migrated from Pages Router (ce8c277)
  • add support i18n for authMiddleware (8651d36)
  • add tests for page in App Router (6a722a1)
  • convert all hard coded text and translate in french (0c3b1b2)
  • i18n for page metatag (5e7676d)
  • link in BaseTemplate replaced margin with gap (28b6ff2)
  • migreate the index page from Page Rotuer to App Router (fd3e82c)
  • move messages folder to locales (305e385)
  • remove Page router and migrate about page to App Router (3965cbf)
  • translate text in dashboard layout (8119f1d)

Reverts

  • add back NEXT_PUBLIC_CLERK_SIGN_IN_URL in the previous location (16ae2ef)
  • add back style for a tag link (c12a7bd)
  • use percy/cli 1.27.4 instead of 1.27.5, impossible to upload snapshort with 1.27.5 (73f8a0b)
Next-js-Boilerplate - v3.28.0

Published by github-actions[bot] 11 months ago

3.28.0 (2023-11-22)

Features

  • rename custom SignOutButton to LogOutButton to avoid confusion with Clerk SignOutButton (183301b)
  • use custom SignOutButton to apply custom CSS styles, unified with other nav links (35094bf)
Next-js-Boilerplate - v3.27.0

Published by github-actions[bot] 11 months ago

3.27.0 (2023-11-20)

Features

  • add PRODUCTION_URL environment variable and throw error when targetURL doesn't exist (8134dee)
  • unified e2e tests for Checkly and playwright (afa53f5)
  • use target URl instead of baseURL for checkly (4fd61ed)
Next-js-Boilerplate - v3.26.0

Published by github-actions[bot] 11 months ago

3.26.0 (2023-11-15)

Features

  • add a new GitHub Actions file for Checkly (2109b1c)
  • add aria-label to fix jsx-a11y/control-has-associated-label error (47e4ff4)
  • add email alert channel for checkly (d1a4380)
  • add email channel in Checkly configuration to send emails when failing (2019591)
  • create checkly config with a random working test (32255b0)
  • remove eslint rule customization in VSCode and use min(1) instead of nonempty (deprecated) (9982a2d)
  • update package-lock.json to fix CI (1fff7ef)
Next-js-Boilerplate - v3.25.0

Published by github-actions[bot] 12 months ago

3.25.0 (2023-10-30)

Features

  • release a new version for Next.js 14 and update README file (4be2485)
Package Rankings
Top 6.67% on Proxy.golang.org
Badges
Extracted from project README
Next.js Boilerplate SaaS Sign Up Next.js Boilerplate SaaS Sign In Twitter Sponsor Next JS Boilerplate
Related Projects