{"id":36688771,"url":"https://github.com/xmliszt/easy-next","last_synced_at":"2026-01-12T11:17:54.788Z","repository":{"id":177801023,"uuid":"658220773","full_name":"xmliszt/easy-next","owner":"xmliszt","description":"A convenient TypeScript template for Next13 development, integrated with TailwindCSS, UI Libraries, linters and formatters, PWA, SEO, and many more features! Written in Typescript.","archived":false,"fork":false,"pushed_at":"2024-01-06T13:34:21.000Z","size":41202,"stargazers_count":9,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T02:44:50.878Z","etag":null,"topics":["chakra-ui","cypress","eslint","husky","jest","nextjs-template","nextjs13","npx","package","playwright","prettier","pwa-app","react-icons","seo-friendly","stylelint","tailwindcss","template","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/easy-next","language":"JavaScript","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/xmliszt.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}},"created_at":"2023-06-25T06:16:07.000Z","updated_at":"2023-12-28T04:10:33.000Z","dependencies_parsed_at":"2024-11-14T16:51:10.965Z","dependency_job_id":null,"html_url":"https://github.com/xmliszt/easy-next","commit_stats":null,"previous_names":["xmliszt/next13-easy-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xmliszt/easy-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmliszt%2Feasy-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmliszt%2Feasy-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmliszt%2Feasy-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmliszt%2Feasy-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmliszt","download_url":"https://codeload.github.com/xmliszt/easy-next/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmliszt%2Feasy-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"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-ui","cypress","eslint","husky","jest","nextjs-template","nextjs13","npx","package","playwright","prettier","pwa-app","react-icons","seo-friendly","stylelint","tailwindcss","template","typescript"],"created_at":"2026-01-12T11:17:54.694Z","updated_at":"2026-01-12T11:17:54.783Z","avatar_url":"https://github.com/xmliszt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello 👋 I'm A Next13 TypeScript Template!\n\n\u003ca href=\"https://www.npmjs.com/package/easy-next\" target=\"__blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/-v1.2.0-green?logo=npm\" /\u003e\u003c/a\u003e\n\n_bootstrapped with `TailwindCSS` and `ESLint`, configured with `PWA` and `SEO`, created by [Li Yuxuan](https://xmliszt.github.io)_\n\n\u003ccenter\u003e\n\n```bash\nnpx easy-next@latest\n```\n\n\u003c/center\u003e\n\n---\n\n### What's New?\n\nv1.2.0\n\n- Integrated with Radix UI (https://www.radix-ui.com)\n- Command made simpler and shorter! `npx easy-next@latest`\n\n---\n\n- [Hello 👋 I'm A Next13 TypeScript Template!](#hello--im-a-next13-typescript-template)\n  - [What's New?](#whats-new)\n  - [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Features](#features)\n  - [Remove Search Engine Optimization (SEO)](#remove-search-engine-optimization-seo)\n  - [Remove Progressive Web App (PWA)](#remove-progressive-web-app-pwa)\n  - [Remove ESLint](#remove-eslint)\n  - [Remove TailwindCSS](#remove-tailwindcss)\n\n![Poster](https://github.com/xmliszt/resources/blob/main/easy-next/easy-next-poster.png?raw=true)\n![Demo](https://github.com/xmliszt/resources/blob/main/easy-next/easy-next-poster.gif?raw=true)\n\n## Getting Started\n\nA few things to take notes before you start:\n\n- This is a TypeScript template. JavaScript is currently not supported.\n- The template will install the latest **NextJS** version (Next13), with the \"**App Router**\" mode enabled. If you are more familiar with the traditional \"Pages Router\", feel free to change the example application. (For more details about \"App Router\" vs \"Pages Router\", visit [NextJS Documentation](https://nextjs.org/docs) to find out more!)\n- The template will also by default include the followings. Feel free to modify or remove any of them if you don't want to include them in your project. **Instructions on how to remove them are documented at the end of this README.**\n  - Install TailwindCSS\n  - Install ESLint\n  - Set up PWA\n  - Set up SEO\n\n## Installation\n\n- simply run `npx easy-next@latest` and follow on screen instructions!\n\n```bash\nnpx easy-next@latest\n```\n\n## Features\n\n- A TypeScript Next 13 (App Router) template with\n  [TailwindCSS](https://tailwindcss.com) and [ESLint](https://eslint.org) supported by default.\n- Optional UI library [Chakra UI](https://chakra-ui.com), [Material UI](https://mui.com), [Radix UI](https://www.radix-ui.com) to be installed.\n- [Progressive Web App (PWA)](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps) enabled (with next-pwa)\n- [Search Engine Optimization (SEO)](https://support.google.com/webmasters/answer/7451184?hl=en/) is included (with [NextJS Metadata](https://nextjs.org/docs/app/building-your-application/optimizing/metadata))\n- Optional third-party libraries such as: [React Icons](https://react-icons.github.io/react-icons/), [NextAuth.js](https://next-auth.js.org), [Lodash](https://lodash.com), [Moment.js](https://momentjs.com) to be installed.\n- Optional Testing frameworks to be installed: [Jest](https://jestjs.io), [Cypress](https://www.cypress.io), [Playwright](https://playwright.dev)\n- Optional markdown files support, with [React-Markdown](https://github.com/remarkjs/react-markdown)\n- Optional linter(s) and formatter(s) to be installed: [Stylelint](https://github.com/remarkjs/react-markdown), [Prettier](https://prettier.io)\n- [Husky](https://typicode.github.io/husky/) can be installed for adding git hooks to your project\n- MIT License\n\n## Remove Search Engine Optimization (SEO)\n\nThe project is automatically configured with sample SEO approach. You can find the details in `app/layout.tsx`, where you see the `export const metadata: Metadata = {...}` is being defined. If you wish to remove SEO, simply remove the entire metadata block. For more information about metadata in Next13, check out: https://nextjs.org/docs/app/building-your-application/optimizing/metadata\n\n## Remove Progressive Web App (PWA)\n\nThe project is by default bootstrapped with PWA using `next-pwa`. If you wish to remove PWA, you can follow the below steps:\n\n1. Go to `next.config.js` in root directory, remove anything related to PWA, namely `withPWA` and change `module.exports = withPWA(nextConfig);` into `module.exports = nextConfig;`\n2. Go to `public/` and remove `manifest.json`\n3. Go to `app/layout.tsx`, (assuming you have SEO enabled), in the `metadata` block, remove `manifest`, `appleWebApp` fields.\n\n## Remove ESLint\n\nThe project is by default installed with ESLint. If you wish to remove it, simply remove the `.eslintrc.json` in root directory. You can also remove the `lint` field in the `scripts` field in `package.json`.\n\n## Remove TailwindCSS\n\nThe project is by default installed with TailwindCSS integration with Next13. If you wish to remove it, follow the below steps:\n\n1. At root directory, remove `postcss.config.js` and `tailwind.config.js`\n2. In `app/globals.css`, remove the `@tailwind` lines at the top, and any lines that start with `@apply`\n\n\u003e Note: once you remove tailwindCSS, all the tailwindCSS syntax in `className` will not work anymore! You have to remove them or create your own CSS classes.\n\n---\n\nFeel free to remove / modify any pre-installed packages to suit your own needs!\n\n😈 Happy Hacking!\n\n# Contribute\n\nTo contribute, simply fork the project, `npm i` and then `node index.js` to run development version.\n\nYou can find issues to work on in the \"Issues\" tab in GitHub. Or you can create your own issue and work on your improvements / suggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmliszt%2Feasy-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmliszt%2Feasy-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmliszt%2Feasy-next/lists"}