{"id":28200742,"url":"https://github.com/thecodermehedi/next-starter","last_synced_at":"2025-06-12T17:30:39.621Z","repository":{"id":287510152,"uuid":"955854208","full_name":"thecodermehedi/next-starter","owner":"thecodermehedi","description":"Latest Next.js v15 React v19 Tailwind v4 Starter Template 2025","archived":false,"fork":false,"pushed_at":"2025-04-13T12:15:30.000Z","size":334,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T21:15:45.163Z","etag":null,"topics":["boilerplate","eslint","github-actions","husky","latest","nextjs","nextjs-starter","nextjs-template","prettier","react","snippets","starter","tailwind-css-template","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://nextjs-starter-latest-template.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/thecodermehedi.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-27T09:56:30.000Z","updated_at":"2025-04-13T12:15:34.000Z","dependencies_parsed_at":"2025-04-12T07:22:18.736Z","dependency_job_id":"28d2bd03-cb02-4d5c-a33d-f5611102b77f","html_url":"https://github.com/thecodermehedi/next-starter","commit_stats":null,"previous_names":["thecodermehedi/next-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/thecodermehedi/next-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fnext-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fnext-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fnext-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fnext-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodermehedi","download_url":"https://codeload.github.com/thecodermehedi/next-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodermehedi%2Fnext-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259511931,"owners_count":22869312,"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","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","eslint","github-actions","husky","latest","nextjs","nextjs-starter","nextjs-template","prettier","react","snippets","starter","tailwind-css-template","tailwindcss","typescript"],"created_at":"2025-05-16T21:16:36.643Z","updated_at":"2025-06-12T17:30:39.608Z","avatar_url":"https://github.com/thecodermehedi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextStarter\n\nA modern, zero-config Next.js v15 starter template with TypeScript, TailwindCSS v4, and developer-friendly tooling.\n\n![Next.js Badge](https://img.shields.io/badge/Next.js-15.0.0-black)\n![TypeScript Badge](https://img.shields.io/badge/TypeScript-5.7.3-blue)\n![TailwindCSS Badge](https://img.shields.io/badge/TailwindCSS-4.0.0-38B2AC)\n\n## Features\n\n- ⚡ **Next.js 15** with App Router\n- 🔤 **TypeScript** for type safety\n- 💅 **TailwindCSS v4** for styling\n- 📏 **ESLint \u0026 Prettier** for code quality\n- 🔄 **App Router** with loading/error states\n- 🔐 **Type-safe env vars** with T3 Env\n- 🧩 **SEO optimization** with sitemap, robots.txt, and manifest\n- 🛠️ **Husky** pre-commit hooks\n- 🧪 **CI workflow** with GitHub Actions\n- 📱 **PWA ready** with proper manifest and icons\n\n## 🚀 Deployment\n\nEasily deploy your Next.js app with \u003ca href=\"https://vercel.com/\"\u003eVercel\u003c/a\u003e by clicking the button below:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/thecodermehedi/next-starter)\n\n## 🎯 Getting Started\n\n### Prerequisites\n\n- Node.js 20+\n- pnpm 10.8.0+ (recommended)\n\n### Installation\n\n\u003e Clone this template in one of three ways\n\n#### Click the link below:\n\n\u003e [Create a new repository with this template](https://github.com/new?template_name=next-starter\u0026template_owner=thecodermehedi)\n\n#### Using `create-next-app`\n\n```bash\npnpm create next-app -e https://github.com/thecodermehedi/next-starter my-project-name\n```\n\n#### Using `git clone`\n\n```bash\ngit clone https://github.com/thecodermehedi/next-starter.git my-project\ncd my-project\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n```\n\n3. Run the development server:\n\n```bash\npnpm dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n#### Environment Variables\n\nCreate a `.env.local` file in the root directory with the following:\n\n```bash\n# Required - Your site's base URL\nNEXT_PUBLIC_BASE_URL=http://localhost:3000\n\n# Optional - Skip environment variable validation during development\n# SKIP_ENV_VALIDATION=true\n```\n\n### ⚙️ Scripts\n\n- `pnpm dev` - Start development server with Turbopack\n- `pnpm build` - Build for production\n- `pnpm start` - Start production server\n- `pnpm check` - Run linting, type checking, and format checking\n- `pnpm fix` - Autofixing linting, typing and formatting errors\n- `pnpm pre-commit` - Run checks and fix linting/formatting issues\n\n## 📁 Structure\n\n```bash\n├── .github/          # GitHub Actions workflows\n├── public/           # Static assets\n├── src/\n│   ├── app/          # App router components and routes\n│   ├── components/   # Reusable components\n│   ├── config/       # Site configuration\n│   ├── env.ts        # Type-safe environment variables\n│   └── lib/          # Utility functions\n└── next.config.js    # Next.js configuration\n```\n\n## 🤝 Contribution\n\nTo contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch.\n3. Make your changes, and commit them.\n4. Push your changes to the forked repository.\n5. Create a pull request.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n\n## ❤️ Support\n\nIf you liked the project, I will appreciate if you leave a star. 🌟😊\n\nMade by \u003ca href=\"https://github.com/thecodermehedi\"\u003eMehedi Hasan\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodermehedi%2Fnext-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodermehedi%2Fnext-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodermehedi%2Fnext-starter/lists"}