{"id":24580213,"url":"https://github.com/tomilola-ng/nextjs15-starter","last_synced_at":"2025-08-20T17:15:47.611Z","repository":{"id":271165750,"uuid":"912579289","full_name":"Tomilola-ng/nextjs15-starter","owner":"Tomilola-ng","description":"🚀 A modern Next.js 15 starter with Tailwind CSS, React 19, Framer Motion, Zustand, Zod, and more. Build fast, scale faster!","archived":false,"fork":false,"pushed_at":"2025-02-11T10:12:05.000Z","size":156,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T11:24:37.432Z","etag":null,"topics":["authentication","framer-motion","nextjs15-typescript","react19","seo","shadcn-ui","sitemap","ssr","tailwindcss","templates"],"latest_commit_sha":null,"homepage":"https://nextjs15-starter.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/Tomilola-ng.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":"2025-01-06T00:35:15.000Z","updated_at":"2025-02-11T10:12:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae284aea-aad0-4e92-a079-affab10adfd6","html_url":"https://github.com/Tomilola-ng/nextjs15-starter","commit_stats":null,"previous_names":["tomilola-ng/nextjs15-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomilola-ng%2Fnextjs15-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomilola-ng%2Fnextjs15-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomilola-ng%2Fnextjs15-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tomilola-ng%2Fnextjs15-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tomilola-ng","download_url":"https://codeload.github.com/Tomilola-ng/nextjs15-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244059790,"owners_count":20391402,"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":["authentication","framer-motion","nextjs15-typescript","react19","seo","shadcn-ui","sitemap","ssr","tailwindcss","templates"],"created_at":"2025-01-24T01:52:39.149Z","updated_at":"2025-03-17T15:42:41.472Z","avatar_url":"https://github.com/Tomilola-ng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextJs15 Starter\n\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE)\n[![Next.js](https://img.shields.io/badge/next.js-15.0-blue)](https://nextjs.org/)\n[![TailwindCSS](https://img.shields.io/badge/tailwindcss-3.4-blue)](https://tailwindcss.com/)\n[![React](https://img.shields.io/badge/react-19-blue)](https://reactjs.org/)\n\n**Starter Template For Next.js Applications**\n\nThe `NextJs15-starter` is a highly optimized and feature-rich boilerplate for building modern web applications. It comes pre-configured with essential tools, libraries, and best practices, allowing you to focus on your application logic rather than setup.\n\n## Features\n\n- **Next.js 15**: Leverage the latest features of Next.js for high-performance SSR and static site generation.\n- **Tailwind CSS 3.4**: Beautiful and efficient utility-first CSS framework.\n- **React 19**: Harness the power of the latest React version.\n- **Lucide React Icons**: A collection of customizable icons for your UI needs.\n- **Shadcn UI Components**: Pre-designed components for consistent and fast UI development.\n- **Framer Motion**: Animate your components with ease using Framer Motion.\n- **API Setup**: Pre-configured API routes for seamless backend integration.\n- **Global Restyling**: Unified styling approach for a cohesive design system.\n- **Zod Validation**: Built-in schema validation for safer and more robust data handling.\n- **Zustand State Management**: Lightweight and scalable state management.\n- **User Management API \u0026 Hooks**: Integrated user authentication and management solutions.\n- **Global Type Modules**: Simplified TypeScript type management.\n- **Sitemap Generation**: Automatically generate sitemaps for better SEO.\n- **Loading and Error Handling Templates**: Pre-built components for `Not Found`, `Global Error`, and other states.\n- **Editable Logo Component**: Quickly adapt branding to your application.\n- **Utility Code**: Handy helper functions and modules to speed up development.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v18 or higher recommended)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n      git clone https://github.com/Tomilola-ng/nextjs15-starter.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n      cd nextjs15-starter\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n### Running the Application\n\nStart the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to see the application in action.\n\n### Building for Production\n\nGenerate a production build:\n\n```bash\nnpm run build\n# or\nyarn build\n```\n\nRun the production server:\n\n```bash\nnpm start\n# or\nyarn start\n```\n\n## Project Structure\n\n```plaintext\nNextJs15-starter/\n├── api/                 # API routes and utilities\n├── app/                 # Application pages and API routes\n├── components/          # Reusable UI components\n├── config/              # Site configuration\n├── hooks/               # Custom hooks\n├── lib/                 # Utility functions and helpers\n├── provider/            # Global providers\n├── public/              # Static assets\n├── styles/              # Global styles\n├── types/               # TypeScript type definitions\n└── ...                  # Other configuration and boilerplate files\n```\n\n## Contributing\n\nContributions are welcome! Feel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n\n## Author\n\n**Tomilola-ng**\n\n- GitHub: [Tomilola-ng](https://github.com/Tomilola-ng)\n- Twitter: [@Tomilola_ng](https://twitter.com/tomilola_ng)\n\n## Acknowledgments\n\nSpecial thanks to the open-source community for providing the amazing libraries and tools integrated into this starter template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomilola-ng%2Fnextjs15-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomilola-ng%2Fnextjs15-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomilola-ng%2Fnextjs15-starter/lists"}