Next-Alchemy is a modern Next.js boilerplate featuring essential tools for building scalable, maintainable, and performance-optimized applications. This boilerplate follows clean architecture principles, helping you structure your code for clarity and scalability.
🌈 Neon Shadows
🌀 Slower Spin Animation
🙈 Scrollbar Hide
🌈 Expanded Color Library including Social Media Colors
💯 Maximize lighthouse score
🤖 SEO metadata, JSON-LD and Open Graph tags with Next SEO
🖱️ One click deployment with Vercel (or manual deployment to any hosting services)
Run ESLint
pnpm lint
Run ESLint with fixes
pnpm lint --fix
Check code for formatting inconsistencies with Prettier
prettier --check.
Format code to project standards with Prettier
prettier --write.
Run Test with Jest & React Testing Library
pnpm jest
Run Jest in Verbose Mode
pnpm jest --verbose --watch
Run Jest with Coverage
pnpm jest --coverage
Run Jest in CI Mode
pnpm jest --ci
In case of any issues or questions, you can post: