Next.js Template Starter - pre-configured to Simplify your Workflow
This repository provides a solid starting point for Next.js projects by offering essential configurations and popular addons commonly used in Next.js development. Developers can quickly set up their projects and leverage the provided features to enhance their productivity and streamline the development process.
Website • License • Contributing
Since this is an ongoing project, there are some features that are actively on development. Below are marked the ones that are currently supported. Stay tuned for upcoming ones!
Feature | Description | Status |
---|---|---|
CONFIGURATION | ||
Prettier | Code formatter for consistent styling | ✅ DONE |
Eslint | JavaScript/TypeScript linter | ✅ DONE |
Husky | Git hooks for enforcing pre-commit tasks | ✅ DONE |
Commitlint | Lint commit messages against a pattern | ✅ DONE |
Lint staged | Run linters against staged git files | ✅ DONE |
Standard Version | Automate versioning based on Git history | ✅ DONE |
Semantic Release | Automated releases based on commit history | ✅ DONE |
Github Actions | Continuous integration and workflows | ✅ DONE |
Codecov | Code coverage reporting tool | ✅ DONE |
TESTING & VALIDATION | ||
Storybook | UI component development environment | 🚧 In progress |
Zod | TypeScript-first schema declaration and validation library | ❌ In progress |
Jest | JavaScript testing framework | ❌ Not started |
React Testing Library | Testing utilities for React components | ❌ Not started |
Cypress | End-to-end testing framework | ❌ Not started |
ADDONS | ||
Zustand | Global state management | ✅ DONE |
React Hook Forms | Performant forms with easy-to-use validation | ❌ In progress |
NextAuth.js | Authentication for Next.js | ❌ Not started |
Next-Themes | An abstraction for themes in your Next.js app. | ❌ Not started |
Stripe | An abstraction for themes in your Next.js app. | ❌ Not started |
Cloudinary | The Most Powerful Image and Video API | ❌ Not started |
Alain Iglesias
- Website: https://aiherrera.com
- Blog: https://blog.aiherrera.com
- Twitter: @_aiherrera
- Github: @aiherrera
- LinkedIn: @-aiherrera
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide
If you consider this project worthy give it a ⭐️ and, why not, invite me a coffee 👇🤘🫶
Copyright © 2023 Alain Iglesias